diff --git a/dfg/dfgpdata.sty b/dfg/dfgpdata.sty index b111d16..6e6c3cf 100644 --- a/dfg/dfgpdata.sty +++ b/dfg/dfgpdata.sty @@ -12,6 +12,8 @@ \DeclareOption{german}{\deutschtrue\message{Deutscher Antrag}} \ProcessOptions \define@key{prop@gen}{thema}{\def\prop@gen@thema{#1}\pdata@def{prop}{gen}{thema}{#1}} +\def\prop@gen@Dkeywords{kommt noch} +\define@key{prop@gen}{Dkeywords}{\def\prop@gen@Dkeywords{#1}} \renewcommand\prop@gen@instrument{Neuantrag auf Sachbeihilfe} \newcommand\prop@gen@thema{??? Thema ???} \newcommand\deu[1]{#1} diff --git a/dfg/dfgproposal.cls b/dfg/dfgproposal.cls index dafba8e..48e6abf 100644 --- a/dfg/dfgproposal.cls +++ b/dfg/dfgproposal.cls @@ -69,6 +69,8 @@ \@ifundefined{prop@gen@since}{initial proposal}{continuation proposal, the project started \prop@gen@since.} \fi%ifdeutsch +\ifdeutsch\else\subsection{Keywords}\prop@gen@keywords\fi +\subsection{Schl\"usselw\"orter}\prop@gen@Dkeywords \ifdeutsch\subsection{Antragszeitraum}\else \subsection{Application period \deu{(Antragszeitraum)}}\fi \prop@gen@months\quad Months starting \prop@gen@start diff --git a/dfg/dfgproposal.dtx b/dfg/dfgproposal.dtx index 93f7d16..047f8d1 100644 --- a/dfg/dfgproposal.dtx +++ b/dfg/dfgproposal.dtx @@ -230,6 +230,8 @@ % \begin{macrocode} %<*pdata> \define@key{prop@gen}{thema}{\def\prop@gen@thema{#1}\pdata@def{prop}{gen}{thema}{#1}} +\def\prop@gen@Dkeywords{kommt noch} +\define@key{prop@gen}{Dkeywords}{\def\prop@gen@Dkeywords{#1}} % % \end{macrocode} % and now the ones for the final report @@ -377,6 +379,8 @@ Applicant\if@sites\ifnum\the@PIs>1{s}\fi\fi\ \deu{(Antragsteller)}}% \@ifundefined{prop@gen@since}{initial proposal}{continuation proposal, the project started \prop@gen@since.} \fi%ifdeutsch +\ifdeutsch\else\subsection{Keywords}\prop@gen@keywords\fi +\subsection{Schl\"usselw\"orter}\prop@gen@Dkeywords \ifdeutsch\subsection{Antragszeitraum}\else \subsection{Application period \deu{(Antragszeitraum)}}\fi \prop@gen@months\quad Months starting \prop@gen@start diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index 21d9ba6..9e1418a 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ