diff options
author | oliverpool <oliverpool@hotmail.fr> | 2016-03-20 14:26:12 +0100 |
---|---|---|
committer | oliverpool <oliverpool@hotmail.fr> | 2016-03-20 14:26:12 +0100 |
commit | 98651771ed1f2d3a9494271e2e9a7ee9ca1feb9a (patch) | |
tree | d5892bb7b3efcd00ff0f7eeb1863a94297801ea8 | |
parent | dea0c878eba7b16921216eb0e5cec4132bbb88c3 (diff) |
Typo: LaTeX table columns are separated by '&'
-rw-r--r-- | latex.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex.html.markdown b/latex.html.markdown index d41f6b2f..0c443c8a 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -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 |