hrayrhar / YSU-ACM-ICPC-Team-Notebook-2017

ACM ICPC World Finals 2017 Team Notebook of the "Yerevan State University 1" Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yerevan State University ACM ICPC World Finals 2017 Team Notebook

Yerevan State University 1 team members:

  • Albert Sahakyan
  • Hrayr Harutyunyan
  • Tigran Mamikonyan

This repository is forked from https://github.com/jaehyunp/stanfordacm.

Generating team notebook

The included Python scripts can generate the notebook in PDF or HTML format. Both scripts read the contents of the notebook from contents.txt.

PDF version

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.

You can view the already compiled notebook file here.

HTML version

Requires: Python 2/3, enscript

Script for generating the HTML file is generate_html.py. Syntax highlighting is handled solely by enscript, and in order to change the color schemes, either the default options of enscript or generate_html.py should be edited accordingly.

About

ACM ICPC World Finals 2017 Team Notebook of the "Yerevan State University 1" Team


Languages

Language:C++ 89.2%Language:Java 8.6%Language:Python 1.5%Language:TeX 0.7%