Skip to content

Augusta University School of Computer and Cyber Sciences PhD and Ms Templates

License

Notifications You must be signed in to change notification settings

the-au-forml-lab/au_ccs_dissertation_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Augusta University School of Computer and Cyber Sciences Ms and PhD Template

Presentation

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:

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 ⚠ 

Details on the tex version

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.

Requirements

  • LaTeX,
  • latexmk (it is possible that it is already part of your LaTeX installation).

Details on the markdown version

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.

Requirements

  • 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 the environ 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.

Additional Information

Please, refer to the Thesis/PhD Dissertation Preparation Booklet from the graduate school and the University Libraries for additional information, tips and advises.

Credits and Licence

About

Augusta University School of Computer and Cyber Sciences PhD and Ms Templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published