diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-28 10:51:16 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-28 10:51:16 +0000 |
| commit | 42779ab4dbb4f85752a12ffdac62ddb9d1173b87 (patch) | |
| tree | 2710567a220daa95a76d351b055f90c3bcbd04ef /docutils/test/functional/expected | |
| parent | c6539723165e2ea2ed6ed31f728dc975ce7f96bc (diff) | |
| download | docutils-42779ab4dbb4f85752a12ffdac62ddb9d1173b87.tar.gz | |
Table column width with 3 decimal places.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5167 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_latex.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex index 4cc2f0eab..eda0be6e5 100644 --- a/docutils/test/functional/expected/standalone_rst_latex.tex +++ b/docutils/test/functional/expected/standalone_rst_latex.tex @@ -914,7 +914,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 -\begin{longtable}[c]{|p{0.16\locallinewidth}|p{0.56\locallinewidth}|} +\begin{longtable}[c]{|p{0.156\locallinewidth}|p{0.563\locallinewidth}|} \hline re @@ -1209,7 +1209,7 @@ Compound 5, block 3 (a paragraph). Compound 7, with a table inside: -\begin{longtable}[c]{|p{0.25\locallinewidth}|p{0.25\locallinewidth}|p{0.25\locallinewidth}|} +\begin{longtable}[c]{|p{0.249\locallinewidth}|p{0.249\locallinewidth}|p{0.249\locallinewidth}|} \hline Left cell, first @@ -1317,7 +1317,7 @@ paragraph 2 This table has a cell spanning two columns: -\begin{longtable}[c]{|p{0.07\locallinewidth}|p{0.07\locallinewidth}|p{0.09\locallinewidth}|} +\begin{longtable}[c]{|p{0.075\locallinewidth}|p{0.075\locallinewidth}|p{0.086\locallinewidth}|} \hline \multicolumn{2}{|l|}{\textbf{ Inputs @@ -1378,7 +1378,7 @@ True Here's a table with cells spanning several rows: -\begin{longtable}[c]{|p{0.30\locallinewidth}|p{0.16\locallinewidth}|p{0.23\locallinewidth}|} +\begin{longtable}[c]{|p{0.296\locallinewidth}|p{0.156\locallinewidth}|p{0.226\locallinewidth}|} \hline \textbf{ Header row, column 1 @@ -1499,7 +1499,7 @@ width as the third line. \subsection*{5.2~~~Various non-ASCII characters} \label{various-non-ascii-characters} -\begin{longtable}[c]{|p{0.03\locallinewidth}|p{0.42\locallinewidth}|} +\begin{longtable}[c]{|p{0.028\locallinewidth}|p{0.424\locallinewidth}|} \hline © |
