latex/workbook/example9.tex
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 07 Sep 2010 12:09:06 +0530
changeset 126 b9c6563869ef
parent 107 80a8b46754f8
permissions -rw-r--r--
First Lab exercise questions. Sorry for very small commits. I paid the penalty of losing my entire file on which I had worked on 1 and half days.

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