1: \documentclass[11pt]{article}
2: \usepackage{epsf,fancyheadings,amsfonts,amssymb}
3: \usepackage[centertags]{amsmath}
4: %\textwidth 15cm
5: %\textheight 23cm
6:
7: \textwidth 6.4in
8: \textheight 9in
9: \setlength{\oddsidemargin}{0in}
10: \setlength{\topmargin}{0in}
11: \addtolength{\topmargin}{-0.75in}
12:
13: \renewcommand{\baselinestretch}{1.0}
14: \newcommand{\beqn}{\begin{eqnarray}}
15: \newcommand{\eeqn}{\end{eqnarray}}
16: \newcommand{\beqnst}{\begin{eqnarray*}}
17: \newcommand{\eeqnst}{\end{eqnarray*}}
18: \newcommand{\bs}{\boldsymbol}
19:
20:
21: \begin{document}
22:
23:
24: \input 00_title.sec %% Title/abs etc
25:
26: \tableofcontents
27: \newpage
28: \input 01_intro.sec %% introduction/survey/scope & focus
29:
30: \input 02_formalism.sec %% basic quantum Hamiltonian as definition
31:
32: \input 03_quantum_spec.sec %% summary of known results (quantum)
33:
34: \input 04_classical.sec %% corresponding classical Lagrangian
35:
36: \input 05_pot.sec %% Semiclassical: POT
37:
38: \input 06_scgroundstate.sec %% sc analysis of ground state
39:
40: \input 07_summary.sec %% summary/discussion/conclusion/outlook
41:
42: \newpage
43: \input appendix_a.sec %% boundary condition (latest version)
44:
45: \newpage
46: \input appendix_b.sec %% group theory
47:
48: \newpage
49: \input appendix_c.sec %% symplectic diagonalisation
50:
51: \newpage
52: \input 30_refs.sec %% references
53: \end{document}
54: