Skip to content

LaTeX template to generate a Master's thesis in database research at the University of Victoria (UVic), Canada

License

Notifications You must be signed in to change notification settings

sean-chester/msc-thesis-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Master's Thesis Template

This skeleton thesis provides a basic template from which to start writing a Master's thesis in LaTeX in the database research group at NTNU, Trondheim.


Usage and Dependencies

The latex/ directory contains a minimum working example that you can compile immediately using your favourite LaTeX engine (I suggest lualatex or _xelatex+) and the biber bibliography engine. Recall that you should run latex once, then biber, then latex twice more.

Alternatively, this template has been set up to use cmake to automate the (out-of-source) build process. You will first need to install a dependency (not bundled here, because the license is unclear) by copying UseLATEX.cmake from https://gitlab.kitware.com/kmorel/UseLATEX into the latex directory. Then, to build the thesis, create an out-of-source directory (e.g., pdf) and run cmake with biber and your preferred LaTeX engine:

mkdir pdf

cd pdf

cmake -DBIBTEX_COMPILER=/usr/bin/biber -DPDFLATEX_COMPILER=/usr/bin/lualatex ../latex/

make

evince msc-thesis-template.pdf &


Contact

If you have any questions about using the template, please contact the repository owner: @sean-chester


About

LaTeX template to generate a Master's thesis in database research at the University of Victoria (UVic), Canada

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published