-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.tex
91 lines (64 loc) · 1.66 KB
/
master.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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\documentclass[spanish,12pt,letterpaper,titlepage]{report}
\usepackage[spanish]{babel}
\usepackage[T1]{fontenc}
\usepackage{ucs}
\usepackage[utf8x,utf8]{inputenc}
\usepackage[scaled]{helvet}
\usepackage[top=1in,bottom=1in,right=1in,left=3cm]{geometry}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{rotating}
\usepackage{chngcntr}
\usepackage{multirow}
\usepackage[format=hang,width=.8\textwidth]{caption}
\usepackage[square]{natbib}
\usepackage{wallpaper}
\usepackage{color}
\usepackage{soul}
\usepackage{nameref}
\usepackage{tocloft}
%\usepackage{xfrac}
\renewcommand*\familydefault{\sfdefault}
\doublespacing
\sethlcolor{red}
\counterwithout*{footnote}{chapter}
\hyphenation{si-guien-tes}
\author{Gustavo Serrano Diez}
\title{Escuela Salesiana al Alcance de los más Necesitados en Irapuato}
\begin{document}
\cftpagenumbersoff{chapter}
\pagestyle{empty}
\ThisCenterWallPaper{0.8}{images/PORTADA-TESIS-CON-DATOS}
~
\newpage
\ThisCenterWallPaper{0.8}{images/formato-impresion}
~
\newpage
\include{00-dedicatoria}
\newpage
\addtocontents{toc}{\protect\thispagestyle{empty}}
\setcounter{page}{1}
\setcounter{tocdepth}{1}
\tableofcontents
\cleardoublepage
\pagestyle{plain}
\include{01-intro}
\include{02-negocios}
\include{03-mercados}
\include{04-operaciones}
\include{05-finanzas}
\include{06-analisis-financiero}
\include{07-evaluacion-financiera}
\addtocontents{toc}{\cftpagenumberson{chapter}}
\include{08-conclusiones}
\nocite{*}
% apa-good: http://web.reed.edu/cis/help/latex/bibtexstyles.html
\bibliographystyle{apa-good}%apalike}%amsalpha}
\bibliography{master}
\newpage
\listoftables
\newpage
\listoffigures
\appendix
\include{A-preventivo}
\end{document}