-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapterOrdering.tex
More file actions
43 lines (30 loc) · 1.75 KB
/
chapterOrdering.tex
File metadata and controls
43 lines (30 loc) · 1.75 KB
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
41
42
43
%----------------------------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%----------------------------------------------------------------------------------------
\input{Chapters/0-introduction}
% Note that you don't necessarily need to use parts; you can just list chapters in order. But it is easy to separate into parts.
\clearpage % be sure to have clearpage before each new part, so links work right. If not using parts, not necessary.
\part{Past} %Whenever you want a new part, just put it in like this; part page & toc will auto-generate
\input{Chapters/1-samplepart1/1-samplechap}
\input{Chapters/1-samplepart1/2-samplechap}
\clearpage
\part{Present}
\input{Chapters/2-samplepart2/1-samplechap}
%\input{Chapters/2-samplepart2/2-samplechap}
% Optional: add gap in contents before conclusion to make it clear it doesnt just belong to last part
\addtocontents{toc}{\protect\addvspace{40pt}}
\input{Chapters/conclusion}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
%\input{Chapters/sonarch}
\addtocontents{toc}{\protect\addvspace{40pt}}
\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics
\appendix % Cue to tell LaTeX that the following 'chapters' are Appendices
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
\part{Appendices}
\input{Appendices/AppendixA}
%\input{Appendices/AppendixB}
%\input{Appendices/AppendixC}
%\addtocontents{toc}{\vspace{2em}} % Add a gap in the Contents, for aesthetics