change report structure
This commit is contained in:
parent
16986a212e
commit
61b363279f
@ -11,15 +11,30 @@
|
||||
\usepackage{titling}
|
||||
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm,a4paper]{geometry}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepackage{listings}
|
||||
|
||||
\lstdefinestyle{freefempp}{
|
||||
language=C,
|
||||
basicstyle=\scriptsize\ttfamily,
|
||||
commentstyle=\itshape\color{gray},
|
||||
keywordstyle=\color{blue},
|
||||
numberstyle=\color{red},
|
||||
stringstyle=\color{red},
|
||||
identifierstyle=\color{violet},
|
||||
showstringspaces=false,
|
||||
%float,
|
||||
%frame=single,
|
||||
%numbers=left
|
||||
}
|
||||
|
||||
\lstset{
|
||||
basicstyle=\small\ttfamily,
|
||||
columns=flexible,
|
||||
breaklines=true,
|
||||
inputencoding=utf8,
|
||||
extendedchars=true,
|
||||
literate={á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1 {ñ}{{\~n}}1 {Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1 {Ñ}{{\~N}}1
|
||||
basicstyle=\footnotesize\ttfamily,
|
||||
columns=flexible,
|
||||
breaklines=true,
|
||||
inputencoding=utf8,
|
||||
extendedchars=true,
|
||||
literate={á}{{\'a}}1 {é}{{\'e}}1 {í}{{\'i}}1 {ó}{{\'o}}1 {ú}{{\'u}}1 {ñ}{{\~n}}1 {Á}{{\'A}}1 {É}{{\'E}}1 {Í}{{\'I}}1 {Ó}{{\'O}}1 {Ú}{{\'U}}1 {Ñ}{{\~N}}1,
|
||||
style=freefempp
|
||||
}
|
||||
|
||||
\usepackage{hyperref}
|
||||
@ -62,11 +77,9 @@ Carlos Faúndez
|
||||
\hypersetup{pageanchor=true}
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\newpage
|
||||
\section{Introducción}
|
||||
\include{sections/introduccion}
|
||||
|
||||
\newpage
|
||||
\section{Conclusiones}
|
||||
\include{sections/conclusiones}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
0
doc/code/loop.txt
Normal file
0
doc/code/loop.txt
Normal file
1
doc/sections/conclusiones.tex
Normal file
1
doc/sections/conclusiones.tex
Normal file
@ -0,0 +1 @@
|
||||
\section{Conclusiones}
|
1
doc/sections/introduccion.tex
Normal file
1
doc/sections/introduccion.tex
Normal file
@ -0,0 +1 @@
|
||||
\section{Introducción}
|
Loading…
Reference in New Issue
Block a user