diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-31 14:22:52 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-31 14:22:52 +0000 |
| commit | 733509a3d2fc8e468da33c2ff1d42ea09bb590bc (patch) | |
| tree | 0630ae8a3e2f00f48d14205f59dfbd5f2aa4b5ca /docutils/test/functional | |
| parent | deec3aed0e1a97cab5cf6c35ba5a614c3ec795cd (diff) | |
| download | docutils-733509a3d2fc8e468da33c2ff1d42ea09bb590bc.tar.gz | |
Put leavevmode before longtable to avoid having it moved before sub/pargraph.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5178 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_latex.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex index f12c86cab..979e4dd82 100644 --- a/docutils/test/functional/expected/standalone_rst_latex.tex +++ b/docutils/test/functional/expected/standalone_rst_latex.tex @@ -906,6 +906,7 @@ A figure directive: \includegraphics[width=50]{../../../docs/user/rst/images/biohazard.png} \caption{A figure is an image with a caption and/or a legend:}{\small +\leavevmode \begin{longtable}[c]{|p{0.156\locallinewidth}|p{0.563\locallinewidth}|} \hline @@ -1201,6 +1202,7 @@ Compound 5, block 3 (a paragraph). Compound 7, with a table inside: +\leavevmode \begin{longtable}[c]{|p{0.249\locallinewidth}|p{0.249\locallinewidth}|p{0.249\locallinewidth}|} \hline @@ -1309,6 +1311,7 @@ paragraph 2 This table has a cell spanning two columns: +\leavevmode \begin{longtable}[c]{|p{0.075\locallinewidth}|p{0.075\locallinewidth}|p{0.086\locallinewidth}|} \hline \multicolumn{2}{|l|}{\textbf{ @@ -1370,6 +1373,7 @@ True Here's a table with cells spanning several rows: +\leavevmode \begin{longtable}[c]{|p{0.296\locallinewidth}|p{0.156\locallinewidth}|p{0.226\locallinewidth}|} \hline \textbf{ @@ -1488,6 +1492,7 @@ width as the third line. \subsection*{5.2~~~Various non-ASCII characters} \label{various-non-ascii-characters} +\leavevmode \begin{longtable}[c]{|p{0.028\locallinewidth}|p{0.424\locallinewidth}|} \hline |
