forked from dialoa/dialectica-filters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpected.tex
82 lines (71 loc) · 2.85 KB
/
expected.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
This is a two column layout with tables. Without the
\texttt{longtable-to-xtab} filter trying to convert this document to PDF
fails because Pandoc's favoured table package, \texttt{longtable}, isn't
compatible with multiple column layouts.
\hypertarget{table-with-headers-and-caption}{%
\section{Table with headers and
caption}\label{table-with-headers-and-caption}}
{
{\renewcommand{\endfirsthead}{\iffalse}
\let\endhead\fi
\tablecaption{Here's the \emph{caption}. It, too, may span multiple
lines.}
\begin{longtable}[]{@{}
>{\centering\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.17}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.11}}
>{\raggedleft\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.22}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.36}}@{}}
\caption{Here's the \emph{caption}. It, too, may span multiple
lines.}\tabularnewline
\toprule
Centered Header & Default Aligned & Right Aligned & Left
Aligned\footnote{Footnote in a table.} \\ \addlinespace
\midrule
\endfirsthead
\toprule
Centered Header & Default Aligned & Right Aligned & Left
Aligned{} \\ \addlinespace
\midrule
\endhead
First & row & 12.0 & Example of a row that spans multiple
lines. \\ \addlinespace
Second & row & 5.0 & Here's another one. Note the blank line between
rows. \\ \addlinespace
\bottomrule
\end{longtable}
}
\hypertarget{table-without-headers}{%
\section{Table without headers}\label{table-without-headers}}
\tablecaption{this table doesn't have headers.}
\begin{longtable}[]{@{}
>{\centering\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.17}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.11}}
>{\raggedleft\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.22}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.36}}@{}}
\caption{this table doesn't have headers.}\tabularnewline
\toprule
\endhead
First & row & 12.0 & Example of a row that spans multiple
lines. \\ \addlinespace
Second & row & 5.0 & Here's another one. Note the blank line between
rows. \\ \addlinespace
\bottomrule
\end{longtable}
\hypertarget{table-without-caption}{%
\section{Table without caption}\label{table-without-caption}}
\begin{longtable}[]{@{}
>{\centering\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.17}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.11}}
>{\raggedleft\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.22}}
>{\raggedright\arraybackslash}p{(\columnwidth - 6\tabcolsep) * \real{0.36}}@{}}
\toprule
Centered Header & Default Aligned & Right Aligned & Left
Aligned \\ \addlinespace
\midrule
\endhead
First & row & 12.0 & Example of a row that spans multiple
lines. \\ \addlinespace
Second & row & 5.0 & Here's another one. Note the blank line between
rows. \\ \addlinespace
\bottomrule
\end{longtable}