diff options
Diffstat (limited to 'lecture-notes/latex/workbook/example9.tex')
-rw-r--r-- | lecture-notes/latex/workbook/example9.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lecture-notes/latex/workbook/example9.tex b/lecture-notes/latex/workbook/example9.tex new file mode 100644 index 0000000..e066c1e --- /dev/null +++ b/lecture-notes/latex/workbook/example9.tex @@ -0,0 +1,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} |