After adding the "WP" prefix to the \paragraph headings in dfg.tex the following \subsubsubsection also contain the prefix, because the \subsubsubsection definition is based on \paragraph. As a result I see, for instance, travel expenses with the "WP" prefix.
Definition in the proposal.sty:
\newcommand{\subsubsubsection}[1]{\paragraph{#1} \mbox{} \par}
\setcounter{secnumdepth}{5}
Before the work package section in dfg.tex:
\renewcommand{\theparagraph}{WP\,\arabic{paragraph}}
After the work package section something like \renewcommand{\theparagraph}{\arabic{paragraph}} is missing. The letter code line adds numbering to the heading but only on the first level. If one needs section level 4 (e.g. 1.4.1.2 Foo Bar) another solution needs to be found.
After adding the "WP" prefix to the \paragraph headings in dfg.tex the following \subsubsubsection also contain the prefix, because the \subsubsubsection definition is based on \paragraph. As a result I see, for instance, travel expenses with the "WP" prefix.
Definition in the proposal.sty:
Before the work package section in dfg.tex:
\renewcommand{\theparagraph}{WP\,\arabic{paragraph}}After the work package section something like
\renewcommand{\theparagraph}{\arabic{paragraph}}is missing. The letter code line adds numbering to the heading but only on the first level. If one needs section level 4 (e.g. 1.4.1.2 Foo Bar) another solution needs to be found.