summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-03-20 21:20:19 +0100
committerven <vendethiel@hotmail.fr>2016-03-20 21:20:19 +0100
commit684bae87eff78b55a95b6b42d059747b9ba6a5d4 (patch)
treed5892bb7b3efcd00ff0f7eeb1863a94297801ea8
parentdea0c878eba7b16921216eb0e5cec4132bbb88c3 (diff)
parent98651771ed1f2d3a9494271e2e9a7ee9ca1feb9a (diff)
Merge pull request #2203 from oliverpool/patch-1
[LaTeX/en] Typo: table columns are separated by '&'
-rw-r--r--latex.html.markdown2
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