-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathThesisMain.tex
25 lines (23 loc) · 915 Bytes
/
ThesisMain.tex
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
% !TeX root = ThesisMain.tex
% !TeX program = XeLaTeX
% !TeX encoding = UTF-8
% !TeX spellcheck = en_GB
\documentclass[Thesis,digital]{OxReport}
% \externaldocument[M-]{ThesisMain}
\addbibresource{\subfix{./Bibliography/IEEEexample.bib}}
\graphicspath{{Images}}%
% \graphicspath{{img/LowRes/Dammann}{img/LowRes/Hologram}{img/LowRes/Title}}%
% \graphicspath{{img/HighRes/Dammann}{img/HighRes/Hologram}{img/HighRes/Title}}%
\begin{document}
\subfile{./texMain/CH0000_Preamble.tex}
\subfile{./texMain/CH0100_Chapter_01.tex}
\subfile{./texMain/CH0200_Chapter_02.tex}
\subfile{./texMain/CH0300_Chapter_03.tex}
\subfile{./texMain/CH0400_Chapter_04.tex}
\subfile{./texMain/CH0500_Chapter_05.tex}
\subfile{./texMain/CH0600_Chapter_06.tex}
\subfile{./texMain/CH0700_Chapter_07.tex}
\subfile{./texMain/CH0800_Chapter_08.tex}
\subfile{./texMain/CH0900_Chapter_09.tex}
\subfile{./texMain/CH1000_Reference.tex}
\end{document}