A voir également:
- Latex, article, multiple authors, \and
- Indice latex - Astuces et Solutions
- Sauter une ligne latex - Astuces et Solutions
- Reboot and select proper boot device - Forum Windows
- Environ égal latex - Astuces et Solutions
- Nif pull and bear - Forum Consommation et internet
1 réponse
Bonjour,
Tour d'abord, on définit une commande \andcr en insérant le code suivant :
Puis, on l'utilise par :
Pour info : cette commande a été créée en copiant le code suivant, tiré du fichier latex.ltx :
Tour d'abord, on définit une commande \andcr en insérant le code suivant :
\def\andcr{%
\end{tabular}%
\\
\begin{tabular}[t]{c}}
Puis, on l'utilise par :
\author{auth1 \and auth2 \and auth3 \andcr auth4 \and auth5 \and auth6}
Pour info : cette commande a été créée en copiant le code suivant, tiré du fichier latex.ltx :
\def\and{% % \begin{tabular}
\end{tabular}%
\hskip 1em \@plus.17fil%
\begin{tabular}[t]{c}}% % \end{tabular}