summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex b/Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex
index 111e25809f4..54ce0e56864 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/samplebody-conf.tex
@@ -232,12 +232,13 @@ displayable with \LaTeX. If you work with pdf\LaTeX, use files in the
each of these are found in the \textit{Author's Guide}.
\begin{figure}
-\includegraphics{fly}
+\includegraphics{fly}\Description{A fly}
\caption{A sample black and white graphic.}
\end{figure}
\begin{figure}
-\includegraphics[height=1in, width=1in]{fly}
+\includegraphics[height=1in, width=1in]{fly}\Description{A fly image,
+ to $1''\times1''$}
\caption{A sample black and white graphic
that has been resized with the \texttt{includegraphics} command.}
\end{figure}
@@ -250,14 +251,15 @@ the figure and its caption. And don't forget to end the environment
with \textbf{figure*}, not \textbf{figure}!
\begin{figure*}
-\includegraphics{flies}
+\includegraphics{flies}\Description{Several flies, spanning two
+ columns of text}
\caption{A sample black and white graphic
that needs to span two columns of text.}
\end{figure*}
\begin{figure}
-\includegraphics[height=1in, width=1in]{rosette}
+\includegraphics[height=1in, width=1in]{rosette}\Description{A rosette}
\caption{A sample black and white graphic that has
been resized with the \texttt{includegraphics} command.}
\end{figure}