blob: e482c18641065c19c0a0d39c0bf32f8e1e8ba7b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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]
|