summaryrefslogtreecommitdiff
path: root/stylefiles/report/example-deliverable.tex
blob: 6b42523653175343a3319132857ea7f3582842fa (plain)
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
%\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}