-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
57 lines (49 loc) · 1.38 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
% Finished mode.
% \documentclass[nocolor]{article}
% \documentclass{article}
% Draft mode.
% \documentclass[working,nocolor]{article}
\documentclass[working]{article}
\input{preamble.tex}
% \usepackage{lipsum} % For random text. You don't need this.
\usepackage{enumerate}
\usepackage{natbib}
\bibliographystyle{abbrvnat}
\setcitestyle{authoryear, open={(},close={)}}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{geometry}
\usepackage{ulem}
\usepackage{bm}
\geometry{a4paper,left=2cm,right=6cm,top=2cm,bottom=2cm}
\setlength{\marginparwidth}{4cm}
\title{STAT5010 Lecture Notes (Remake)}
\author{Xiaocheng Zhou}
\date{\today}
\newcommand{\linktootherpages}{link}
\newcommand{\shortlinkname}{link}
\newcommand{\term}{Fall Term}
\newcommand{\academicyear}{$2022$}
\newcommand{\faculty}{Department of Statistics}
\begin{document}
\createintro
% start lectures
% \input{lectures/lec-01.tex}
% \input{lectures/lec-02.tex}
% \input{lectures/lec-03.tex}
% end lectures
\input{lectures/chapter1.tex}
\input{lectures/chapter2.tex}
\input{lectures/chapter3.tex}
\input{lectures/chapter4.tex}
\input{lectures/chapter5.tex}
% \input{lectures/lec06.tex}
% \input{lectures/lec07.tex}
% \input{lectures/lec08.tex}
% \input{lectures/lec09.tex}
% \input{lectures/lec10.tex}
% \input{lectures/lec11.tex}
% \input{lectures/lec12.tex}
\listnotes
\bibliography{ref}
\end{document}