-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTesis_fmt.tex
More file actions
77 lines (65 loc) · 2.79 KB
/
Tesis_fmt.tex
File metadata and controls
77 lines (65 loc) · 2.79 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\documentclass[12pt,openright,twoside]{TeX/config/UNAMFIThesisPortadaBiblioteca}%[a4paper,openright,openany,12pt,oneside]{book}
\include{TeX/config/macros} % Archivo con funciones útiles
%%%%%%%%%%%%%%%%%%%%%%%%%
% Datos de la portada %
%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Modelos basados en c\'opulas para la simulaci\'on estoc\'astica conjunta de propiedades de redes de fracturas discretas en medios porosos fracturados}
\author{\uppercase{Francisco Mendoza Torres}}
\degreethesis{\uppercase{Doctor en Ciencias de la Tierra}}% Carrera
\director{Dr. Mart\'in Alberto D\'iaz Viera}% Director de tesis
\degreedate{Noviembre 2017} % Año de la fecha del examen
\lugar{Ciudad Universitaria, Ciudad de M\'exico}% Lugar
\portadafalse % Portada en NEGRO, descomentar y comentar la línea siguiente si se quiere utilizar
%\portadatrue % Portada en COLOR
\begin{document}
\maketitle % hace la portada
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PRÓLOGO %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frontmatter
\include{TeX/Resumen}
\include{TeX/Abstract}
\include{TeX/copyrights}
\include{TeX/dedicatoria}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ÍNDICES %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{TeX/Indice}
\listoffigures
\addcontentsline{toc}{chapter}{Lista de figuras}
\listoftables
\addcontentsline{toc}{chapter}{Lista de tablas}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOMENCLATURA %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage% or \clearpage
\markboth{\nomname}{\nomname}%
\setlength{\nomitemsep}{1pt}%-\parsep}
{\footnotesize \printnomenclature}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CONTENIDO %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
\include{TeX/intro}
\include{TeX/estadoDelArte}
\include{TeX/booleanModels}
\include{TeX/directionalStats}
\include{TeX/copulaTheory}
\include{TeX/fracSimMethodology}
\include{TeX/caseStudy}
\include{TeX/caseStudy3D}
\include{TeX/conclusions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% APÉNDICES %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\include{TeX/approximationTheory}
\include{TeX/softwareValidation}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% BIBLIOGRAFÍA %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\bibliographystyle{UNAMThesis}
\bibliographystyle{apalike}
\bibliography{TeX/references}
\addcontentsline{toc}{chapter}{Bibliograf\'ia}
\end{document}