@@ -2,15 +2,15 @@ Simple table with caption:
22
33\begin{longtable}[]{@{}rlcl@{}}
44\caption{Demonstration of simple table syntax.}\tabularnewline
5- \toprule()
5+ \toprule\noalign{}
66Right & Left & Center & Default \\
7- \midrule()
7+ \midrule\noalign{}
88\endfirsthead
9- \toprule()
9+ \toprule\noalign{}
1010Right & Left & Center & Default \\
11- \midrule()
11+ \midrule\noalign{}
1212\endhead
13- \bottomrule()
13+ \bottomrule\noalign{}
1414\endlastfoot
151512 & 12 & 12 & 12 \\
1616123 & 123 & 123 & 123 \\
@@ -20,11 +20,11 @@ Right & Left & Center & Default \\
2020Simple table without caption:
2121
2222\begin{longtable}[]{@{}rlcl@{}}
23- \toprule()
23+ \toprule\noalign{}
2424Right & Left & Center & Default \\
25- \midrule()
25+ \midrule\noalign{}
2626\endhead
27- \bottomrule()
27+ \bottomrule\noalign{}
2828\endlastfoot
292912 & 12 & 12 & 12 \\
3030123 & 123 & 123 & 123 \\
@@ -35,15 +35,15 @@ Simple table indented two spaces:
3535
3636\begin{longtable}[]{@{}rlcl@{}}
3737\caption{Demonstration of simple table syntax.}\tabularnewline
38- \toprule()
38+ \toprule\noalign{}
3939Right & Left & Center & Default \\
40- \midrule()
40+ \midrule\noalign{}
4141\endfirsthead
42- \toprule()
42+ \toprule\noalign{}
4343Right & Left & Center & Default \\
44- \midrule()
44+ \midrule\noalign{}
4545\endhead
46- \bottomrule()
46+ \bottomrule\noalign{}
4747\endlastfoot
484812 & 12 & 12 & 12 \\
4949123 & 123 & 123 & 123 \\
@@ -58,7 +58,7 @@ Multiline table with caption:
5858 >{\raggedleft\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.1625}}
5959 >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.3500}}@{}}
6060\caption{Here's the caption. It may span multiple lines.}\tabularnewline
61- \toprule()
61+ \toprule\noalign{}
6262\begin{minipage}[b]{\linewidth}\centering
6363Centered Header
6464\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
@@ -68,9 +68,9 @@ Right Aligned
6868\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
6969Default aligned
7070\end{minipage} \\
71- \midrule()
71+ \midrule\noalign{}
7272\endfirsthead
73- \toprule()
73+ \toprule\noalign{}
7474\begin{minipage}[b]{\linewidth}\centering
7575Centered Header
7676\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
@@ -80,9 +80,9 @@ Right Aligned
8080\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
8181Default aligned
8282\end{minipage} \\
83- \midrule()
83+ \midrule\noalign{}
8484\endhead
85- \bottomrule()
85+ \bottomrule\noalign{}
8686\endlastfoot
8787First & row & 12.0 & Example of a row that spans multiple lines. \\
8888Second & row & 5.0 & Here's another one. Note the blank line between rows. \\
@@ -95,7 +95,7 @@ Multiline table without caption:
9595 >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.1375}}
9696 >{\raggedleft\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.1625}}
9797 >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.3500}}@{}}
98- \toprule()
98+ \toprule\noalign{}
9999\begin{minipage}[b]{\linewidth}\centering
100100Centered Header
101101\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
@@ -105,9 +105,9 @@ Right Aligned
105105\end{minipage} & \begin{minipage}[b]{\linewidth}\raggedright
106106Default aligned
107107\end{minipage} \\
108- \midrule()
108+ \midrule\noalign{}
109109\endhead
110- \bottomrule()
110+ \bottomrule\noalign{}
111111\endlastfoot
112112First & row & 12.0 & Example of a row that spans multiple lines. \\
113113Second & row & 5.0 & Here's another one. Note the blank line between rows. \\
@@ -116,9 +116,9 @@ Second & row & 5.0 & Here's another one. Note the blank line between rows. \\
116116Table without column headers:
117117
118118\begin{longtable}[]{@{}rlcr@{}}
119- \toprule()
119+ \toprule\noalign{}
120120\endhead
121- \bottomrule()
121+ \bottomrule\noalign{}
122122\endlastfoot
12312312 & 12 & 12 & 12 \\
124124123 & 123 & 123 & 123 \\
@@ -132,9 +132,9 @@ Multiline table without column headers:
132132 >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.1375}}
133133 >{\raggedleft\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.1625}}
134134 >{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.3500}}@{}}
135- \toprule()
135+ \toprule\noalign{}
136136\endhead
137- \bottomrule()
137+ \bottomrule\noalign{}
138138\endlastfoot
139139First & row & 12.0 & Example of a row that spans multiple lines. \\
140140Second & row & 5.0 & Here's another one. Note the blank line between rows. \\
0 commit comments