diff --git a/commun/commun.sty b/commun/commun.sty index edab607..9b6e623 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -85,8 +85,7 @@ %% MACROS : DEBUT \makeatletter -%-- Macros personnelles -% dans un tableau : commandes d'alignement du contenu dans la colonne de largeur . +%-- Macros personnelles % dans un tableau : commandes d'alignement du contenu dans la colonne de largeur . \newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}