From 2a82d2c54fdb2bb3c837635068afed0a381f1197 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 31 Oct 2018 11:13:48 +0100 Subject: wip --- thesis.tex | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'thesis.tex') diff --git a/thesis.tex b/thesis.tex index 9843cfa..13fb56d 100644 --- a/thesis.tex +++ b/thesis.tex @@ -42,7 +42,13 @@ % stuff like \ding for symbols \usepackage{pifont} -\usepackage[natbib=true,style=numeric]{biblatex} +\usepackage[ + natbib=true, + style=alphabetic, + backref=true, + doi=false, + isbn=false, +]{biblatex} \addbibresource{ref.bib} \usepackage{epsfig} @@ -111,7 +117,6 @@ \graphicspath{{/}} \include{conclusions} -\nocite{*} \printbibliography[heading=bibintoc] \appendix @@ -125,7 +130,10 @@ } \chapter{Coin Spending Simulation}\label{appendix:coinsim} -\lstinputlisting[basicstyle=\small]{coinsim.ts} +The most recent version of this TypeScript program can be found in the repository +of the wallet reference implementation (\url{https://git.taler.net/wallet-webex.git/tree/contrib/coinsim.ts}). + +\lstinputlisting[basicstyle=\footnotesize]{coinsim.ts} \chapter{Taler HTTP API Reference}\label{chap:taler-api-reference} Available at \url{https://docs.taler.net/api/index.html}. The API reference -- cgit v1.2.3