-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathmonashthesis.tex
42 lines (28 loc) · 860 Bytes
/
monashthesis.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
% This is a LaTeX thesis template for Monash University.
% to be used with Rmarkdown
% This template was produced by Rob Hyndman
% Version: 6 September 2016
\documentclass{monashthesis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add any LaTeX packages and other preamble here if required
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{$author$}
\title{$title$}
\degrees{$degrees$}
\def\degreetitle{$degreetype$}
% Add subject and keywords below
\hypersetup{
%pdfsubject={The Subject},
%pdfkeywords={Some Keywords},
pdfauthor={$author$},
pdftitle={$title$},
pdfproducer={Bookdown with LaTeX}
}
\bibliography{thesisrefs}
\begin{document}
\pagenumbering{roman}
\titlepage
{\setstretch{1.2}\sf\tighttoc\doublespacing}
$body$
\printbibliography[heading=bibintoc]
\end{document}