summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-05-06 00:46:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-05-06 00:46:18 +0200
commit0f5a7522d2ffaac78fde5e0d6c809548f74095a6 (patch)
treedc208d60ef1e56940a0a6b6a6c52b8adad0f4c35 /thesis.tex
parente867f90f191278eb41e32483920674f7e58ed9a0 (diff)
downloaddold-thesis-phd-0f5a7522d2ffaac78fde5e0d6c809548f74095a6.tar.gz
dold-thesis-phd-0f5a7522d2ffaac78fde5e0d6c809548f74095a6.tar.bz2
dold-thesis-phd-0f5a7522d2ffaac78fde5e0d6c809548f74095a6.zip
stuff
Diffstat (limited to 'thesis.tex')
-rw-r--r--thesis.tex22
1 files changed, 21 insertions, 1 deletions
diff --git a/thesis.tex b/thesis.tex
index 569f8d4..af124cc 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -12,6 +12,7 @@
\usepackage[main=english,french]{babel}
+
\usepackage{amssymb,amsmath,amsthm}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
@@ -97,6 +98,9 @@
\normalfont
\usepackage[T1]{fontenc}
+
+\usepackage{pdfpages}
+
\author{Florian Dold}
\title{The GNU Taler System: Practical and Provably Secure Electronic Payments}
@@ -112,12 +116,29 @@
%\setlength{\parskip}{0.5ex plus 0.2ex minus 0.1ex}
+\newif\ifrennesone
+
+% Are we building the ugly UR1 cover page?
+\rennesonetrue
+
+
+\ifrennesone
+
+\includepdf[pages={1},offset=2.55cm -2.55cm]{cover-ur1.pdf}
+\includepdf[pages={2},offset=-2.55cm -2.55cm]{cover-ur1.pdf}
+\includepdf[pages={3},offset=2.55cm -2.55cm]{cover-ur1.pdf}
+\include{acknowledgements}
+
+\else
\frontmatter
\include{titlepage-rennes}
\include{abstract}
\include{abstract-french}
\include{acknowledgements}
+
+\fi
+
\tableofcontents
\listoffigures
\mainmatter
@@ -140,7 +161,6 @@
\include{summary-french}
-
\chapter[dold-draft-payto]{dold-draft-payto%
\astfootnote{%
The most recent version of the draft can be found at \url{https://datatracker.ietf.org/doc/draft-dold-payto/}.