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.tex22
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/tex/tfg.tex b/doc/tex/tfg.tex
index 7296cb9..6e2c472 100644
--- a/doc/tex/tfg.tex
+++ b/doc/tex/tfg.tex
@@ -10,7 +10,7 @@
\usepackage{chngcntr}
\counterwithin{figure}{section}
-\usepackage[backend=biber, style=numeric-comp]{biblatex}
+\usepackage[backend=biber, style=numeric, sorting=none]{biblatex}
\addbibresource{tex/biber.bib}
\geometry{left=4.5cm,top=2cm,bottom=2cm,right=4.5cm}
@@ -54,9 +54,8 @@ TODO: Acknowledgements
To Vicente García Díaz, for directing me in this project.
-To José Manuel Redondo López\cite{plantillaRedondo}, for making a very
-complete template on which the structure of this documentation is extensively
-based.
+To José Manuel Redondo López\cite{plantillaRedondo}, for making an extensive
+template on which the structure of this documentation is extensively based.
\clearpage
@@ -69,7 +68,7 @@ based.
\textit{Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation; with the
- Copyright notice as an Invariant Section, no Front- Cover Texts, and no
+ Copyright notice as an Invariant Section, no Front-Cover Texts, and no
Back-Cover Texts. A copy of the license is included in the section
entitled ``GNU Free Documentation License''.}
@@ -91,7 +90,7 @@ inclusion to use this template is included here.
\textit{Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation; with no
- Invariant Sections, no Front- Cover Texts, and no Back-Cover Texts. A copy
+ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy
of the license is included in the section entitled ``GNU Free
Documentation License''.}
@@ -107,10 +106,19 @@ inclusion to use this template is included here.
\input{tex/systemAnalysis.tex}
+\input{tex/systemDesign.tex}
+
%\input{tex/interface.tex}
%\input{tex/implementation.tex}
-\printbibliography{}
+\clearpage
+
+% References (bibliography)
+
+\setcounter{secnumdepth}{0}
+\section{References}
+\printbibliography[type=article,title={Cited articles},heading=subbibintoc]{}
+\printbibliography[type=online,title={Online resources},heading=subbibintoc]{}
\end{document}