mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 14:27:51 +02:00
Merge pull request #2203 from oliverpool/patch-1
[LaTeX/en] Typo: table columns are separated by '&'
This commit is contained in:
@@ -178,7 +178,7 @@ We can also insert Tables in the same way as figures.
|
|||||||
% the {} arguments below describe how each row of the table is drawn.
|
% the {} arguments below describe how each row of the table is drawn.
|
||||||
% Again, I have to look these up. Each. And. Every. Time.
|
% Again, I have to look these up. Each. And. Every. Time.
|
||||||
\begin{tabular}{c|cc}
|
\begin{tabular}{c|cc}
|
||||||
Number & Last Name & First Name \\ % Column rows are separated by $
|
Number & Last Name & First Name \\ % Column rows are separated by &
|
||||||
\hline % a horizontal line
|
\hline % a horizontal line
|
||||||
1 & Biggus & Dickus \\
|
1 & Biggus & Dickus \\
|
||||||
2 & Monty & Python
|
2 & Monty & Python
|
||||||
|
Reference in New Issue
Block a user