From 61b363279fca92f20e4b48bc214427a1e51f8402 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 27 Jun 2021 14:07:00 -0400 Subject: [PATCH] change report structure --- doc/Informe.tex | 35 ++++++++++++++++++++++++----------- doc/code/loop.txt | 0 doc/sections/conclusiones.tex | 1 + doc/sections/introduccion.tex | 1 + 4 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 doc/code/loop.txt create mode 100644 doc/sections/conclusiones.tex create mode 100644 doc/sections/introduccion.tex diff --git a/doc/Informe.tex b/doc/Informe.tex index b1b0cc0..6a000b9 100644 --- a/doc/Informe.tex +++ b/doc/Informe.tex @@ -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} diff --git a/doc/code/loop.txt b/doc/code/loop.txt new file mode 100644 index 0000000..e69de29 diff --git a/doc/sections/conclusiones.tex b/doc/sections/conclusiones.tex new file mode 100644 index 0000000..ab71532 --- /dev/null +++ b/doc/sections/conclusiones.tex @@ -0,0 +1 @@ +\section{Conclusiones} \ No newline at end of file diff --git a/doc/sections/introduccion.tex b/doc/sections/introduccion.tex new file mode 100644 index 0000000..bdefbcc --- /dev/null +++ b/doc/sections/introduccion.tex @@ -0,0 +1 @@ +\section{Introducción} \ No newline at end of file