Biblioteca de algoritmos e estruturas de dados para programação competitiva, principalmente maratona de programação. Script para gerar o pdf feito por Stanford University ACM team.
Requires: Python 2/3, latexmk
The included Python script can generate the notebook in PDF format. The script read the contents of the notebook from contents.txt
.
Script for generating the PDF file is generate_pdf.py
.
The LaTeX template that the script uses is notebook.tex
. It recognizes common file extensions for C/C++/Java/Python and applies syntax highlighting. In order to change the color scheme or add additional languages, both notebook.tex
and generate_pdf.py
should be modified accordingly.