-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
75 lines (59 loc) · 1.78 KB
/
report.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
\documentclass{layout/tudelft-report}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{parskip}
\setlength{\parindent}{0cm}
\usepackage{csquotes}
\graphicspath{ {figures/} }
%% Setting up the bibliography
\usepackage[sorting=none]{biblatex}
\addbibresource{report.bib}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{xcolor,colortbl}
\definecolor{maroon}{cmyk}{0,0.87,0.68,0.32}
%% Additional packages and commands
\setlist{itemsep=-2pt} % Reducing white space in lists slightly
\renewcommand{\deg}{\si{\degree}\xspace} % Use \deg easily, everywhere
\usepackage{longtable}
\usepackage{lscape}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% Begin of document %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%% Roman page numbering
\frontmatter
%% Defining the main parameters
\title{Planificación de una red corporativa semipresencial}
\author{[REDACTADO]}
\subject{CFGS ASIR}
\coverimage{figures/cover.jpg} % Aspect ratio of 2:3 (portrait) recommended
\definecolor{title}{HTML}{4884d6} % Color for title
\makecover
\input{frontmatter/title-report}
\tableofcontents
%\listoffigures
%\listoftables
\input{frontmatter/licencia}
%% Arabic page numbering
\mainmatter
\input{mainmatter/capitulo-1}
\input{mainmatter/capitulo-2}
\input{mainmatter/capitulo-3}
\input{mainmatter/capitulo-4} % Create file to add
\input{mainmatter/conclusion}
%% Prevent urls running into margins in bibliography
\setcounter{biburlnumpenalty}{7000}
\setcounter{biburllcpenalty}{7000}
\setcounter{biburlucpenalty}{7000}
%% Letters for chapters
\appendix
\input{appendix/anexo-vpn}
% \begin{landscape}
\input{appendix/anexo-iptables}
% \end{landscape}
\input{appendix/anexo-docker}
\input{appendix/anexo-docker-compose}
%% Add bibliography
\printbibliography[heading=bibintoc,title=Bibliografía]
\end{document}