-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
24 lines (21 loc) · 1.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
\documentclass[12pt]{book}
% do not right justify
\input{settings}
% \bibliography{biblio}
\title{Navindoor: Software para la simulación, desarrollo y validación de sistemas de localización} % Supply information
\author{Deyviss Jesús Oroya Villalta} % for the title page.
\date{\today} % Use current date.
% Note that book class by default is formatted to be printed back-to-back.
\begin{document} % End of preamble, start of text.
\frontmatter % only in book class (roman page #s)
\maketitle % Print title page.
\tableofcontents % Print table of contents
\mainmatter % only in book class (arabic page #s)
% \input{contents/000-Intro.tex}
% \input{contents/010-IntroIPS.tex}
% \input{contents/020-Arquitectura-de-Sofware.tex}
\input{contents/030-Ejemplos}
%\input{contents/040-Conclusiones.tex}
% \addcontentsline{toc}{chapter}{\textbf{Biblografía}}
% \printbibliography
\end{document} % The required last line