-
Notifications
You must be signed in to change notification settings - Fork 0
/
n-arios.tex
47 lines (34 loc) · 1.07 KB
/
n-arios.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\documentclass[a4paper, 12pt, twoside, titlepage, openright, onecolumn, final]{book}
\usepackage{style}
\def\CC{{C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\tiny\bf ++}}}
\definecolor{hyperlinkColour}{rgb}{0,0.48,0.78}
\begin{document}
\begin{titlepage}
\begin{center}
\textsc{\Huge \textbf{Montículos \hbox{\boldmath $n$\unboldmath}--arios}}\\[4em]
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.65]{img/ucm}
\end{center}
\end{figure}
\vspace{4em}
\textsc{\large Inmaculada Pérez Garbín}\\[1em]
\textsc{\large Doble Grado en Ingeniería Informática y Matemáticas}\\[1em]
\textsc{\large Curso $2018$--$2019$}
\end{center}
\vspace*{\fill}
\end{titlepage}
\frontmatter
\tableofcontents
\include{./tex/Prefacio}
\addcontentsline{toc}{chapter}{Prefacio}
\mainmatter
\include{./tex/FundamentosTeoricos}
\include{./tex/Implementacion}
\include{./tex/Comparacion}
\backmatter
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Bibliografía}
\include{./tex/Bibliografia}
\end{document}