-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
138 lines (121 loc) · 3.43 KB
/
main.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[nopatch=eqnum]{microtype}
\usepackage{setspace}
\usepackage{parskip}
\usepackage{titling}
\usepackage{titlesec}
\usepackage{fourier-otf}
\usepackage{tgschola}
\usepackage[hidelinks]{hyperref}
\usepackage{fontspec}
\usepackage{fancyhdr}
\usepackage{etoolbox}
\usepackage{lastpage}
\usepackage{sectsty}
\usepackage{adforn}
\usepackage{amsmath}
\usepackage{unicode-math}
\usepackage{relsize}
\usepackage{graphicx}
\usepackage{svg}
\usepackage{tikz}
\usepackage{geometry}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{longtable}
\usepackage{sepfootnotes}
\usepackage[labelfont=bf]{caption}
\usepackage[hang,flushmargin]{footmisc}
\usepackage{mathtools}
\usepackage{upgreek}
\usepackage{setspace}
\usepackage{tocloft}
\geometry{
a4paper,
left=30mm,
right=30mm,
top=25mm,
bottom=20mm
}
\usepackage{hyperref}
\usetikzlibrary{arrows.meta}
\setlength{\headheight}{15pt}
\addtolength{\cftsecnumwidth}{12pt}
% enable for word export
% \tolerance=1
% \emergencystretch=\maxdimen
% \hyphenpenalty=10000
% \hbadness=10000
% Custom font import
\setmainfont{Calluna}[
Path=./Calluna/,
Extension = .otf,
UprightFont=*-Regular,
BoldFont=*-Bold,
ItalicFont=*-It,
BoldItalicFont=*-BoldIt
]
\setmathfont{Asana Math}
% Header and footer.
\fancyhead[L]{\nouppercase\leftmark}
\fancyhead[R]{\thepage}
\fancyfoot[R]{\hfill}
\fancyfoot[C]{}
% Custom header-less plain first page.
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[R]{\hfill}
}
% Body styling.
%\renewcommand{\thepart}{\Roman{part}}
\sectionfont{\centering\textsc}
\subsectionfont{\centering}
\subsubsectionfont{\textit}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand\thesubsection{\normalfont\textbf\Alph{subsection}}
\renewcommand\thesubsubsection{\normalfont\textbf{\textit{\arabic{subsubsection}}}}
\onehalfspacing
\newcommand{\Star}[1]{#1\ensuremath{^*}\kern-\scriptspace}
\newcommand{\PStar}[1]{\ensuremath{^*}\kern-\scriptspace #1}
\newcommand{\Cross}[1]{#1\ensuremath{^\dagger}\kern-\scriptspace}
\newcommand{\PCross}[1]{\ensuremath{^\dagger}\kern-\scriptspace #1}
\newcommand{\CCross}[1]{#1\ensuremath{^\mathsection}\kern-\scriptspace}
\newcommand{\PCCross}[1]{\ensuremath{^\mathsection}\kern-\scriptspace #1}
\let\xn\xnote
\include{Footnotes/footnotes-settings}
% ----------------------------------------------------------
\begin{document}
%TC:ignore
\input{Footnotes/footnotes}
\thispagestyle{plain}
\renewcommand\footnotemark{}
\setlength\thanksmarkwidth{0.3em}
\setlength\thanksmargin{0.8em}
\title{\vspace{-25mm}\large{\textbf{\uppercase{Academic Judges:\\A Scientometric Study on the Jurisprudential Impact of Academic Work in Australia}}}}
\date{}
\author{\textsc{Jarrod Li}$^*$}
\thanks{$^*$\ \ The author is grateful to Professor Lyria Bennett Moses and Michael Green SC, who were both incredibly generous with their time and advice. All views expressed and errors made are mine alone.}
\maketitle
\input{abstract}
\newpage
\thispagestyle{plain}
\tableofcontents
\newpage
%TC:endignore
\pagestyle{fancy}
\input{Sections/1_INTRODUCTION}
\input{Sections/2_BACKGROUND}
\input{Sections/3.1_DATA}
\input{Sections/3.2_PROCESSES}
\input{Sections/4_LIMITATIONS}
\input{Sections/5_RESULTS}
\input{Sections/6_EVALUATION}
\input{Sections/7_CONCLUSION}
%TC:ignore
\input{Sections/8_APPENDIX}
\input{Sections/9_BIBLIOGRAPHY}
%TC:endignore
\end{document}