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
446 B

  1. \documentclass[listings,drafting,spanish]{itmthesis}
  2. %\usepackage[spanish]{babel}
  3. %Archivos de configuración y paquetes utilizados en tu tesis:
  4. \input{configuration}
  5. \begin{document}
  6. \pagenumbering{roman} % Roman page numbering
  7. \input{precontent}
  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}