summaryrefslogtreecommitdiff
path: root/test/functional/expected/standalone_rst_latex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/expected/standalone_rst_latex.tex')
-rw-r--r--test/functional/expected/standalone_rst_latex.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/expected/standalone_rst_latex.tex b/test/functional/expected/standalone_rst_latex.tex
index f3876a7f1..54308b6c0 100644
--- a/test/functional/expected/standalone_rst_latex.tex
+++ b/test/functional/expected/standalone_rst_latex.tex
@@ -938,6 +938,7 @@ An image 2 cm high:
A \emph{figure} is an image with a caption and/or a legend. With page-based output
media, figures might float to a different position if this helps the page
layout.
+
\begin{figure}
\noindent\makebox[\textwidth][c]{\includegraphics[width=258bp]{../../../docs/user/rst/images/title.png}}
\caption{Plaintext markup syntax and parser system.}
@@ -970,6 +971,7 @@ This paragraph is also part of the legend.
\end{figure}
A left-aligned figure:
+
\begin{figure} % align = "left"
\noindent\makebox[\textwidth][c]{\includegraphics[width=40px]{../../../docs/user/rst/images/biohazard.png}}
\caption{This is the caption.}
@@ -986,6 +988,7 @@ The specific behavior depends upon the style sheet and the browser or
rendering software used.
A centered figure:
+
\begin{figure}
\noindent\makebox[\textwidth][c]{\includegraphics[width=40px]{../../../docs/user/rst/images/biohazard.png}}
\caption{This is the caption.}
@@ -1002,6 +1005,7 @@ The specific behavior depends upon the style sheet and the browser or
rendering software used.
A right-aligned figure:
+
\begin{figure} % align = "right"
\noindent\makebox[\textwidth][c]{\includegraphics[width=40px]{../../../docs/user/rst/images/biohazard.png}}
\caption{This is the caption.}
@@ -2381,6 +2385,7 @@ None
\hline
\end{longtable}
\label{table-label}
+
\begin{figure}
\phantomsection\label{figure-label}
\noindent\makebox[\textwidth][c]{\includegraphics{../../../docs/user/rst/images/biohazard.png}}