falschen Pfad zur Datei "WAPersons.tex" korrigiert, fehlende Variablen "acronym", "discipline" und "areas" hinzugefügt

This commit is contained in:
Mathias Magdowski 2017-12-04 08:22:44 +01:00
parent 0f9b2457b4
commit 6826b790f2
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -38,3 +38,5 @@ auto
*.deliverables *.deliverables
*.delivs *.delivs
*.bcf *.bcf
/dfg/examples/report/*.synctex
/dfg/examples/report/*.pdf

View File

@ -8,7 +8,7 @@
% define the proposal acronym; % define the proposal acronym;
% use \texorpdfstring so that it can be used in section headings as well % use \texorpdfstring so that it can be used in section headings as well
% tell the class that this is the proposal acronym % tell the class that this is the proposal acronym
\input{WApersons} \input{../lib/WApersons}
% temporary fix due to http://tex.stackexchange.com/questions/311426/bibliography-error-use-of-blxbblverbaddi-doesnt-match-its-definition-ve % temporary fix due to http://tex.stackexchange.com/questions/311426/bibliography-error-use-of-blxbblverbaddi-doesnt-match-its-definition-ve
\begin{document} \begin{document}
@ -32,6 +32,9 @@
applareas={Knowledge Management, Document Management, Workflow Systems}, applareas={Knowledge Management, Document Management, Workflow Systems},
% coop={Acquisition Guru, Berlin, Germany}, % coop={Acquisition Guru, Berlin, Germany},
% coop={Deutsche Forschnungsgemeinschaft, Bonn, Germany}, % coop={Deutsche Forschnungsgemeinschaft, Bonn, Germany},
acronym={ABC},
discipline={Elektrotechnik},
areas={Ingenieurwissenschaften},
projpapers={Kohlhase:pdpl10,providemore}] projpapers={Kohlhase:pdpl10,providemore}]
\include{progressreport} \include{progressreport}