The team notebook is compiled from codes written by KUET_Effervescent team members (Mehrab Hossain Opi, Arnob Sarker, Sharif Minhazul Islam).
The python script is a fork of the Stanford ICPC teams notebook generator. It currently hosts the team notebook. The included Python scripts differs from the original repository. Here, directories will be the section and file name without extension will be subsection. Now, code comment support latex math formating.
Requires: Python 2/3, latexmk
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.