Concordia University LaTeX Template for Master's thesis or PHD thesis.
This is a LaTeX template for Master's thesis or PHD thesis, derived from official template of Concordia University, Montreal, Canada.
<iframe src="https://drive.google.com/file/d/0B9CyQOddjTIrdXZiMzMtMEFZYzA/preview" width="640" height="480"></iframe>Steps to get started:
- Clone the repo (
git clone https://github.com/lalet/concordia-thesis-template.git
) - Make structural changes in
cuthesis_masters.tex
file. - Define your constants such as thesis author, department, etc in
constants.tex
file. - If you want to add new packages or define new styles, change them in
config.tex
. - Each chapters have their own folders, so you can modify them separately in their own folders.
To build pdf, open cuthesis.tex
in TexMaker and build it.
How to generate the pdf from command line
- Install
pdflatex
andbibtex
- Compile the document:
pdflatex cuthesis; pdflatex cuthesis
(yes, twice). - Generate the bibliography:
bibtex cuthesis; pdflatex cuthesis
(yes, once again).
Modify .gitignore
according to your requirements.
Find the pdf sample at PDF
Source : https://github.com/raxityo/concordia-latex-template