-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
89 lines (69 loc) · 2.07 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
\documentclass[a4paper,12pt,twoside]{report}
\usepackage[left=3cm,right=2cm,top=4cm,bottom=3cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{pgf,tikz}
\usepackage{graphicx}
\usepackage{float}
\usepackage{cite}
\usepackage{enumerate}
\usepackage{courier}
\usepackage{listings}
\usepackage{mathtools}
\usepackage{pdfpages}
\usepackage{color}
\usepackage[version=4]{mhchem}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\footnotesize\ttfamily,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
\usepackage{hyperref}
\graphicspath{ {/data/Documentos/Universidad/Fisymat2018/TFM/shh-signal-model/images/} }
\usepackage[toc,page]{appendix}
\include{thesis.preamble}
\begin{document}
\title{\LARGE {\bf Nuevo modelo matemático para el sistema de señalización de la proteína Sonic Hedgehog (Shh) }\\
\vspace*{6mm}
}
\author{Bartolomé Ortiz Viso\\Tutor: Óscar Sánchez }
\submitdate{Septiembre 2018}
\narrowlinespacing
\maketitle
\preface
\includepdf[pages=-]{Declaracion.pdf}
\input{abstract/abstract}
\input{acknowledgements/agradecimientos}
\input{quotes/quotes}
\body
\input{introduccion/introduccion}
\input{modelo_clasico/modelo_clasico}
\input{modelo_alternativo/modelo_alternativo}
\input{conclusion/conclusion}
\addcontentsline{toc}{chapter}{Bibliografía}
\bibliographystyle{apalike}
\bibliography{bibliography/bibliografia}
\appendix
\input{codigos.tex}
\end{document}