latex/workbook/example9.tex
changeset 107 80a8b46754f8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/latex/workbook/example9.tex	Tue Aug 31 18:52:49 2010 +0530
@@ -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}