summaryrefslogtreecommitdiff
path: root/memoria.tex
diff options
context:
space:
mode:
authorGuillermo Ramos2015-06-25 03:43:27 +0200
committerGuillermo Ramos2015-06-25 03:43:27 +0200
commit3d916d10b90ce767b562cc7812a59acbd90a64af (patch)
treec63eb6eba3ebc1c1cf7479e252ffbb3de6ab8a6f /memoria.tex
downloadtfm-3d916d10b90ce767b562cc7812a59acbd90a64af.tar.gz
Initial commit
Diffstat (limited to 'memoria.tex')
-rwxr-xr-xmemoria.tex91
1 files changed, 91 insertions, 0 deletions
diff --git a/memoria.tex b/memoria.tex
new file mode 100755
index 0000000..3d194e2
--- /dev/null
+++ b/memoria.tex
@@ -0,0 +1,91 @@
+\documentclass[12pt,a4paper,parskip=full]{scrreprt}
+\usepackage[top=3.5cm,bottom=3.5cm,left=3cm,right=3cm]{geometry}
+
+% \usepackage[spanish]{babel}
+\usepackage[utf8]{inputenc} \usepackage{url}
+\usepackage{graphicx} \usepackage{cite} \usepackage{amsmath}
+\usepackage{mathtools} \usepackage{listings} \usepackage{syntax}
+% \usepackage[compact,small]{titlesec}
+\usepackage[usenames,dvipsnames]{xcolor}
+\usepackage[pagebackref,colorlinks=true,linkcolor=black,urlcolor=black,citecolor=blue]{hyperref}
+\usepackage{perpage} \usepackage{subcaption}
+
+\usepackage{tikz}
+% \usepackage{minted}
+
+\usepackage{float}
+\floatstyle{boxed}
+\newfloat{code}{th}{los}[chapter]
+\floatname{code}{Code listing}
+
+\usetikzlibrary{shapes,arrows}
+
+\hypersetup{pageanchor=false}
+
+
+% \input{defs}
+\input{portada/defs}
+
+\MakePerPage{footnote}
+
+\def\emptypage{\newpage\thispagestyle{empty}\mbox{}}
+
+\begin{document}
+\input{portada/portada}
+
+\pagenumbering{roman}
+
+
+\emptypage
+\chapter*{Resumen}
+
+\chapter*{Abstract}
+
+\emptypage
+\tableofcontents
+
+
+\emptypage
+\chapter{INTRODUCTION}
+\label{cha:introduction}
+\pagenumbering{arabic}
+\setcounter{page}{1}
+
+EasyCrypt\footnote{\url{https://www.easycrypt.info/}} is a crypto framework...
+
+
+
+- EasyCrypt
+- Term rewriting
+ - Some theory (books?)
+ - Extensions of lambda calculus
+
+\chapter{STATE OF THE ART}
+
+- Reduction things
+- Abstract machines
+ - Krivine
+ - ZAM\cite{Gregoire-Leroy-02}
+
+\chapter{IMPLEMENTATION}
+
+- Outside EasyCrypt: weak symbolic with fixpts and cases
+
+\chapter{CONTRIBUTIONS}
+\label{cha:contribuciones}
+
+- EasyCrypt rules
+
+\chapter{CONCLUSIONS}
+\label{cha:result-y-concl}
+
+- Writing real things.
+- Hey arst
+
+\chapter{ANNEX}
+\label{cha:anexos}
+
+
+\pagebreak \bibliography{bib}{} \bibliographystyle{ieeetr}
+
+\end{document}