Compile code into latex for icpc notebooks
Reads from ./config.ron
and ./layout.txt
and outputs to ./out.tex
The default configuration should be compliant to ICPC world finals rules
To then compile to pdf you can do
tectonic -Z shell-escape out.tex
or
pdflatex --shell-escape out.tex
- tex packages (direct dependencies only)
- amsart
- geometry
- fancyhdr
- inputenc
- multicol
- minted
- datetyme
- bera
- fontenc
- pygmentize
- 0 tabs: section
- 1 tab: subsection
- 2 tabs: source file
If the you get a pdf without a toc, just recompile it