aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/tfg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/tfg.tex')
-rw-r--r--doc/tex/tfg.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/tex/tfg.tex b/doc/tex/tfg.tex
index f387064..4c64bb2 100644
--- a/doc/tex/tfg.tex
+++ b/doc/tex/tfg.tex
@@ -13,6 +13,9 @@
\usepackage[backend=biber, style=numeric, sorting=none]{biblatex}
\addbibresource{tex/biber.bib}
+\usepackage{minted} % Code importing and formatting
+\setminted{linenos, breaklines}
+
\geometry{left=4cm,top=2cm,bottom=2cm,right=4cm}
\hypersetup{colorlinks=false,
@@ -27,6 +30,7 @@
\newcommand{\program}{Imago}
\newcommand{\fref}[1]{Fig.~\ref{#1}}
+\newcommand{\flist}[1]{Listing~\ref{#1}}
%\newcommand{\uurl}[1]{\underline{\url{#1}}}
\newcommand{\tabitem}{~~\llap{\textbullet}~~}
@@ -110,10 +114,14 @@ inclusion to use this template is included here.
\clearpage
+\setcounter{secnumdepth}{3}
+\setcounter{tocdepth}{4}
\tableofcontents
\listoffigures
+\listoflistings
+
\clearpage
\input{tex/introduction.tex}
@@ -122,7 +130,7 @@ inclusion to use this template is included here.
\input{tex/systemAnalysis.tex}
-%\input{tex/systemDesign.tex}
+\input{tex/systemDesign.tex}
\input{tex/implementation.tex}