My thesis, written in TeX.
Run the following command from command line, or configure you TeX editor to compile with it:
Windows
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape %.tex
Linux & MacOS
pdflatex -synctex=1 -interaction=nonstopmode -shell-escape %.tex
The minted
package was used for code highlighting. This package depends on
pygments
, which you will have to install via python.
- Python 3.8 or above
- Python modules:
- pygments