Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
composition:tableaux:colonnes:changer_la_fonte_d_une_colonne [2020/12/20 19:11] – Compilation du code de l'exemple. Mots-clefs OpenGraph. jejust | 3_composition:tableaux:colonnes:changer_la_fonte_d_une_colonne [2022/11/30 20:09] (Version actuelle) – Simplification de code dbitouze | ||
---|---|---|---|
Ligne 9: | Ligne 9: | ||
<code latex> | <code latex> | ||
- | \begin{center} | + | \begin{tabular}{|> |
- | \begin{tabular}{|> | + | |
- | | + | |
\hline | \hline | ||
- | Hugo & 1831 & Les feuilles d' | + | Hugo |
- | Balzac & 1832 & Le colonel Chabert \\ | + | Balzac |
- | Maupassant & 1887 & Le Horla \\ | + | Maupassant & 1887 & Le Horla |
\hline | \hline | ||
\end{tabular} | \end{tabular} | ||
- | \end{center} | ||
</ | </ | ||
Ligne 28: | Ligne 25: | ||
\begin{document} | \begin{document} | ||
\thispagestyle{empty} | \thispagestyle{empty} | ||
- | \begin{tabular}{|> | + | \begin{tabular}{|> |
\hline | \hline | ||
- | Hugo & 1831 & Les feuilles d' | + | Hugo |
- | Balzac & 1832 & Le colonel Chabert \\ | + | Balzac |
- | Maupassant & 1887 & Le Horla \\ | + | Maupassant & 1887 & Le Horla |
\hline | \hline | ||
\end{tabular} | \end{tabular} |