diff options
author | Prabhu Ramachandran | 2014-06-12 18:30:44 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2014-06-12 18:30:44 +0530 |
commit | 1cd20420eaf6db98f985bb4ff9840dd0641d124b (patch) | |
tree | ecde55c63af0aa72133767bd3c091e644022e651 /slides/latex/workbook/example9.tex | |
parent | 985adfa4f8a8b9cfba2b0a573dadc77283651957 (diff) | |
parent | a6b748ea000473c4cb36ec769a64fa5c9595a59e (diff) | |
download | sees-1cd20420eaf6db98f985bb4ff9840dd0641d124b.tar.gz sees-1cd20420eaf6db98f985bb4ff9840dd0641d124b.tar.bz2 sees-1cd20420eaf6db98f985bb4ff9840dd0641d124b.zip |
Merge pull request #2 from FOSSEE/restructuring-repo
Restructuring repo
Diffstat (limited to 'slides/latex/workbook/example9.tex')
-rw-r--r-- | slides/latex/workbook/example9.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/slides/latex/workbook/example9.tex b/slides/latex/workbook/example9.tex new file mode 100644 index 0000000..e066c1e --- /dev/null +++ b/slides/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} |