-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path742LectureNotes.tex
More file actions
105 lines (89 loc) · 2.56 KB
/
742LectureNotes.tex
File metadata and controls
105 lines (89 loc) · 2.56 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
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
\documentclass[final]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{titlesec}
\usepackage{booktabs}
\usepackage{float}
\usepackage{lastpage}
\usepackage{fancyhdr}
\usepackage{geometry}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{varioref}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{empheq}
\usepackage[most]{tcolorbox}
\newtcbox{\mathbox}[1][]{%
nobeforeafter, math upper, tcbox raise base,
enhanced, colframe=blue!30!black,
colback=blue!30, boxrule=1pt,
#1}
\lstset{breaklines = true, showstringspaces=fals}
\numberwithin{equation}{section}
\renewcommand{\footrulewidth}{0.4pt}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[L]{\nouppercase{\rightmark}}
\fancyfoot[R]{Page \thepage \hspace{1pt} of \pageref*{LastPage}}
\graphicspath{{images/}}
\geometry{margin=1in}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{definition}[theorem]{Definition}
\newcommand{\sectionbreak}{\clearpage}
\definecolor{HeadColor}{HTML}{376092}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
citecolor=magenta,
filecolor=magenta,
urlcolor=blue,
final}
\begin{document}
\newcommand{\calG}{\mathcal{G}}
\begin{titlepage}
\begin{center}
\begin{center}
\includegraphics[width=\textwidth]{UOA_Science.png}
\end{center}
\vfill
\line(1,0){400}\\[1mm]
\huge{\textbf{Physics 742 Lecture Notes}}\\
\Large{\color{HeadColor}{Statistical Mechanics \& Complex Networks}}\\
Dion O'Neale\\
\line(1,0){400}\\[3mm]
\vfill
\large{\textsc{The University of Auckland}}
\end{center}
\end{titlepage}
\newpage
\tableofcontents
\newpage
\input{01-thermodynamicsRefresher.tex}
\input{02-probability.tex}
\input{03-statisticalPostulates.tex}
\input{04-hamiltonianPhaseSpace.tex}
\input{05-molecularDynamics.tex}
\input{06-ensembles.tex}
\input{07-quantumStatistics.tex}
\input{08-complexNetworks.tex}
\section{Student notes on Liouville's theorem - assignment one}
\input{liouville/juliettesoule.tex}
\input{liouville/hamishjelleyman.tex}
\input{liouville/LillianGuo.tex}
\input{liouville/seanrichards.tex}
\input{liouville/eliaspaknejad.tex}
\input{liouville/dianayu.tex}
\input{liouville/ryanstickland.tex}
\section{Student Journal reviews - assignment two}
\input{journals/seanrichards.tex}
\input{journals/hamishjelleyman}
\input{journals/juliettesoule.tex}
\input{journals/LillianGuo.tex}
\bibliographystyle{plain}
\bibliography{GlobalReferences.bib}
\end{document}