1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

Update latex.html.markdown, columns > column

Co-authored-by: Andre Polykanine <ap@oire.me>
This commit is contained in:
Lilian Besson
2021-01-31 22:23:16 +01:00
committed by GitHub
parent 74b1f3332f
commit 028b3736d4

View File

@@ -200,7 +200,7 @@ We can also insert Tables in the same way as figures.
\begin{table}[H]
\caption{Caption for the Table.}
% the {} arguments below describe how each row of the table is drawn.
% The basic is simple: one letter for each columns, to control alignment:
% The basic is simple: one letter for each column, to control alignment:
% basic options are: c, l, r and p for centered, left, right and paragraph
% optionnally, you can add a | for a vertical line
% See https://en.wikibooks.org/wiki/LaTeX/Tables for more details