Adjusted longtable in tests.
New default is not to include `[c]` option.
This commit is contained in:
parent
3875df7d87
commit
7ea4d17509
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue