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.

88 lines
2.0 KiB

5 years ago
  1. % Portada Ingeniería:
  2. \pdfbookmark[1]{Portada}{Portada} % Bookmark name visible in a PDF viewer
  3. \begin{titlepage}
  4. \begin{addmargin}[-1cm]{-3cm}
  5. \hfill
  6. \begingroup
  7. %Logotipos:
  8. \begin{picture}(0,0)
  9. \put(-10,-20){\includegraphics[width=7cm]{logos/sepLogo.jpg}}
  10. \put(200,-20){\includegraphics[width=5cm]{logos/tecnmBW}}
  11. \put(380,-20){\includegraphics[width=3cm]{logos/itm}}
  12. \end{picture}
  13. \begin{center}
  14. %{\scshape\LARGE SECRETAR\'IA DE EDUCACI\'ON P\'UBLICA\\
  15. \vspace{0.1in}
  16. \end{center}
  17. \endgroup
  18. %--------------
  19. \begin{center}
  20. \bigskip
  21. \rule[3mm]{160mm}{4pt}
  22. \rule[3mm]{140mm}{3pt}\\
  23. \bigskip
  24. \begingroup
  25. {\Huge
  26. \textsc{\myUni}\\\vspace{0.1in}
  27. {\Huge
  28. \calligra{``José María Morelos y Pavón''}}}
  29. \endgroup
  30. \end{center}
  31. %-------Datos de portada-------
  32. \begingroup % Create the command for including the title page in the document
  33. \hbox{ % Horizontal box
  34. \hspace*{.01\textwidth} % Whitespace to the left of the title page
  35. %\rule[depth]{width}{height}
  36. \rule[-1cm]{6pt}{15cm} % Vertical line
  37. \hspace{3mm}%Horizontal space
  38. \rule[0cm]{3pt}{14cm}%
  39. \hspace{3mm}
  40. \rule[2cm]{2pt}{12cm}
  41. \hspace{1cm}
  42. \parbox[b]{.75\textwidth}{ % Texto de la portada aquí:
  43. \begin{center}
  44. %-----------
  45. {\Large
  46. \scshape{\myDepartment}\\
  47. \textsc{\myFaculty} \\ \bigskip}
  48. \textsc{TESIS}\\\bigskip
  49. \begingroup
  50. % Título de la tesis:
  51. {\Large
  52. \textsc{\color{Maroon}\textsc{``\myTitle''}}\\
  53. \bigskip
  54. \bigskip
  55. %Subtítulo de la tesis:
  56. {\color{Maroon}\texttt{\mySubtitle}}}
  57. \endgroup
  58. \bigskip
  59. \bigskip
  60. \bigskip
  61. \textsc{QUE PARA OBTENER EL TÍTULO DE:}\\
  62. \bigskip
  63. {\large\textsc{\myDegree}\\\bigskip}
  64. \textsc{PRESENTA:}\\
  65. {\large\textsc{\myName}}\\ % Your name
  66. %\textsc{\mytwoName} \\
  67. \bigskip
  68. \bigskip
  69. {\large
  70. \textsc{Director: \myProf}\\
  71. \textsc{Codirector: \myOtherProf}\\
  72. \textsc{Revisor: \mySupervisor}\\
  73. \textsc{Revisor: \myOtherSupervisor}\\}
  74. \end{center}}}
  75. \endgroup
  76. \bigskip
  77. \bigskip
  78. \bigskip
  79. \begin{center}
  80. \textsc{\myLocation \, -- \myTime \, -- \myThesisVersion}
  81. \end{center}
  82. \end{addmargin}
  83. \end{titlepage}