1
0
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:
ven
2016-03-20 21:20:19 +01:00

View File

@@ -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