A LaTeX class to write your thesis document. The class is developed for the "Instituto Tecnológico de Morelia".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 

13 lines
642 B

% Engineering, master and phd degree thesis format, august 2018, for the "Instituto Tecnológico de Morelia"
\documentclass[listings,drafting,spanish]{itmthesis} %itm thesis class definition
%\usepackage[spanish]{babel}
\input{configuration}% config & packages that you requiere:
\begin{document}
\pagenumbering{roman} % Roman page numbering
\input{precontent} %Includes titlepage, dedication, Foreword, abstract, publication, acknowledgement
\include{FrontBackMatter/Contents} % Contents, list of figures/tables/listings and acronyms
\pagenumbering{arabic} % Arabic page numbering
\include{Chapters/Chapter01} % Chapter 1
\end{document}