Typo: LaTeX table columns are separated by '&'

This commit is contained in:
oliverpool 2016-03-20 14:26:12 +01:00
parent dea0c878eb
commit 98651771ed

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.
% Again, I have to look these up. Each. And. Every. Time.
\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
1 & Biggus & Dickus \\
2 & Monty & Python