summaryrefslogtreecommitdiff
path: root/latex/workbook/example9.tex
diff options
context:
space:
mode:
Diffstat (limited to 'latex/workbook/example9.tex')
-rw-r--r--latex/workbook/example9.tex11
1 files changed, 0 insertions, 11 deletions
diff --git a/latex/workbook/example9.tex b/latex/workbook/example9.tex
deleted file mode 100644
index e066c1e..0000000
--- a/latex/workbook/example9.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-\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}