diff --git a/dfg/dfgproposal.cls b/dfg/dfgproposal.cls index 5efdaca..70e1610 100644 --- a/dfg/dfgproposal.cls +++ b/dfg/dfgproposal.cls @@ -30,11 +30,10 @@ {\LARGE\textbf{\prop@gen@title}}\\[.3cm] \ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi {\large\today}\\[1em] -\message{XXXXXX PIs: \the@PIs} \begin{tabular}{c*{\the@PIs}{c}} -\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{name}}\\ -\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{affiliation}}\\ -\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{dept}}\\ +\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\ +\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\ +\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{dept}}\\ \end{tabular}\\[2cm] \end{center} \ifgeneral diff --git a/dfg/dfgproposal.dtx b/dfg/dfgproposal.dtx index 5a33c4a..adb7ea7 100644 --- a/dfg/dfgproposal.dtx +++ b/dfg/dfgproposal.dtx @@ -298,9 +298,9 @@ \ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi {\large\today}\\[1em] \begin{tabular}{c*{\the@PIs}{c}} -\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{name}}\\ -\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{affiliation}}\\ -\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{dept}}\\ +\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\ +\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\ +\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{dept}}\\ \end{tabular}\\[2cm] \end{center} \ifgeneral diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index 967d115..ca9afcf 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ diff --git a/examples/dfg/simple-proposal/proposal.pdf b/examples/dfg/simple-proposal/proposal.pdf index 268eaa8..33b420b 100644 Binary files a/examples/dfg/simple-proposal/proposal.pdf and b/examples/dfg/simple-proposal/proposal.pdf differ diff --git a/examples/dfg/simple-proposal/public.pdf b/examples/dfg/simple-proposal/public.pdf deleted file mode 100644 index 69a45cd..0000000 Binary files a/examples/dfg/simple-proposal/public.pdf and /dev/null differ