report #10

Merged
cromer merged 5 commits from report into master 2021-06-27 15:30:13 -04:00
4 changed files with 26 additions and 11 deletions
Showing only changes of commit 61b363279f - Show all commits

View File

@ -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
View File

View File

@ -0,0 +1 @@
\section{Conclusiones}

View File

@ -0,0 +1 @@
\section{Introducción}