added appendices

This commit is contained in:
Rick van Lieshout 2018-02-02 13:11:58 +01:00
parent be125ef1ff
commit cf31a08bb2
6 changed files with 27 additions and 7 deletions

View File

@ -0,0 +1,8 @@
\subsection{My first appendix}
\lipsum[1]
\subsection{My second appendix}
\lipsum[1-3]

View File

@ -11,3 +11,4 @@ This\footnote{\url{google.com}} line of text will have multiple\footnote{\url{go
\subsubsection{first subsubsection}
\lipsum[1]
\cite{first}

View File

@ -1 +1,8 @@
\chapter{Bibliography}\label{sec:bibliography}
\bibliographystyle{APA}
\chapter{Appendices}\label{sec:appendix}
\appendix
\renewcommand{\thesubsection}{\Alph{subsection}}
\input{chapters/backMatter/appendices}

Binary file not shown.

View File

@ -8,7 +8,6 @@
% Packages
% --------------------------------------------------------------------
\usepackage[a4paper]{geometry}
%\usepackage[margin=1in, left=1.5in]{geometry}
\usepackage[hidelinks]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
@ -34,11 +33,8 @@
\usepackage{float}
\graphicspath{images/}
% Bibliography packages
\usepackage[numbers,sort&compress]{natbib}
% --------------------------------------------------------------------
@ -84,4 +80,6 @@
% Back(end) matter
% --------------------------
\include{includes/backMatter}
\end{document}

View File

@ -0,0 +1,6 @@
@first{Article,
Author="M. N. Baibich, J. M. Broto, A. Fert, F. Nguyen Van Dau, F. Petroff, P. Etienne, G. Creuzet, A. Friederich, and J. Chazelas",
Year="1988",
Title="Giant Magnetoresistance of (001)Fe/(001)Cr Magnetic Superlattices",
Journal="",
}