summaryrefslogtreecommitdiff
path: root/slides/latex/workbook/example9.tex
blob: e066c1e6a0e1336ad62e707e6a5135cbba6471f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{article}
\begin{document}
This document contains a figure. 
The figure \ref{fig:lion} is a drawing by Duane Bibby. 
\begin{figure}
\centering
\label{fig:lion}
\caption[CTAN Lion]{CTAN lion drawing by Duane Bibby; thanks to www.ctan.org}
\includegraphics[scale=0.8, angle=30]{lion_orig.png}
\end{figure}
\end{document}