%==============================================================================
% Template PROYECTO DE TITULO UCM
% Autor: Marco Quiroz
% Escuela de Ing Civil
% Departamento de Obras Civiles
% Universidad Católica del Maule
%==============================================================================
\documentclass[12pt,letterpaper]{report}
\usepackage{UCM}
\begin{document}
\pagestyle{empty}
\begin{center}
\parbox[c][\textheight][t]{\textwidth}{
\begin{center}
\includegraphics[scale=0.2]{./figures/Escudo_UCM.png}\\
\vspace{0.25cm}
{\normalsize UNIVERSIDAD CATÓLICA DEL MAULE}\\ \vspace{-0.15cm}
{\normalsize FACULTAD DE CIENCIAS DE LA INGENIERÍA}\\ \vspace{-0.15cm}
{\normalsize ESCUELA DE INGENIERÍA CIVIL}\\
\vspace{1cm}
{\normalsize \bf TÍTULO DE PROYECTO DE TÍTULO} \\
\vspace{0.5cm}
{\normalsize \bf NOMBRE APELLIDO1 APELLIDO2} \\
{\normalsize \bf PROFESOR GUÍA: NOMBRE APELLIDO1 APELLIDO2} \\
\vfill
Proyecto de Título presentado en conformidad a los \\ requisitos para obtener el título de Ingeniero/a Civil \\
\vspace{0.5cm}
TALCA, MES 202X
\end{center}
}
\end{center}
\newpage
\begin{center}
\parbox[c][\textheight][t]{\textwidth}{
\begin{center}
\includegraphics[scale=0.2]{./figures/Escudo_UCM.png}\\
\vspace{0.25cm}
{\normalsize UNIVERSIDAD CATÓLICA DEL MAULE}\\ \vspace{-0.15cm}
{\normalsize FACULTAD DE CIENCIAS DE LA INGENIERÍA}\\ \vspace{-0.15cm}
{\normalsize ESCUELA DE INGENIERÍA CIVIL}\\
\vspace{1cm}
Proyecto de Título presentado en conformidad a los \\ requisitos para obtener el título de Ingeniero/a Civil \\
\vspace{0.25cm}
{\normalsize \bf TÍTULO DE PROYECTO DE TÍTULO} \\
\vspace{0.5cm}
{\normalsize \bf NOMBRE APELLIDO1 APELLIDO2} \\
{\normalsize \bf PROFESOR GUÍA: NOMBRE APELLIDO1 APELLIDO2}
\end{center}
}
\vspace*{-7.5cm}
%\begin{table}[H]
% \centering
\renewcommand*{\arraystretch}{1.25}
\begin{tabular}{p{0.15\textwidth}p{0.5\textwidth}p{0.35\textwidth}}
& {\bf COMISIÓN EXAMINADORA} & {\bf FIRMA} \\
Dr./Mg./Sr(a). & {PROFESOR GUÍA} & \hrulefill \\
Dr./Mg./Sr(a). & {PROFESOR DE COMISIÓN} & \hrulefill\\
Dr./Mg./Sr(a). & {PROFESOR DE COMISIÓN} & \hrulefill
\end{tabular}
%\caption{Caption}
%\label{tab:placeholder}
%\end{table}
\vspace{2.5cm}
TALCA, MES 20XX
\end{center}
\cleardoublepage
%---------------------------------------------------------------------------
% Preamble
\pagenumbering{roman} % Begin Roman page numbering (i,ii,...)
%---------------------------------------------------------------------------
% Resumen
\chapter*{Resumen}
\addcontentsline{toc}{chapter}{Resumen}
\lipsum[1-2]
\vspace{2cm}
\noindent \textbf{Palabras Clave:} \\
\noindent Palabra1, Palabra2, Palabra3
%\cleardoublepage
\clearpage
% Abstract
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\lipsum[3-4]
\vspace{2cm}
\noindent \textbf{Keywords:} \\
\noindent Word1, Word2, Word3
%\cleardoublepage
\clearpage
%---------------------------------------------------------------------------
% Agradecimientos
% Se puede remover si el estudiante no lo desea (máximo una página)
\chapter*{Agradecimientos}
\addcontentsline{toc}{chapter}{Agradecimientos}
\lipsum[5-6]
\cleardoublepage
%---------------------------------------------------------------------------
%The table of contents is automatically generated by the template
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4} % Sets the number of section levels in the table of contents to 4
\pagestyle{fancy}
\tableofcontents % Creates the table of contents
\cleardoublepage % Ends the current page
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
%\cleardoublepage
\listoftables
\clearpage
\addcontentsline{toc}{chapter}{\listtablename}
%\cleardoublepage
%---------------------------------------------------------------------------
\input{Capitulos/Glosario.tex}
\cleardoublepage
% Capitulos
\pagestyle{fancy} % Fancy headings
\pagenumbering{arabic} % Begin arabic page numbering (1,2,...)
\setlength{\parindent}{20pt} % Sets default paragraph indentation to 20 pt
\clearpage
% Capítulos
\input{Capitulos/Capitulo_1.tex}
\input{Capitulos/Capitulo_2.tex}
\input{Capitulos/Capitulo_3.tex}
\input{Capitulos/Capitulo_4.tex}
\input{Capitulos/Capitulo_5.tex}
\input{Capitulos/Capitulo_6.tex}
\newpage
%---------------------------------------------------------------------------
% Bibliografia
% Referencias deben ser agregadas al archivo biblio.bib
\addcontentsline{toc}{chapter}{Bibliografía}
\bibliographystyle{apalike} % Estilo APA
\bibliography{biblio.bib} % Carga las referencias desde el archivo biblio.bib y crea la sección de Bibliografía
%---------------------------------------------------------------------------
% Anexos
\appendix
\clearpage
\addappheadtotoc
\appendixpage
\renewcommand{\thechapter}{\Roman{chapter}}
\input{Capitulos/Anexo_I.tex}
\input{Capitulos/Anexo_II.tex}
%---------------------------------------------------------------------------
\end{document}