# Dependencies * Requires LaTeX. * Minted syntax highlighting requires python-pygments to be installed. ``` apt install texlive-latex-recommended texlive-xetex \ texlive-humanities texlive-pstricks \ python3-pygments \ fonts-gemunu-libre fonts-linuxlibertine \ biber ``` # Build Run the build script to make a PDF: ``` make ``` To clean: ``` make clean ```