summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uafthesis/example/apx1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/uafthesis/example/apx1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/uafthesis/example/apx1.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uafthesis/example/apx1.tex b/Master/texmf-dist/doc/latex/uafthesis/example/apx1.tex
new file mode 100644
index 00000000000..56aab7152ab
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uafthesis/example/apx1.tex
@@ -0,0 +1,28 @@
+\chapter{Extraneous Images and Tables}
+
+\begin{figure}[h]
+\label{fig:onebattery}
+\centering
+\includegraphics[width=0.4\textwidth]{fig/onebattery}
+\caption{Eating \(1\) battery}
+\end{figure}
+
+\begin{figure}[h]
+\label{fig:fivebatteries}
+\centering
+\includegraphics[width=0.4\textwidth]{fig/fivebatteries}
+\caption{Eating \(5\) batteries}
+\end{figure}
+
+\begin{table}[h]
+\label{tab:ssb}
+\caption{Captain Falcon}
+\centering
+\begin{tabular}{r | l}
+Falcons & Not Falcons\\
+\hline
+FALCON & KICK\\
+FALCON & KICK\\
+FALCON & PUNCH!!
+\end{tabular}
+\end{table}