forked from mongodb-es/libromongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.tex
73 lines (59 loc) · 1.37 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
\documentclass[a4paper, pdftex, 14pt, oneside, titlepage, openany, onecolumn]{book}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[pdftex]{graphicx}
\usepackage{makeidx}
\usepackage{fancyhdr}
\usepackage{listings}
\usepackage{tikz}
\usepackage{setspace}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{document}
\pagestyle{fancy}
\renewcommand\headrulewidth{0pt}
\setlength{\parskip}{16pt}
\onehalfspace
\lhead{}
\author{Yohan Graterol B.}
\title{NoSQL y MongoDB en Español}
\date{Dic 2013}
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.10]{img/mongodb}
\HRule \\[0.4cm]
{ \huge \bfseries NoSQL y MongoDB en Español \\[0.4cm] }
\HRule \\[1.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Autor:}\\
Yohan Graterol B.
@yograterol
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Coautor:}\\
Flavio Percoco P.
@flaper87
\end{flushright}
\end{minipage}
\vfill
{\large \today}
\end{center}
\end{titlepage}
\newpage
\mbox{}
\thispagestyle{empty}
\include{agradecimientos}
\tableofcontents
\include{prefacio}
\include{cap1/capitulo1}
\include{cap2/capitulo2}
\include{cap3/capitulo3}
\include{cap4/capitulo4}
\include{cap5/capitulo5}
\backmatter
\include{glosario}
\printindex
\end{document}