summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-10-08 14:39:40 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-10-08 14:39:40 +0000
commitdb7b5a0c842af388a08aa586d6efecc382479f31 (patch)
treeda0540f355b324082aa5e42e27155094c05e313b /docutils/test/functional/expected
parent2f537a45dd4da6b8271545eec445548434adc5e5 (diff)
downloaddocutils-db7b5a0c842af388a08aa586d6efecc382479f31.tar.gz
Use centering instead of center for figure contents, to avoid vertical space.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4759 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
-rw-r--r--docutils/test/functional/expected/standalone_rst_latex.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex
index 98fb2cc63..db0fa90c6 100644
--- a/docutils/test/functional/expected/standalone_rst_latex.tex
+++ b/docutils/test/functional/expected/standalone_rst_latex.tex
@@ -927,14 +927,15 @@ This is the legend.
This paragraph might flow around the figure...
A centered figure:
-\begin{figure}[htbp]\begin{center}
+\begin{figure}[htbp]
+\centering
\includegraphics[width=50]{../../../docs/user/rst/images/biohazard.png}
\caption{This is the caption.}{\small
This is the legend.
The legend may consist of several paragraphs.
-}\end{center}\end{figure}
+}\end{figure}
This paragraph might flow around the figure...