-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
358 lines (240 loc) · 14.6 KB
/
main.tex
File metadata and controls
358 lines (240 loc) · 14.6 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% kaobook
% LaTeX Template
% Version 1.2 (4/1/2020)
%
% This template originates from:
% https://www.LaTeXTemplates.com
%
% For the latest template development version and to make contributions:
% https://github.com/fmarotta/kaobook
%
% Authors:
% Federico Marotta (federicomarotta@mail.com)
% Based on the doctoral thesis of Ken Arroyo Ohori (https://3d.bk.tudelft.nl/ken/en)
% and on the Tufte-LaTeX class.
% Modified for LaTeX Templates by Vel (vel@latextemplates.com)
%
% License:
% CC0 1.0 Universal (see included MANIFEST.md file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
fontsize=12pt, % Base font size
twoside=false, % Use different layouts for even and odd pages (in particular, if twoside=true, the margin column will be always on the outside)
%open=any, % If twoside=true, uncomment this to force new chapters to start on any page, not only on right (odd) pages
%chapterprefix=true, % Uncomment to use the word "Chapter" before chapter numbers everywhere they appear
%chapterentrydots=true, % Uncomment to output dots from the chapter name to the page number in the table of contents
numbers=noenddot, % Comment to output dots after chapter numbers; the most common values for this option are: enddot, noenddot and auto (see the KOMAScript documentation for an in-depth explanation)
%draft=true, % If uncommented, rulers will be added in the header and footer
%overfullrule=true, % If uncommented, overly long lines will be marked by a black box; useful for correcting spacing problems
]{kaobook}
% Set the language
%\usepackage[english]{babel} % Load characters and hyphenation
\usepackage[spanish]{babel}
\usepackage[english=british]{csquotes} % English quotes
% Load packages for testing
\usepackage{blindtext}
%\usepackage{showframe} % Uncomment to show boxes around the text area, margin, header and footer
%\usepackage{showlabels} % Uncomment to output the content of \label commands to the document where they are used
% Load the bibliography package
\usepackage{styles/kaobiblio}
%\usepackage[babel]{csquotes}
%\usepackage[style=apa,backend=biber]{biblatex}
%\DeclareLanguageMapping{spanish}{spanish-apa}
\addbibresource{main.bib} % Bibliography file
% Load mathematical packages for theorems and related environments. NOTE: choose only one between 'mdftheorems' and 'plaintheorems'.
\usepackage{styles/mdftheorems}
%\usepackage{styles/plaintheorems}
\usepackage{tikz}
\graphicspath{{"C:/Users/Maru/Desktop/Gestion Informacion Documental/GID/images"}} % Paths in which to look for images
\makeindex[columns=3, title=\'Indice Alfab\'etico, intoc] % Make LaTeX produce the files required to compile the index
%%\makeglossaries % Make LaTeX produce the files required to compile the glossary
\makenomenclature % Make LaTeX produce the files required to compile the nomenclature
% Reset sidenote counter at chapters
%\counterwithin*{sidenote}{chapter}
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% BOOK INFORMATION
%----------------------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\AddToShipoutPicture*{\BackgroundPic} %%% background
\begingroup
\thispagestyle{empty} % Suppress headers and footers on the title page
\begin{tikzpicture}[remember picture,overlay]
\node[inner sep=0pt] (background) at (current page.center) {\includegraphics[width=\paperwidth]{portada}};
\draw (current page.center) node [fill=yellow!30!white,fill opacity=0.6,text opacity=1,inner sep=1cm]{\Huge\centering\bfseries\sffamily\parbox[c][][t]{\paperwidth}{\centering Gestión de Información Documental\\[15pt] % Book title
{\Large Gu\'ia de Apoyo al curso de Gesti\'on de Informaci\'on Documental }\\[20pt] % Subtitle
{\huge Dra. Virginia Padilla Sifontes}}}; % Author name
\end{tikzpicture}
\vfill
\endgroup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
\frontmatter % Denotes the start of the pre-document content, uses roman numerals
%----------------------------------------------------------------------------------------
% OPENING PAGE
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% COPYRIGHT PAGE
%----------------------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% VPVPVP
%----------------------------------------------------------------------------------------
% COPYRIGHT PAGE
%----------------------------------------------------------------------------------------
\newpage
~\vfill
\thispagestyle{empty}
%\noindent Copyright \copyright\ 2021 Virginia Padilla\\ % Copyright notice
\noindent \textsc{Publicado por Virginia Padilla}\\ % Publisher
\noindent \textsc{\textbf{Declaraci\'on}\\
Las figuras de las portadas y encabezados de los cap\'itulos fueron elaborados por Andrea Isabel Revilla. \\ {en Instagram: @ave.rebel \\ Twitter: @AveRebel \\ ArtStation \href{https://linktr.ee/avebel}{avebel} } \\ Gracias Andrea Isabel!}\\
\noindent \textsc{ {Colof\'on} \\
Este documento fue escrito con la ayuda de \href{https://sourceforge.net/projects/koma-script/}{\KOMAScript} \href{https://www.latex-project.org/}{\LaTeX} usando la clase \href{https://github.com/fmarotta/kaobook/}{kaobook}.}
\noindent \textit{Primera Impresi\'on, Mayo 2021} % Printing/edition date
\noindent \textsc{ \textbf{Licencia} \\
Este libro está licenciado bajo la licencia \href{http://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons Atribución-CompartirIgual 4.0 Internacional.}
}
\includegraphics[width=0.4\linewidth]{by-sa.png}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeatletter
\uppertitleback{\@titlehead} % Header
%\makeatother
%----------------------------------------------------------------------------------------
% DEDICATION
%----------------------------------------------------------------------------------------
\newpage
\vspace*{\fill}
%\thispagestyle{empty}
% {
% \begin{flushright}
% \Large {\textit{The harmony of the world is made manifest in Form and Number, and the heart and soul and all the poetry of Natural Philosophy are embodied in the concept of mathematical beauty.}\\
% \flushright -- D'Arcy Wentworth Thompson
%4 4}
% \end{flushright}
%\vspace*{\fill}
%----------------------------------------------------------------------------------------
% OUTPUT TITLE PAGE AND PREVIOUS
%----------------------------------------------------------------------------------------
% Note that \maketitle outputs the pages before here
% If twoside=false, \uppertitleback and \lowertitleback are not printed
% To overcome this issue, we set twoside=semi just before printing the title pages, and set it back to false just after the title pages
\KOMAoptions{twoside=semi}
%\maketitle
\KOMAoptions{twoside=false}
%----------------------------------------------------------------------------------------
% PREFACE
%----------------------------------------------------------------------------------------
%\input{chapters/preface.tex}
%----------------------------------------------------------------------------------------
% TABLE OF CONTENTS & LIST OF FIGURES/TABLES
%----------------------------------------------------------------------------------------
\begingroup % Local scope for the following commands
% Define the style for the TOC, LOF, and LOT
%\setstretch{1} % Uncomment to modify line spacing in the ToC
\hypersetup{linkcolor=blue} % Uncomment to set the colour of links in the ToC
\setlength{\textheight}{23cm} % Manually adjust the height of the ToC pages
% Turn on compatibility mode for the etoc package
\etocstandarddisplaystyle % "toc display" as if etoc was not loaded
\etocstandardlines % toc lines as if etoc was not loaded
\tableofcontents % Output the table of contents
\listoffigures % Output the list of figures
% Comment both of the following lines to have the LOF and the LOT on different pages
%\let\cleardoublepage\bigskip
%\let\clearpage\bigskip
\listoftables % Output the list of tables
\endgroup
%%%%%%% agreagado VP
%%%%%%%%%%%%%%%%%%%%%
\newcommand{\li}{\textit{LI}\xspace}
\newcommand{\nr}{\textit{NR}\xspace}
\newcommand{\pa}{\textit{PA}\xspace}
\newcommand{\ka}{\textit{KA}\xspace}
\newcommand{\gu}{\textit{GU}\xspace}
\newcommand{\av}{\textit{AV}\xspace}
\newcommand{\LI}{\textit{Universidad Pedag\'ogica Experimental Libertador, (2011). Manual de trabajos de grado y especializaci\'on y maestr\'ia y tesis doctorales.}\xspace}
\newcommand{\NR}{\textit{Naranjo, E.(2010). Uso de los sistemas de informaci\'on documental en la educaci\'on superior: estado del arte}\xspace}
\newcommand{\PA}{\textit{Paiva, A.(2007). A internet na forma{\c c}{\~a}o inicial de professores: um estudo em pesquisa de informa{\c c}{\~a}o (Disserta{\c c}{\~a}o de Mestrado em Comunica{\c c}{\~a}o Educacional Multimedia)}\xspace}
\newcommand{\KA}{\textit{Kaushik, A.(2012). Avalia{\c c}{\~a} de recursos da internet: uma revis{\c c}{\~a}o de literatura selecionada}\xspace}
\newcommand{\GU}{\textit{Guirao-Goris y otros (2008). El art\'iculo de revisi\'on}\xspace}
\newcommand{\AV}{\textit{Avello, R y otros (2013). Zotero, más allá de un gestor bibliográfico: Una experiencia con los docentes y nuevas metas.}\xspace}
% Prints the month name (e.g., January) and the year (e.g., 2008)
%%\newcommand{\monthyear}{%
%% \ifcase\month\or Enero\or Febrero\or Marzo\or Abril\or Mayo\or Junio\or Julio\or Agosto\or Septiembre\or Octubre\or Noviembre\or Diciembre\fi\space\number\year }
%%%%%%%%% VP
%----------------------------------------------------------------------------------------
% MAIN BODY
%----------------------------------------------------------------------------------------
\mainmatter % Denotes the start of the main document content, resets page numbering and uses arabic numbers
\setchapterstyle{kao} % Choose the default chapter heading style
\input{chapters/0-introduccion.tex}
\pagelayout{wide} % No margins
%%\addpart{Class Options, Commands and Environments}
\pagelayout{margin} % Restore margins
\input{chapters/1-definicion.tex}
\input{chapters/2-elaborar_busq.tex}
\input{chapters/3-hacer_busq.tex}
\input{chapters/4-redactar_doc.tex}
\input{chapters/5-conclusiones.tex}
%%\appendix % From here onwards, chapters are numbered with letters, as is the appendix convention
%%\pagelayout{wide} % No margins
%%\addpart{Appendix}
%%\pagelayout{margin} % Restore margins
%%\input{chapters/appendix.tex}
%----------------------------------------------------------------------------------------
\backmatter % Denotes the end of the main document content
\setchapterstyle{plain} % Output plain chapters from this point onwards
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
% The bibliography needs to be compiled with biber using your LaTeX editor, or on the command line with 'biber main' from the template directory
\defbibnote{bibnote}{Referencias ordenadas seg\'un el orden de citaci\'on.\par\bigskip} % Prepend this text to the bibliography
\printbibliography[heading=bibintoc, title=Bibliograf\'ia, prenote=bibnote] % Add the bibliography heading to the ToC, set the title of the bibliography and output the bibliography note
%----------------------------------------------------------------------------------------
% NOMENCLATURE
%----------------------------------------------------------------------------------------
% The nomenclature needs to be compiled on the command line with 'makeindex main.nlo -s nomencl.ist -o main.nls' from the template directory
%%\nomenclature{$c$}{Speed of light in a vacuum inertial frame}
%%\nomenclature{$h$}{Planck constant}
%%\renewcommand{\nomname}{Notation} % Rename the default 'Nomenclature'
%%\renewcommand{\nompreamble}{The next list describes several symbols that will be later used within the body of the document.} % Prepend this text to the nomenclature
%%\printnomenclature % Output the nomenclature
%----------------------------------------------------------------------------------------
% GREEK ALPHABET
% Originally from https://gitlab.com/jim.hefferon/linear-algebra
%----------------------------------------------------------------------------------------
%%\vspace{1cm}
%%{\usekomafont{chapter}Greek Letters with Pronounciation} \\[2ex]
%----------------------------------------------------------------------------------------
% GLOSSARY
%----------------------------------------------------------------------------------------
% The glossary needs to be compiled on the command line with 'makeglossaries main' from the template directory
%%%%%%% agregado VP
\newglossaryentry{servicio}
{ name=servicio,
description={Parte distinta de un sistema inform\'atico que administra un conjunto de recursos relacionados y presenta su funcionalidad a usuarios y aplicaciones. Por ejemplo, se accede a archivos compartidos a trav\'es de un servicio de archivos; envia documentos a impresoras a trav\'es de un servicio de impresi\'on. El \'unico acceso que se tiene al servicio es a trav\'es del conjunto de operaciones que exporta.} }
%%%%%% VP
\setglossarystyle{listgroup}
\printglossary
% Set the style of the glossary (see https://en.wikibooks.org/wiki/LaTeX/Glossary for a reference)
%%\printglossary[title=Special Terms, toctitle=List of Terms] % Output the glossary, 'title' is the chapter heading for the glossary, toctitle is the table of contents heading
%----------------------------------------------------------------------------------------
% INDEX
%----------------------------------------------------------------------------------------
% The index needs to be compiled on the command line with 'makeindex main' from the template directory
\printindex % Output the index
%----------------------------------------------------------------------------------------
% BACK COVER
%----------------------------------------------------------------------------------------
% If you have a PDF/image file that you want to use as a back cover, uncomment the following lines
\clearpage
\thispagestyle{empty}
\null%
\clearpage
\includepdf{rest.jpg}
%----------------------------------------------------------------------------------------
\end{document}