-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
SlicedSilver edited this page Nov 3, 2014
·
1 revision
- 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
dissertation/personalize.tex
. - Build your dissertation with
build.command
, located in thescripts
directory (e.g., you cancd
into the main directory and then run./scripts/build.command
).