From 1f7318ca9553270899537d98d75e9f4fced85ed4 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Thu, 12 Jun 2014 13:22:13 +0530 Subject: restructring repo --- lecture-notes/latex/workbook/example9.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lecture-notes/latex/workbook/example9.tex (limited to 'lecture-notes/latex/workbook/example9.tex') 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} -- cgit