Home

Awesome

usm-thesis

This is an attempt to create a LaTeX template for Thesis presented at the Universidad Tecnica Federico Santa Maria (or USM or UTFSM).

Initial Steps

This class is based on the standard book class of LaTeX, so it accept structure given by parts, chapters, sections, subsections, paragraphs and subparagraphs.

Packages

This class was born in the physics department, so it loads many mathematical packages, such as:

Additionally, some useful packages are load:

Title Page

For defining the title page one uses a couple of commands:

Front Matter

After generating the title page, as customary in the book class, the front-matter can be declared using the command \frontmatter.

Main Matter

In this part of the document one should call the \chapters composing the thesis.

Back Matter

The \backmatter command denotes the ending of the body of the thesis, and at this stage one should add the bibliography.

Since the best way of generating the bibliography is to use bibtex, in the Base.tex file a line of reference-calling was added.

\nocite{IAS1,IAS2,Gilmore,...,CY-friends}

Notice that this is for the sake of completeness in the example... Please, remove this line when you start writing your manuscript!!!

The bibtex style used by the class is utphys, which is compatible with arXiv citations and DOI hyper-reference.

\bibliographystyle{utphys}
\bibliography{References}
\addcontentsline{toc}{chapter}{\bibname}