Added a appendix chapter to the example thesis document.
This commit is contained in:
@@ -235,6 +235,7 @@
|
|||||||
\RequirePackage{microtype} % typographic tuning
|
\RequirePackage{microtype} % typographic tuning
|
||||||
\RequirePackage{setspace} % for line spacing, e.g. \onehalfspacing
|
\RequirePackage{setspace} % for line spacing, e.g. \onehalfspacing
|
||||||
\RequirePackage[]{graphicx} % graphics import features
|
\RequirePackage[]{graphicx} % graphics import features
|
||||||
|
\RequirePackage{tabularx} % table features
|
||||||
\RequirePackage{fancyhdr} % for header and footer modifications
|
\RequirePackage{fancyhdr} % for header and footer modifications
|
||||||
\RequirePackage{enumitem} % for simple list modifications
|
\RequirePackage{enumitem} % for simple list modifications
|
||||||
\RequirePackage{blindtext} % package for blind text
|
\RequirePackage{blindtext} % package for blind text
|
||||||
|
40
content/chapter-appendix.tex
Normal file
40
content/chapter-appendix.tex
Normal file
@@ -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]
|
@@ -67,11 +67,13 @@
|
|||||||
\input{content/chapter-system} % INCLUDE: system
|
\input{content/chapter-system} % INCLUDE: system
|
||||||
\input{content/chapter-concepts} % INCLUDE: concepts
|
\input{content/chapter-concepts} % INCLUDE: concepts
|
||||||
\input{content/chapter-conclusion} % INCLUDE: conclusion
|
\input{content/chapter-conclusion} % INCLUDE: conclusion
|
||||||
\cleardoublepage
|
|
||||||
|
|
||||||
% --------------------------
|
% --------------------------
|
||||||
% Back matter
|
% Back matter
|
||||||
% --------------------------
|
% --------------------------
|
||||||
|
\appendix\cleardoublepage
|
||||||
|
\input{content/chapter-appendix} % INCLUDE: appendix
|
||||||
|
%
|
||||||
{%
|
{%
|
||||||
\setstretch{1.1}
|
\setstretch{1.1}
|
||||||
\renewcommand{\bibfont}{\normalfont\small}
|
\renewcommand{\bibfont}{\normalfont\small}
|
||||||
|
Reference in New Issue
Block a user