summaryrefslogtreecommitdiff
path: root/lecture-notes/latex/workbook/example9.tex
diff options
context:
space:
mode:
authorHardik Ghaghada2014-06-12 13:22:13 +0530
committerHardik Ghaghada2014-06-12 13:22:13 +0530
commit1f7318ca9553270899537d98d75e9f4fced85ed4 (patch)
tree7d149f9203f7eb122e749696e570d10086275ce4 /lecture-notes/latex/workbook/example9.tex
parent985adfa4f8a8b9cfba2b0a573dadc77283651957 (diff)
downloadsees-1f7318ca9553270899537d98d75e9f4fced85ed4.tar.gz
sees-1f7318ca9553270899537d98d75e9f4fced85ed4.tar.bz2
sees-1f7318ca9553270899537d98d75e9f4fced85ed4.zip
restructring repo
Diffstat (limited to 'lecture-notes/latex/workbook/example9.tex')
-rw-r--r--lecture-notes/latex/workbook/example9.tex11
1 files changed, 11 insertions, 0 deletions
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}