Wieland Brendel edited header.tex  almost 8 years ago

Commit id: 76a24b292a3cd7682665cc12f5fd096330431510

deletions | additions      

       

\newif\iflast  % define single rows programmatically  \newcommand\staffrow[7]{%  \gdef\serial{#2}%  \gdef\nameDegreePosition{#3}%  \gdef\scientificDisciplin{#4}%  \gdef\institute{#5}%  \gdef\participation{#6}%  \gdef\category{#1}%  \gdef\fundingSource{#7}% \newcommand\staffrow[6]{%  \gdef\serial{#1}%  \gdef\nameDegreePosition{#2}%  \gdef\scientificDisciplin{#3}%  \gdef\institute{#4}%  \gdef\participation{#5}%  \gdef\fundingSource{#6}%  \staffrowcond%  }  % category-specific staff  \newcommand\addphd{\staffrow{PhD}} \newcommand\addphd{\gdef\category{PhD}\staffrow}  \newcommand\addnonscientific{\staffrow{}}  \newcommand\staffrowcond{%