Tesi di laurea triennale in Informatica Università degli Studi di Padova
- Install LaTeX. For Mac OS X, we recommend MacTex (http://tug.org/mactex/); for Windows, MiKTeX (http://miktex.org/); and for Ubuntu, Tex Live (
sudo apt-get install texlive-full
) - Install the default fonts: EB Garamond, Lato, and Source Code Pro. The files are provided in
fonts/EB Garamond
,fonts/Lato
, andfonts/Source Code Pro
. - Personalize the document by filling out your name and all the other info in
frontmatter/personalize.md
. - Build your dissertation with
build.command
, located in thescripts
directory (e.g., you cancd
into the main directory and then run./scripts/build.command
).
Edit the Dissertate.cls file
Edit the \maketitle command in the Dissertate.cls file
## Credits Fork of https://github.com/suchow/Dissertate