English • 简体中文 (Simplified Chinese)
ICPC Templates of Leachim in LaTeX
With a collection of implementation of Algorithms and Data Structure for Competitive Programming.
It may contain several open source code from online resources, which will be strictly enclosed with namespace and labeled with origin as comment (if possible).
- Enable Math Formula in LaTeX display in comments.
- Easy to use and modify, highly modular.
- Enable a neat Syntax Highlight.
- Highly printable.
- Maintained by a ICPC retired competitor.
XeLaTeX(Packages are listed in tex file), Pygments(For minted package to syntax highlight in code)
XeLaTeX can be obtained by installing LaTeX distribution on your device, for which Tex Live are recommanded.
Pygments can be install by pip
or package manager of your choice.
pip install Pygments
brew install pygments
In the directory ./LaTeX
, compile the templates.tex
file using
make
If you encounter mistakes about pygmentize, it is posible that the flag "-shell-escape" is left or you didn't configure the path for pygments properly.
Divide the tex file for each section.