diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-08-21 10:27:17 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-08-21 10:27:17 +0000 |
| commit | 49c05ee19b90819c23e233221450da41a90667b6 (patch) | |
| tree | 4db03988d7615cd0ef93fe110d4c34a6a2b55a24 /docutils/test/functional/expected | |
| parent | afbe00f7a04af359edd207782f2cfcf9686f5445 (diff) | |
| download | docutils-49c05ee19b90819c23e233221450da41a90667b6.tar.gz | |
Apply [ 2051599 ] multi-page tables in latex writer (from pabigot).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5628 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_latex.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex index a4c9c9f6a..bf960f87e 100644 --- a/docutils/test/functional/expected/standalone_rst_latex.tex +++ b/docutils/test/functional/expected/standalone_rst_latex.tex @@ -1328,7 +1328,26 @@ B A or B } \\ \hline +\endfirsthead +\hline +\multicolumn{2}{|l|}{\textbf{ +Inputs +}} & \textbf{ +Output +} \\ +\hline +\textbf{ +A +} & \textbf{ +B +} & \textbf{ +A or B +} \\ +\hline \endhead +\multicolumn{3}{c}{\hfill ... continued on next page} \\ +\endfoot +\endlastfoot False & @@ -1385,7 +1404,21 @@ Header 2 Header 3 } \\ \hline +\endfirsthead +\hline +\textbf{ +Header row, column 1 +(header rows optional) +} & \textbf{ +Header 2 +} & \textbf{ +Header 3 +} \\ +\hline \endhead +\multicolumn{3}{c}{\hfill ... continued on next page} \\ +\endfoot +\endlastfoot body row 1, column 1 & |
