This repository holds all of the source files used to produce the project report. This report
is built using pandoc
and a custom LaTeX template.
- pandoc
- Python3
- LaTeX engine that supports
tex2pdf
- Merriweather font
If you are building on a Debian based Linux distribution, you can run the requirements.sh
shell script to install the necessary dependencies.
If you want to update the diagrams automatically on report build:
If all of the requirements have been met, a report can be generated by invoking the generate script using python3 generate.py
. This will output a pdf file named report.pdf
.