summaryrefslogtreecommitdiff
path: root/tests/tables.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-28 10:49:18 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-28 10:49:18 -0800
commitcc17c794a1ec7242241d67c8a6fd36d242d62782 (patch)
treee62c1591c49557b279f580af7f54841bfc095967 /tests/tables.latex
parent229c22582f46986953bdeb70af8f4baa8272de29 (diff)
Updated latex table tests.
Diffstat (limited to 'tests/tables.latex')
-rw-r--r--tests/tables.latex14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/tables.latex b/tests/tables.latex
index 78d53a998..82abeb9a5 100644
--- a/tests/tables.latex
+++ b/tests/tables.latex
@@ -1,6 +1,6 @@
Simple table with caption:
-\begin{longtable}[c]{rlcl}
+\begin{longtable}[c]{@{}rlcl@{}}
\hline\noalign{\medskip}
Right & Left & Center & Default
\\\noalign{\medskip}
@@ -18,7 +18,7 @@ Right & Left & Center & Default
Simple table without caption:
-\begin{longtable}[c]{rlcl}
+\begin{longtable}[c]{@{}rlcl@{}}
\hline\noalign{\medskip}
Right & Left & Center & Default
\\\noalign{\medskip}
@@ -34,7 +34,7 @@ Right & Left & Center & Default
Simple table indented two spaces:
-\begin{longtable}[c]{rlcl}
+\begin{longtable}[c]{@{}rlcl@{}}
\hline\noalign{\medskip}
Right & Left & Center & Default
\\\noalign{\medskip}
@@ -52,7 +52,7 @@ Right & Left & Center & Default
Multiline table with caption:
-\begin{longtable}[c]{clrl}
+\begin{longtable}[c]{@{}clrl@{}}
\hline\noalign{\medskip}
\begin{minipage}[b]{0.15\columnwidth}\centering
Centered Header
@@ -92,7 +92,7 @@ Here's another one. Note the blank line between rows.
Multiline table without caption:
-\begin{longtable}[c]{clrl}
+\begin{longtable}[c]{@{}clrl@{}}
\hline\noalign{\medskip}
\begin{minipage}[b]{0.15\columnwidth}\centering
Centered Header
@@ -130,7 +130,7 @@ Here's another one. Note the blank line between rows.
Table without column headers:
-\begin{longtable}[c]{rlcr}
+\begin{longtable}[c]{@{}rlcr@{}}
\hline\noalign{\medskip}
12 & 12 & 12 & 12
\\\noalign{\medskip}
@@ -143,7 +143,7 @@ Table without column headers:
Multiline table without column headers:
-\begin{longtable}[c]{clrl}
+\begin{longtable}[c]{@{}clrl@{}}
\hline\noalign{\medskip}
\begin{minipage}[t]{0.15\columnwidth}\centering
First