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.

16 lines
389 B

6 years ago
  1. %----------------------------
  2. % Thesis's precontents
  3. %--------------------------
  4. %Titlepage:
  5. \include{FrontBackMatter/TitlepageIng} %ing
  6. %Back of the title page:
  7. \include{FrontBackMatter/Titleback}
  8. %Dedication
  9. \cleardoublepage
  10. \include{FrontBackMatter/Dedication}
  11. %Forewords
  12. \cleardoublepage
  13. \include{FrontBackMatter/Foreword}
  14. %Abstract
  15. \cleardoublepage
  16. \include{FrontBackMatter/Abstract}