blob: 88ae6b4bbcc7596fedd86ec50b5c6a24cb7ce647 (
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
56
|
% the document class specification for the proposal writing process, add the 'submit' option
% for submitting (switches off various draft features); add the 'public' option to exclude
% any private parts.
\documentclass{dfgproposal}
%\documentclass[submit]{dfgproposal}
%\documentclass[submit,public]{dfgproposal}
\bibliography{kwarc}
% the following lines get updated by subversion keyword replacement. They are used by the
% \svninfo package in draft mode to generate metadata.
\svnInfo $Id: finalreport.tex 20450 2010-11-03 08:30:05Z kohlhase $
\svnKeyword $HeadURL: https://svn.kwarc.info/repos/kwarc/doc/macros/forCTAN/dfgproposal/finalreport.tex $
%
% define the proposal acronym;
% use \texorpdfstring so that it can be used in section headings as well
\def\ipower{\texorpdfstring{\textsc{iPoWr}}{iPoWr}}
\def\ipowerlong{{\underline{I}ntelligent} {\underline{P}r\underline{o}sal} {\underline{Wr}iting}}
% tell the class that this is the proposal acronym
\input{DCMpersons}
\begin{document}
\begin{finalreport}[PI=miko,PI=gc,site=JU,site=PC,
title=\ipower: \ipowerlong,
thema=Intelligentes Schreiben von Antr\"agen,
acronym=\ipower,acrolong=\ipowerlong,
key = KO 2428 99-9,
fundedperiod=1. Feb. 2010 - 31. Jan. 2015,
reportperiod=1. Feb. 2010 - 31. Jan. 2012]
% It is often good to separate the top-level sections into separate files.
% Especially in collaborative proposals. We do this here.
\include{progressreport}
\include{progresssummary}
\thispagestyle{empty}\signatures
% \section{Attachment \deu{(Anlagen)}}
% --- keine ---
\end{finalreport}
% \newpage
\printbibliography
% Many of the proposers' publications are online at
% \url{http://kwarc.info/kohlhase/publications.html} and
% \url{http://www. pcg.phony/people/gc/pubs.html}.
\end{document}
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% End:
% LocalWords: empty bibflorian systems rabe institutions modal historical pub
% LocalWords: kwarc till formalsafe miko gc ipower ipowerlong Antr agen Beitr
% LocalWords: acrolong intellegible kollaboratives koh arenten ussen Proze
% LocalWords: Versionsmanagementsystem textsc unterst utzt konzentieren stex
% LocalWords: mechanik workplan thispagestyle newpage Principcal cvpubsmiko
% LocalWords: finalreport fundedperiod reportperiod progressreport
% LocalWords: progresssummary
|