Skip to content

BGMP/Thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis

My thesis, written in TeX.

Compiling

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

Dependencies

The minted package was used for code highlighting. This package depends on pygments, which you will have to install via python.

Releases

No releases published

Packages

No packages published

Languages