diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-21 00:53:38 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-01-21 00:53:38 +0000 |
| commit | 0e3fedb7735d57262cdf05e0b3995434afcdebe5 (patch) | |
| tree | ea698909422cb68137b0b444092cd626342c3d04 /test/functional/expected | |
| parent | 81eafb3147af9d689ceaafbf5b4556dc2008a079 (diff) | |
| download | docutils-0e3fedb7735d57262cdf05e0b3995434afcdebe5.tar.gz | |
--- 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
Diffstat (limited to 'test/functional/expected')
| -rw-r--r-- | test/functional/expected/standalone_rst_latex.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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... |
