-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.tex
45 lines (41 loc) · 1.21 KB
/
notes.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
% Document Purpose
\documentclass{report}
% Packages
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{enumerate}
\usepackage{graphicx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Stat Mech Notes}
\author{Brandon Butler}
\date{2019--06--05}
\graphicspath{{./media/}}
% User defined commands
\renewcommand{\d}{\text{d}}
\newcommand{\note}{\textit{Note:} }
\renewcommand{\H}{\mathcal{H}}
\newcommand{\Q}{\mathcal{Q}}
\newcommand{\chapterpath}[1]{./chapters/#1}
\newcommand{\nint}[1]{\int\cdots\int{#1}}
\begin{document}
\maketitle
\tableofcontents\newpage
\chapter{Canonical Ensemble}\label{ch2}
\include{\chapterpath{ch2}}
\chapter{Other Ensembles and Fluctuations}\label{ch3}
\include{\chapterpath{ch3}}
\chapter{Boltzman, Fermi-Dirac, and Bose-Einstein Statistics}\label{ch4}
\include{\chapterpath{ch4}}
\chapter{The Monotonic Ideal Gas}\label{ch5}
\include{\chapterpath{ch5}}
\chapter{Ideal Diatomic Gas}\label{ch6}
\include{\chapterpath{ch6}}
\chapter{Classical Mechanics}\label{ch7}
\include{\chapterpath{ch7}}
\chapter{Polyatomic Partition Function}\label{ch8}
\include{\chapterpath{ch8}}
\chapter{Chemical Equilibrium}\label{ch9}
\include{\chapterpath{ch9}}
\chapter{Crystals}\label{ch10}
\include{\chapterpath{ch11}}
\end{document}