ITM-Thesis Class Repository
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

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