summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cleanthesis/content/chapter-appendix.tex')
-rw-r--r--macros/latex/contrib/cleanthesis/content/chapter-appendix.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex b/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex
new file mode 100644
index 0000000000..e482c18641
--- /dev/null
+++ b/macros/latex/contrib/cleanthesis/content/chapter-appendix.tex
@@ -0,0 +1,40 @@
+% !TEX root = ../my-thesis.tex
+%
+\chapter{Example Appendix}
+\label{sec:appendix}
+
+\Blindtext[1][1]
+
+\section{Appendix Section 1}
+\label{sec:appendix:sec1}
+
+\Blindtext[1][1]
+
+\begin{table}[h]
+ \begin{tabularx}{\textwidth}{X | X | X}
+ %\hline
+ Alpha & Beta & Gamma \\ \hline
+ 0 & 1 & 2 \\ \hline
+ 3 & 4 & 5 \\ %\hline
+ \end{tabularx}
+ \label{tab:table1}
+ \caption{This is a caption text.}
+\end{table}
+
+\section{Appendix Section 2}
+\label{sec:appendix:sec2}
+
+\Blindtext[1][1]
+
+\begin{table}[h]
+ \begin{tabularx}{\textwidth}{X | X | X}
+ %\hline
+ Alpha & Beta & Gamma \\ \hline
+ 0 & 1 & 2 \\ \hline
+ 3 & 4 & 5 \\ %\hline
+ \end{tabularx}
+ \label{tab:table2}
+ \caption{This is a caption text.}
+\end{table}
+
+\Blindtext[1][2]