Skip to content

AVM-Martin/tcgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tcgen

TcFrame Converter to Kattis Problem Format

Installation

  • Follow the tcframe installation manual and add the following command into ~/.bashrc
export TCGEN_HOME=path/to/tcgen/folder
alias tcgen=$TCGEN_HOME/scripts/tcgen

Log

1.1.0

  • Restructure and refactor all functions
  • Support latex generator for problem statement

1.0.2

  • Add domjudge pdf location

1.0.1

  • Fix the not-found pdf issue

1.0.0

  • First build

EOF

AVM-Martin