-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
177 lines (136 loc) · 4.12 KB
/
main.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
\documentclass[final,fmstyle,a4paper]{./util/ucathesis}
%\usepackage{amsmath,amsthm}
%\usepackage[showframe=true]{geometry}
\usepackage[T1]{fontenc}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
%\usepackage{graphicx}
\usepackage[inline]{enumitem}
\usepackage{pgfgantt}
\setlength{\paperheight}{297mm}
\setlength{\paperwidth}{210mm}
\usepackage[bookmarks]{hyperref}
%\usepackage{changepage}
\usepackage{booktabs}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage{xargs}
\usepackage{rotating}
\usepackage{tkz-kiviat}
\usepackage{multirow}
%\usepackage[normalem]{ulem}
\usepackage{pdflscape} % Ver si no funciona con páginas en formato de tesis http://goo.gl/Rszezu
%\usepackage{rotating}
\usepackage{tabulary}
%\usepackage{titlesec}
%\usepackage[newcommands]{ragged2e}
\usepackage{pdfpages}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{tkz-kiviat}
\usepackage[style=numeric,sorting=none,backend=biber]{biblatex}
\usepackage{glossaries}
\usepackage{etoolbox}
\usepackage[xindy]{imakeidx}
%\usepackage[colorinlistoftodos,prependcaption,spanish]{todonotes}
\usepackage{filecontents}
\usepackage{util/pgf-pie}
\usepackage{perpage}
\newcommand{\removed}[1]{\uline{#1}}
\newcommand{\tabitem}{~~\llap{\textbullet}~~}
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}
\usetikzlibrary{shapes,arrows,shadows}
% PACKAGE titlesec
\setcounter{secnumdepth}{4}
% END PACKAGE titlesec
% Agregar bullets al entorno description
\setlist[description]{font=\quad$\bullet\enskip$\bfseries}
\DeclareUnicodeCharacter{00E3}{á}
\tikzstyle{block} = [rectangle, draw, fill=gray!20,
text width=10em, text centered, rounded corners, minimum height=4em]
\tikzstyle{line} = [draw, -latex']
\MakePerPage{footnote}
\addbibresource{bibliography.bib}
%Datos de la tesís
\title{Juegos serios como apoyo a la formación de profesionales: \protect\\ Una aplicación al
área de enfermería}
\author{Mirta Beatriz González Leguizamón y Arturo Pedro Volpe Torres}
\degree{Informática}
\advisor{Ing.}{Martín Abente Lahaye, M.Sc.}
\logosource{./util/logo.pdf}
\institution{Universidad Nacional de Asunción}
\faculty{Facultad Politécnica}
\address{San Lorenzo - Paraguay}
%% templates
\lstdefinestyle{sharpc}{language=[Sharp]C, frame=lr, rulecolor=\color{blue!80!black}}
\newtoks\customtok
\renewcommand*{\newacronymhook}{%
\edef\dosetkeys{\noexpand\setkeys{glossentry}{user1={},\the\glskeylisttok}}%
\dosetkeys
\ifcsempty{@glo@useri}%
{%
\expandafter\customtok\expandafter{\the\glsshorttok}%
}%
{%
\edef\custom{\the\glsshorttok, \csexpandonce{@glo@useri}}%
\expandafter\customtok\expandafter{\custom}%
}%
}
\newcommand*{\custompostdesc}[1]{%
\ifcsempty{glo@#1@useri}{}{ (\glsentryuseri{#1})}%
}
\renewcommand*{\CustomAcronymFields}{%
user1={},%
name={\the\glsshorttok},%
description={\the\glslongtok\noexpand\custompostdesc{\the\glslabeltok}},%
first={\the\glslongtok\space(\the\customtok)},%
firstplural={\the\glslongtok\noexpand\acrpluralsuffix
\space (\the\customtok)}%
text={\the\glsshorttok},%
plural={\the\glsshorttok\noexpand\acrpluralsuffix}%
}
\newcommand{\cs}{%
{\settoheight{\dimen0}{C}C\kern-.05em \resizebox{!}{\dimen0}{\raisebox{\depth}{\fontseries{b}\selectfont\#}}}}
% COLOR para las tablas
\definecolor{gris}{gray}{0.85}
\definecolor{agua}{rgb}{0.88,1,1}
\SetCustomStyle
\makeglossaries
\makeindex
\begin{document}
\include{acronimos}
\maketitle
\include{agradecimientos}
% Tabla de contenidos
%\setcounter{secnumdepth}{5}
%\setcounter{tocdepth}{5}
\tableofcontents
% Lista de figuras
\listoffigures
% Lista de tablas
\listoftables
% Lista de algoritmos
\listofalgorithms
%\listoftodos
%\todototoc
\printglossary[type=\acronymtype,title=Lista de Siglas]
\addcontentsline{toc}{chapter}{Lista de Siglas}
\mainmatter
\include{introduccion/main}
\include{tics/main}
\include{juegos_serios/main}
\include{problema/main}
\include{requerimientos/main}
\include{tecnologias/main}
\include{solucion/main}
\include{analisis/main}
\include{conclusion/main}
\include{futuro/main}
\appendix
\include{anexo/main}
\printbibliography{}
\end{document}