ccwang002 / phd-thesis

My PhD dissertation at Washington University in St. Louis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My PhD Thesis

If you want to use the same thesis template or want to build on top of it, please check out my fork of the WUSTL dissertation and thesis template at https://github.com/ccwang002/wustl-latex-dissertation-template. It also comes with an example using the template.

Instructions to build the document

Use LuaLaTex on Tex Live 2020 and later. For the BasicTeX distribution on macOS, install the additional packages below:

sudo tlmgr install \
    latexmk \
    biber biblatex biblatex-nature \
    lualatex-math stix2-otf \
    csquotes threeparttable multirow \
    enumitem siunitx

Build the document by:

latexmk -lualatex thesis.tex

Clean up intermediate files by:

latexmk -c
latexmk -C  # also remove the built PDF

About

My PhD dissertation at Washington University in St. Louis


Languages

Language:TeX 100.0%