summaryrefslogtreecommitdiff
path: root/stylefiles/report/example-deliverable.tex
diff options
context:
space:
mode:
Diffstat (limited to 'stylefiles/report/example-deliverable.tex')
-rw-r--r--stylefiles/report/example-deliverable.tex55
1 files changed, 55 insertions, 0 deletions
diff --git a/stylefiles/report/example-deliverable.tex b/stylefiles/report/example-deliverable.tex
new file mode 100644
index 0000000..6b42523
--- /dev/null
+++ b/stylefiles/report/example-deliverable.tex
@@ -0,0 +1,55 @@
+%\documentclass{taler} % full lenth boiler plate
+\documentclass{taler-short} % for short deliverables with less boiler plate
+\usepackage{float}
+\usepackage{xcolor}
+\definecolor{linkcolor}{rgb}{0.65,0,0}
+\definecolor{citecolor}{rgb}{0,0.4,0}
+\definecolor{urlcolor}{rgb}{0,0,0.65}
+\usepackage[colorlinks=true, linkcolor=linkcolor, urlcolor=urlcolor, citecolor=citecolor]{hyperref}
+
+\doccode{D11.3}
+\wpcontrib{WP11}
+\title[WP11 is awesome]{Report on the\\amazing work in WP11}
+\duedate{please put a date here}
+\actualdate{please put a date here, ideally no later than due}
+\version{Revision X.Y}
+\dissemination{PU (unless otherwise)}
+
+\author{list all authors}
+
+\changetable{ % use 3 colum format as in these examples
+X.Y & DATE & First circulated version\\\hline
+X.Y+1 & DATE & Minor edits for intnernal review\\\hline
+}
+
+\reportabstract{This is a dummy example of a report.}
+
+\reportkeywords{WP11, self-congratulation}
+
+
+\begin{document}
+
+\maketitle
+
+\cleardoublepage
+
+
+
+\chapter{Introduction}
+
+WP11 is incredible.
+
+
+\chapter{Details}
+
+WP11 is {\it really\/} incredible.
+
+
+\chapter{The
+ future}
+
+In the future
+WP11 will write even more reports.
+
+
+\end{document}