-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
executable file
·85 lines (58 loc) · 2.88 KB
/
thesis.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
%Bristol Vision Thesis - v0.2 - 2011-02-14 - John McGonigle <mcgonigle@cs.bris.ac.uk>
%Edited 03/05/19 Michael Wray
%README:
%Edit the files in preliminaries/ for everything before the work chapters
%Work chapters go in content/
%\cdp clear a double page in a smart way so that two sided printing looks right
%The texcount.pl needs perl to do the proper word count
%The print options here are for when the pages will be bound, for
\documentclass[oneside,12pt,fleqn,a4paper]{book}\newcommand\oddmar{26mm}%SCREEN
%\documentclass[oneside,12pt,fleqn,a4paper]{book}\newcommand\oddmar{33mm}%PRINT (one sided)
%\documentclass[twoside,12pt,fleqn,a4paper]{book}\newcommand\oddmar{33mm}%PRINT (two sided)
%when doing proper printing sets the hyperlinks to black so no one tries to click the printed page
\newcommand\linkcol{blue}\newcommand\citecol{red}\newcommand\anchcol{green}\newcommand\refbacktf{true}%SCREEN
%\newcommand\linkcol{black}\newcommand\citecol{black}\newcommand\anchcol{black}\newcommand\refbacktf{false}%PRINT
%%%TITLE ETC.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%this edits the file: thesisbunf/bunf03title.tex
\newcommand\THESISTITLE{Great Research: The Title}
\newcommand\MYNAME{The Shining Star}
\newcommand\DATE{\today}
\newcommand\FACULTY{Faculty of Engineering}
\newcommand\RESEARCHGROUP{Department of Computer Science}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%these files can be copy and pasted here, they're just \input here to keep this file "tidy"
\input{thesisbunf/bunf01a.tex}
\input{thesisbunf/bunf02margins.tex}
\input{thesisbunf/bunf03title.tex}%title page is here (you can edit to change spacing)
\input{thesisbunf/bunf04prelim.tex}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage[parfill]{parskip}
\usepackage{amssymb}
\usepackage{booktabs}
\usepackage{multirow}
\begin{document}
%%%PRELIMINARIES%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{thesisbunf/bunf04prelimactual.tex}%comment out to start at chapters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{thesisbunf/bunf04mainstyle.tex}%Sets the main style of the page layout
\mainmatter
\setcounter{page}{1}
\onehalfspacing % set one and a half linespacing
%\doublespacing
%\setstretch{1.4}%if you want other spacings
%%%MAIN CONTENT%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/intro}\cdp
%%%REFERENCES%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{thesisbunf/bunf05refs.tex}
%%%%APPENDIX%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\noappendicestocpagenum
\addappheadtotoc
\input{appendices/appendix_a.tex}\cdp
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}