2013-11-14 18:51:42 +00:00
|
|
|
\chapter{My Third Chapter}
|
|
|
|
|
2013-11-25 23:59:10 +00:00
|
|
|
% **************************** Define Graphics Path **************************
|
|
|
|
\ifpdf
|
|
|
|
\graphicspath{{Chapter3/Figs/Raster/}{Chapter3/Figs/PDF/}{Chapter3/Figs/}}
|
|
|
|
\else
|
|
|
|
\graphicspath{{Chapter3/Figs/Vector/}{Chapter3/Figs/}}
|
|
|
|
\fi
|
|
|
|
|
2013-11-15 00:05:34 +00:00
|
|
|
\section{First Section of the Third Chapter}
|
2013-11-16 18:30:39 +00:00
|
|
|
And now I begin my third chapter here \dots
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-24 23:26:21 +00:00
|
|
|
And now to cite some more people~\citet{Rea85,Ancey1996}
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-19 00:25:36 +00:00
|
|
|
\subsection{First Subsection in the First Section}
|
2013-11-16 18:30:39 +00:00
|
|
|
\dots and some more
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-19 00:25:36 +00:00
|
|
|
\subsection{Second Subsection in the First Section}
|
2013-11-16 18:30:39 +00:00
|
|
|
\dots and some more \dots
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-19 00:25:36 +00:00
|
|
|
\subsubsection{First subsub section in the second subsection}
|
2013-11-16 18:30:39 +00:00
|
|
|
\dots and some more in the first subsub section otherwise it all looks the same
|
|
|
|
doesn't it? well we can add some text to it \dots
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-19 00:25:36 +00:00
|
|
|
\subsection{Third Subsection in the First Section}
|
2013-11-16 18:30:39 +00:00
|
|
|
\dots and some more \dots
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-19 00:25:36 +00:00
|
|
|
\subsubsection{First subsub section in the third subsection}
|
2013-11-16 18:30:39 +00:00
|
|
|
\dots and some more in the first subsub section otherwise it all looks the same
|
2013-11-14 18:51:42 +00:00
|
|
|
doesn't it? well we can add some text to it and some more and some more and
|
2013-11-16 18:30:39 +00:00
|
|
|
some more and some more and some more and some more and some more \dots
|
2013-11-14 18:51:42 +00:00
|
|
|
|
2013-11-19 00:25:36 +00:00
|
|
|
\subsubsection{Second subsub section in the third subsection}
|
2013-11-16 18:30:39 +00:00
|
|
|
\dots and some more in the first subsub section otherwise it all looks the same
|
|
|
|
doesn't it? well we can add some text to it \dots
|
2013-11-14 18:51:42 +00:00
|
|
|
|
|
|
|
\section{Second Section of the Third Chapter}
|
2013-11-16 18:30:39 +00:00
|
|
|
and here I write more \dots
|
|
|
|
|
|
|
|
Now we can refer to the table using~\cref{t:borders}.
|
|
|
|
\begin{table}[h]
|
|
|
|
\caption{Table with Borders}
|
|
|
|
\centering
|
|
|
|
\label{t:borders}
|
|
|
|
\begin{tabular}{|l|c| r|}
|
|
|
|
|
|
|
|
\hline
|
|
|
|
1 & 2 & 3 \\ \hline
|
|
|
|
4 & 5 & 6 \\ \hline
|
|
|
|
7 & 8 & 9 \\ \hline
|
|
|
|
\end{tabular}
|
2013-11-19 00:25:36 +00:00
|
|
|
\end{table}
|