-
Notifications
You must be signed in to change notification settings - Fork 26
/
main.tex
290 lines (196 loc) · 7.97 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
\documentclass[a4paper,11pt]{article}
\pdfoutput=1 % if your are submitting a pdflatex (i.e. if you have images in pdf, png or jpg format)
\usepackage{imakeidx}
\indexsetup{firstpagestyle=empty}
\makeindex[intoc, columns=2, title=Alphabetical Index, options= -s example_style.ist]
\usepackage{jheppub} % for details on the use of the package, please
% see the JHEP-author-manual
\usepackage[T1]{fontenc} % if needed
\usepackage[utf8]{inputenc}
\usepackage{graphicx} % Required for including images
\graphicspath{{Figures/}} % Set the default folder for images
\usepackage{relsize} % for resizing maths relations
\usepackage{enumitem} % Required for manipulating the whitespace between and within lists
\usepackage{subfig} % Required for creating figures with multiple parts (subfigures)
\usepackage{amsmath,amssymb,amsthm,mathrsfs,amsfonts,xfrac,pifont} % For including math equations, theorems, symbols, etc
\usepackage{cleveref} % More descriptive referencing
%page margins and paragraph indentation
%\usepackage{geometry}
%\geometry{a4paper,hmarginratio=1:1}
%\setlength{\parindent}{0pt}
%fonts
% \usepackage[cm]{sfmath}
% \renewcommand{\familydefault}{\sfdefault}
% \usepackage{libertine}
% \usepackage[libertine]{newtxmath}
\usepackage{array,tabularx}
\usepackage[retainorgcmds]{IEEEtrantools}
\usepackage{etoolbox}
%\usepackage{mathtools}
\usepackage{emerald,xcolor,tikz}
\definecolor{lightergray}{rgb}{0.9,0.9,0.9}
\usepackage{siunitx}
\usepackage{soul}
\usetikzlibrary{matrix,calc,positioning,decorations.markings,decorations.pathmorphing,decorations.pathreplacing}%tikzmark,
\usetikzlibrary{arrows,cd}
\usepackage{bbding}
\usetikzlibrary{positioning}
%\tikzset{every picture/.style={remember picture}}
\tikzset{>=stealth}
\usepackage{cancel}
\newcommand\Ccancel[2][black]{\renewcommand\CancelColor{\color{#1}}\cancel{#2}}
\makeatletter
\patchcmd{\@IEEEeqnarray}{\relax}{\relax\intertext@}{}{}
\makeatother
\usepackage{wrapfig}
\usepackage{textcomp}
%\usepackage{unicode-math}
\usepackage{scalerel}
\usepackage{titlesec}
\titleformat{\section}{\large\bfseries\raggedright}{}{0em}{\colorsection}[\titlerule]
\titleformat{name=\section,numberless}{\large\scshape\bfseries\raggedright}{}{0em}{\colorsectionnonumber}[\titlerule]
\titleformat{\subsection}{\bfseries\raggedright}{}{0em}{\colorsubsection}
\titleformat{name=\subsection,numberless}{\bfseries\raggedright}{}{0em}{\colorsubsectionnonumber}
%\titlespacing{\subsection}{0em}{0.5em}{0.75em}
\newcommand{\colorsection}[1]{%
\colorbox{lightergray}{\parbox{\dimexpr\textwidth-2\fboxsep}{\thesection\ \ #1}}}
\newcommand{\colorsectionnonumber}[1]{%
\colorbox{lightergray}{\parbox{\dimexpr\textwidth-2\fboxsep}{#1}}}
\newcommand{\colorsubsection}[1]{%
\colorbox{lightergray}{\parbox{\dimexpr\textwidth-2\fboxsep}{\thesubsection\ #1}}}
\newcommand{\colorsubsectionnonumber}[1]{%
\colorbox{lightergray}{\parbox{\dimexpr\textwidth-2\fboxsep}{#1}}}
%\newcommand{\tikzmark}[3][]{\tikz[overlay,remember picture,baseline] \node [anchor=base,#1](#2) {#3};}
%\usepackage[cmintegrals,cmbraces]{newtxmath}
%\usepackage{ebgaramond-maths}
%\newcommand{\tikzmark}[1]{\tikz[baseline,remember picture] \coordinate (#1) {};}
%\usepackage{mathptmx}
\usepackage{calc}
%----------------------------------------------------------------------------------------
% THEOREM STYLES
%---------------------------------------------------------------------------------------
\usepackage{tcolorbox}
% style for axioms
%\newenvironment{framedaxiom}{\begin{tcolorbox}[colframe=blue!10!black,autoparskip]\begin{axiom}}{\end{axiom}\end{tcolorbox}}
%--------------------------------------------
%\newtheoremstyle{dotless}{}{}{\itshape}{}{\bfseries}{}{ }{}
%\theoremstyle{dotless}
\theoremstyle{definition} % Define theorem styles here based on the definition style (used for definitions and examples)
\newtheorem*{definition}{Definition}
\theoremstyle{plain} % Define theorem styles here based on the plain style (used for theorems, lemmas, propositions)
\newtheorem{theorem}{Theorem}[section]
\newtheorem{axiom}{Axiom}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\theoremstyle{remark} % Define theorem styles here based on the remark style (used for remarks and notes)
\newtheorem*{notation}{Notation}
\newtheorem*{solution}{Solution}
\newtheoremstyle{underline}% name
{} % Space above, empty = `usual value'
{} % Space below
{} % Body font
{} % Indent amount (empty = no indent, \parindent = para indent)
{} % Thm head font
{.} % Punctuation after thm head
{1.5mm} % Space after thm head: \newline = linebreak
{{\underline{\textit{\thmname{#1}\thmnumber{ #2}}~\thmnote{(#3)}\unskip}}} % Thm head spec
\theoremstyle{underline}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}
%----------------------------------------------------------------------------------------
% HYPERLINKS
%---------------------------------------------------------------------------------------
%clever cross-references
%\usepackage[noabbrev,capitalize]{cleveref}
\makeatletter
\newcommand\footnoteurl@[2]{#2\footnote{\url@{#1}}}
\DeclareRobustCommand{\footnoteurl}{\hyper@normalise\footnoteurl@}
\makeatother
\usepackage{hyperref}
\hypersetup{
%draft, % Uncomment to remove all links (useful for printing in black and white)
colorlinks=true, linkcolor=black, breaklinks=true,
%bookmarks=true,
bookmarksnumbered=true,
%urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, % Link colors
pdftitle={Schuller's Lectures on Quantum Theory}, % PDF title
pdfauthor={Frederic P. Schuller, Simon Rea}, % PDF Author
pdfsubject={}, % PDF Subject
pdfkeywords={}, % PDF Keywords
pdfencoding=unicode, %
pdfstartview={FitH}, %
pdfcreator={pdfLaTeX/Overleaf}, % PDF Creator
}
%dotted lines in contents
%\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
\input{shortcuts}
\title{\boldmath Lectures on Quantum Theory}
%% %simple case: 2 authors, same institution
\author{Dr Frederic P. Schuller}
%\author{Simon Rea}
\affiliation{Friedrich-Alexander-Universit\"at Erlangen-N\"urnberg,\\Institut f\"ur Theoretische Physik III}
% more complex case: 4 authors, 3 institutions, 2 footnotes
%\author[a,b,1]{F. Irst,\note{Corresponding author.}}
%\author[c]{S. Econd,}
%\author[a,2]{T. Hird\note{Also at Some University.}}
%\author[a,2]{and Fourth}
% The "\note" macro will give a warning: "Ignoring empty anchor..."
% you can safely ignore it.
%\affiliation[a]{One University,\\some-street, Country}
%\affiliation[b]{Another University,\\different-address, Country}
%\affiliation[c]{A School for Advanced Studies,\\some-location, Country}
% e-mail addresses: one for each author, in the same order as the authors
\emailAdd{[email protected]}
%\emailAdd{[email protected]}
%\emailAdd{[email protected]}
%\emailAdd{[email protected]}
\begin{document}
\rule{0cm}{2cm}\\
\includegraphics[width=14cm]{graphics/faulogo}
\maketitle
\section*{Introduction}
\addcontentsline{toc}{section}{Introduction}
\markright{Introduction}
\input{qt/00intro}
\newpage
\section{Axioms of quantum mechanics}
\input{qt/01axioms}
\newpage
\section{Banach spaces}
\input{qt/02banach}
\newpage
\section{Separable Hilbert Spaces}
\input{qt/03separable}
\newpage
\section{Projectors, bras and kets}
\input{qt/04projectors}
\newpage
\section{Measure theory}
\input{qt/05measure}
\newpage
\section{Integration of measurable functions}
\input{qt/06integration}
\newpage
\section{Self-adjoint and essentially self-adjoint operators}
\input{qt/07self-adjoint}
\newpage
\section{Spectra and perturbation theory}
\input{qt/08spectra}
\newpage
\section{Case study: momentum operator}
\input{qt/09momentum}
\newpage
\section{Inverse spectral theorem}
\input{qt/10inverse}
\newpage
\section{Spectral theorem}
\input{qt/11spectral}
\newpage
\section*{Further readings}
\addcontentsline{toc}{section}{Further readings}
\input{biblio}
\newpage
\printindex
\end{document}