LaTeX-proposal/examples/dfg/report/finalreport.tex

47 lines
1.7 KiB
TeX

% 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[gitinfo]{dfgreporting}
%\documentclass[submit]{dfgproposal}
%\documentclass[submit,public]{dfgproposal}
\addbibresource{../lib/dummy.bib}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[scaled=.90]{helvet}
\begin{document}
\providecommand\ifprefchar[2]{}% fix biblatex
\makeatletter\def\blx@maxline{77}\makeatother
\begin{center}\color{red}\huge
This mock report is just an example for \texttt{dfgreporting.cls} it reflects the
template valid until January 2012 (have to update soon)
\end{center}
\begin{report}[
importfrom=../proposal/proposal,
key = KO 2428 99-9,
key = GS 4711 99-9,
thema=Intelligentes Schreiben von Antr\"agen,
reportperiod=1. Feb. 2010 - 31. Jan. 2012,
instrument=Final Project Report,
% fauemployed=Junior Researcher: 1. Feb 2010 - 31. Jan 2012,
% pcgemployed=Slave Worker: 1. Feb 2010 - 31. Dec 2010,
% pcgemployed=Lazy Bones: 1.Jan 2011 - 31. Jan 2012,
applareas={Knowledge Management, Document Management, Workflow Systems},
% coop={Acquisition Guru, Berlin, Germany},
% coop={Deutsche Forschungsgemeinschaft, Bonn, Germany},
acronym={ABC},
discipline={Elektrotechnik},
areas={Ingenieurwissenschaften},
projpapers={Kohlhase:pdpl10,providemore}]
\include{progressreport}
\include{progresssummary}
\dfgprojpapers[articles,confpapers,wspapers]{Kohlhase:pdpl10,providemore,KohDavGin:psewads11,Lange:OpenMathCDLinkedData10}
\end{report}
\end{document}
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: t
%%% End: