\documentclass{scrbook} \RequirePackage{graphicx} \RequirePackage{calligra} \RequirePackage[left=3cm,right=3cm,top=3cm,bottom=3cm]{geometry} \RequirePackage[dvipsnames]{xcolor} \def \myUni{Instituto Tecnológico de Morelia} \newcommand{\myFaculty}{Maestría en Ingeniería Electrónica} \newcommand{\myDepartment}{División de Estudios de Posgrado e Investigación} \newcommand{\myLocation}{Morelia, Michoacán, México} \newcommand{\myTime}{Septiembre 2018} \newcommand{\myThesisVersion}{Rev 1.0} \newcommand{\myTitle}{Un Título de la Tesis no Muy Complicado y Largo Pero Capaz de Definir Concretamente} \newcommand{\mySubtitle}{Caso de Estudio a Nivel Maestría} \newcommand{\myDegree}{Maestría en Ciencias en Ingeniería Electrónica} % 2.2 Autores: \newcommand{\myName}{Gerardo Marx Chávez-Campos} \newcommand{\myNumber}{D01120294} %\newcommand{\myPartner}{Otro autor} %---------------- % 2.3 Mesa de revisión %Director: \newcommand{\myProf}{Homer Simpson} %Codirector: \newcommand{\myOtherProf}{James Clerk Maxwell} %Revisor 1: \newcommand{\mySupervisor}{Piere Simon Laplace} %Revisor 2: \newcommand{\myOtherSupervisor}{Jean-Baptiste Joseph Fourier} \begin{document} \begin{titlepage} \begin{addmargin}[-2cm]{-3cm} % Header logos \begin{picture}(0,0) \put(30,-20){\includegraphics[width=7cm]{logos/sepLogo}} \put(250,-20){\includegraphics[width=5cm]{logos/tecnmBW}} \put(410,-20){\includegraphics[width=3cm]{logos/itm}} \linethickness{5pt} \put(30,-150){\line(0,-1){500}} \linethickness{3.5pt} \put(55,-150){\line(0,-1){450}} \linethickness{2.5pt} \put(70,-150){\line(0,-1){400}} \end{picture} \begin{center} \bigskip \rule[3mm]{160mm}{4pt} \rule[3mm]{140mm}{3pt}\\ \bigskip { \Huge \textsc{\myUni}\\ \vspace{0.2in} \calligra{``~José María Morelos y Pavón''} \bigskip } { \Large \scshape{\myDepartment}\\ \textsc{\myFaculty} \\ \bigskip \textsc{TESIS}\\ \bigskip } \parbox[b]{.8\textwidth} { \begin{center} \Large \textsc{\color{Maroon}\textsc{``\myTitle''}}\\ \bigskip \bigskip % Subtítulo de la tesis: {\color{Maroon}\mySubtitle} \bigskip \bigskip \bigskip \textsc{QUE PARA OBTENER EL TÍTULO DE:}\\ \bigskip {\large\textsc{\myDegree}\\} \bigskip \bigskip \textsc{PRESENTA:}\\ {\large\textsc{\myName}}\\ % Your name % \textsc{\mytwoName} \\ \bigskip \bigskip {\large \textsc{Director: \myProf}\\ \textsc{Codirector: \myOtherProf}\\ \textsc{Revisor: \mySupervisor}\\ \textsc{Revisor: \myOtherSupervisor}\\} \end{center} } \end{center} \bigskip \bigskip \begin{center} \textsc{\myLocation \, -- \myTime \, -- \myThesisVersion} \end{center} \end{addmargin} \end{titlepage} \end{document}