latex/workbook/example9.tex
author Puneeth Chaganti <punchagan@fossee.in>
Sun, 30 Jan 2011 01:06:47 +0530
changeset 137 bec9a89f3b60
parent 107 80a8b46754f8
permissions -rw-r--r--
vcs: Fix images. Remove all images that are not being used. Use better images for mercurial logo and home-brew VC folder.

\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}