first,last,org,role

This commit is contained in:
Marc Beninca 2020-10-09 22:08:25 +02:00
parent c3c7a56891
commit fafcc5d7d6
2 changed files with 7 additions and 3 deletions

View file

@ -49,9 +49,9 @@ JURY
\begin{small} \begin{small}
{\renewcommand{\arraystretch}{1.5} \begin{tabular}[t]{rllll} {\renewcommand{\arraystretch}{1.5} \begin{tabular}[t]{rllll}
PRÉSIDENT : & Civilité & Prénom & NOM & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}Fonction\\Organisme\end{tabular}} \\ \ml{PRESIDENT:}{PRÉSIDENT :} & Civilité & \first & \last & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}\role\\\org\end{tabular}} \\
MEMBRES : & Civilité & Prénom & NOM & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}Fonction\\Organisme\end{tabular}} \\ \ml{MEMBERS:}{MEMBRES :} & Civilité & \first & \last & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}\role\\\org\end{tabular}} \\
& Civilité & Prénom & NOM & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}Fonction\\Organisme\end{tabular}} & Civilité & \first & \last & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}\role\\\org\end{tabular}}
\end{tabular}} \end{tabular}}
\end{small} \end{small}

View file

@ -0,0 +1,4 @@
\def\first{\ml{First}{Prénom}}
\def\last{\ml{LAST}{NOM}}
\def\org{\ml{Organization}{Organisme}}
\def\role{\ml{Role}{Fonction}}