first,last,org,role
This commit is contained in:
parent
c3c7a56891
commit
fafcc5d7d6
2 changed files with 7 additions and 3 deletions
|
@ -49,9 +49,9 @@ JURY
|
|||
\begin{small}
|
||||
|
||||
{\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}} \\
|
||||
MEMBRES : & Civilité & Prénom & NOM & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}Fonction\\Organisme\end{tabular}} \\
|
||||
& 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}} \\
|
||||
\ml{MEMBERS:}{MEMBRES :} & Civilité & \first & \last & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}\role\\\org\end{tabular}} \\
|
||||
& Civilité & \first & \last & \textit{\renewcommand{\arraystretch}{1} \begin{tabular}[t]{@{}l@{}}\role\\\org\end{tabular}}
|
||||
\end{tabular}}
|
||||
|
||||
\end{small}
|
||||
|
|
|
@ -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}}
|
Loading…
Add table
Add a link
Reference in a new issue