A LaTeX class to write your proposal. The class is developed for the "Instituto Tecnológico de Morelia" and the course of "Seminario de Investigación 1"
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.

85 lines
2.0 KiB

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