Template for a doctoral dissertation in Economics that follows the Stockholm University dissertation style guide.
A compiled version of the template can be found here.
Adapted from the Stockholm University PhD thesis template in Overleaf.
To use the Arial font in the table of contents, you need to download getnonfreefonts
and then add the Arial font.
You can do this by following these steps:
- Download the installer from here.
- Open a terminal, go to the folder where the installer was downloaded, and run
sudo texlua install-getnonfreefonts
. - Download the Arial font by running
sudo getnonfreefonts --sys arial-urw
.
If you encounter problems with doing this, consider also using the Helvetica font (very similar to Arial) for the TOC.
To change the font, change line 55 in config/dissertation.cls
to \usepackage[scaled]{helvet}
.
To compile the dissertation TeX file, use pdflatex
.
For example, if you have a Mac and use TeXShop, use pdflatexmk
to compile.
I am not planning to make changes to this repository. You are free to use this template by downloading or forking the repository.