This commit is contained in:
Michael Kohlhase 2020-01-05 09:16:05 +01:00
parent b8f0be0df6
commit ce7e28e4f6
3 changed files with 8 additions and 4 deletions

View File

@ -1419,9 +1419,11 @@
% \end{macrocode}
% and we list the partners who contribute if they are specified.
% \begin{macrocode}
\if@sites;%
\if@sites%
\ifx\task@title\@empty\else;\ \fi% deal with spaces and separator
\ifx\task@lead\@empty\else\ \task@legend@partners\site\task@lead~(\legend@lead)%
\@for\@I:=\task@partners\do{, \site\@I}\\\fi%
\@for\@I:=\task@partners\do{, \site\@I}\\%
\fi% if@sites
% \end{macrocode}
% if there are no partners, then we show the RM/RAM contributions specified (if any)
% \begin{macrocode}

Binary file not shown.

View File

@ -354,9 +354,11 @@
\fi% initial
\fi% \if@taskshowwps
\ifsubmit\else\ifx\task@PM\@empty\else; \task@PM~\task@legend@PM\fi\fi%
\if@sites;%
\if@sites%
\ifx\task@title\@empty\else;\ \fi% deal with spaces and separator
\ifx\task@lead\@empty\else\ \task@legend@partners\site\task@lead~(\legend@lead)%
\@for\@I:=\task@partners\do{, \site\@I}\\\fi%
\@for\@I:=\task@partners\do{, \site\@I}\\%
\fi% if@sites
\ifx\task@partners\@empty
\xdef\@@involvement{}\xdef\@@inv{}%
\xdef\@@sep{, }\def\m@sep{}% do not show the sep the first time around