This template was designed for Ms and PhD students from the School of Cyber and Computer Sciences at Augusta University as an alternative to the standard, "ETD" template offered by the Graduate School.
Students more comfortable with the docx
format or not willing to learn to use LaTeX and / or markdown should use this standard template instead.
This template is offered in two versions:
- The
tex
version is a standardtex
document that can be compiled using latexmk or any standard LaTeX distribution, - The markdown version is a markdown document that can be compiled using pandoc.
Note that the tex
version is actually obtained from the markdown version, thanks to pandoc's ability to convert markdown documents into tex
documents.
This conversion takes place when the markdown version is used to produce the final pdf
"under the hood", which allows the markdown version to use both the LaTeX and the markdown syntaxes.
Both versions are commented and links to relevant documentations / questions are included.
Important notice: Those documents have been approved by the graduate school and the University Libraries regarding the font, spacing, margins, and other important conventions. Please, do not edit portions of the documents labeled
⚠ Do not edit ⚠
The tex
version of this template can be compiled using latexmk, by running
latexmk -pdf -xelatex main.tex
in the tex_version folder. The "main.tex" document is "standalone" in the sense that it is not divided into smaller tex
files, but students should feel free to split it by using the \input{…}
and \include{…}
commands.
Start by looking for
%%%%%%%%%%%%%%%%%%
%%% To be filled %
%%%%%%%%%%%%%%%%%%
and replace the values of the commands from \yourtitle{…}
to \yourdate{…}
, uncommenting \togglefalse{ms}
and commenting \toggletrue{ms}
if you are a PhD student.
The markdown version of this template can be compiled using pandoc, by running
make
in the md_version folder.
Start by editing the file info/info.tex with your information.
- The ability to execute makefile (e.g., a UNIX system, a system with Cygwin, or some other trick), or you can also simply open the makefile file to "extract" the pandoc options needed to compile properly this document,
- the latest version of pandoc,
- LaTeX (refer to the instructions on the pandoc installation page or at https://tex.stackexchange.com/q/1092), it is probaby better to install a minimal installation, and then to fetch the missing packages one by one, using e.g.
/usr/local/texlive/2021/bin/x86_64-linux/tlmgr install environ
for theenviron
package, - latexmk (version 4.74. or higher, it is possible that it is already part of your LaTeX installation),
- entr if you want to use the command
make watch
that automatically re-compile your source when it is saved.
Please, refer to the Thesis/PhD Dissertation Preparation Booklet from the graduate school and the University Libraries for additional information, tips and advises.
- This template was created taking inspiration from the Biostat dissertation template.
- This template uses and redistributes the TeX Gyre Termes font, placed under the GUST Font License, which is an extension of the The LaTeX Project Public License.
- Unless otherwise noted, this template is under Creative Commons Attribution 4.0 International.
- © Clément Aubert, 2021-2022