From 0e3fedb7735d57262cdf05e0b3995434afcdebe5 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sat, 21 Jan 2006 00:53:38 +0000 Subject: --- MERGE: merged r4287 to maintenance branch; original log message: Fix: figure align: center git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/docutils-0.4@4302 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- test/functional/expected/standalone_rst_latex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/expected') diff --git a/test/functional/expected/standalone_rst_latex.tex b/test/functional/expected/standalone_rst_latex.tex index ba5b63bb0..49d33a277 100644 --- a/test/functional/expected/standalone_rst_latex.tex +++ b/test/functional/expected/standalone_rst_latex.tex @@ -925,14 +925,14 @@ This is the legend. This paragraph might flow around the figure... A centered figure: -\begin{figure}[htbp]\begin{flushcenter} +\begin{figure}[htbp]\begin{center} \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{flushcenter}\end{figure} +}\end{center}\end{figure} This paragraph might flow around the figure... -- cgit v1.2.1