diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-20 09:59:35 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-20 09:59:35 -0800 |
commit | 7ea4d17509c3b0e987793d389987b87638fc9d55 (patch) | |
tree | 020f7a6d038bcc00abaa834da465671390bf69e7 | |
parent | 3875df7d872e49910b99c91d4bb8e900c5cda559 (diff) | |
download | pandoc-7ea4d17509c3b0e987793d389987b87638fc9d55.tar.gz |
Adjusted longtable in tests.
New default is not to include `[c]` option.
-rw-r--r-- | tests/tables.latex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/tables.latex b/tests/tables.latex index 850629499..96cbc9579 100644 --- a/tests/tables.latex +++ b/tests/tables.latex @@ -1,6 +1,6 @@ Simple table with caption: -\begin{longtable}[c]{@{}rlcl@{}} +\begin{longtable}[]{@{}rlcl@{}} \caption{Demonstration of simple table syntax.}\tabularnewline \toprule Right & Left & Center & Default\tabularnewline @@ -18,7 +18,7 @@ Right & Left & Center & Default\tabularnewline Simple table without caption: -\begin{longtable}[c]{@{}rlcl@{}} +\begin{longtable}[]{@{}rlcl@{}} \toprule Right & Left & Center & Default\tabularnewline \midrule @@ -31,7 +31,7 @@ Right & Left & Center & Default\tabularnewline Simple table indented two spaces: -\begin{longtable}[c]{@{}rlcl@{}} +\begin{longtable}[]{@{}rlcl@{}} \caption{Demonstration of simple table syntax.}\tabularnewline \toprule Right & Left & Center & Default\tabularnewline @@ -49,7 +49,7 @@ Right & Left & Center & Default\tabularnewline Multiline table with caption: -\begin{longtable}[c]{@{}clrl@{}} +\begin{longtable}[]{@{}clrl@{}} \caption{Here's the caption. It may span multiple lines.}\tabularnewline \toprule \begin{minipage}[b]{0.13\columnwidth}\centering\strut @@ -98,7 +98,7 @@ Here's another one. Note the blank line between rows. Multiline table without caption: -\begin{longtable}[c]{@{}clrl@{}} +\begin{longtable}[]{@{}clrl@{}} \toprule \begin{minipage}[b]{0.13\columnwidth}\centering\strut Centered Header @@ -134,7 +134,7 @@ Here's another one. Note the blank line between rows. Table without column headers: -\begin{longtable}[c]{@{}rlcr@{}} +\begin{longtable}[]{@{}rlcr@{}} \toprule 12 & 12 & 12 & 12\tabularnewline 123 & 123 & 123 & 123\tabularnewline @@ -144,7 +144,7 @@ Table without column headers: Multiline table without column headers: -\begin{longtable}[c]{@{}clrl@{}} +\begin{longtable}[]{@{}clrl@{}} \toprule \begin{minipage}[t]{0.13\columnwidth}\centering\strut First |