forked from digitalmoleculardesign/bill_goddard_chem_120
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathch120.tex
40 lines (33 loc) · 833 Bytes
/
ch120.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
\documentclass{book}
\usepackage{times}
\usepackage{graphicx}
\usepackage{hyperref} % use for TOC with pdf files
\graphicspath{{figures/}}
% Rick's macros
\newcommand{\chem}[1]{\ensuremath{\mathrm{#1}}}
\newcommand{\overlap}[2]{\ensuremath{\left\langle{#1}\left|{#2}\right\rangle\right.}}
\newcommand{\bracket}[3]{\ensuremath{\left\langle{#1}\left|{#2}\right|{#3}\right\rangle}}
\newcommand{\matvec}[1]{\ensuremath{\mathbf{#1}}}
\begin{document}
\title{Chem120a: The Nature of the Chemical Bond}
\author{William A. Goddard, III}
\maketitle
\tableofcontents
\input{chap01}
\input{chap02}
\input{chap03}
\input{chap04}
\input{chap05}
\input{chap06}
\input{chap10}
\input{chap07}
\input{chap08}
\input{chap09}
\input{chap11}
\input{chap12}
\input{chap13}
\input{chap14}
\input{chap15}
\input{chap16}
\input{chap17}
\end{document}