From b9e2609169709f8aad257fa5e3a92cb780dfad3f Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sun, 19 May 2024 01:45:37 +0200 Subject: weiter --- preamble.tex | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) (limited to 'preamble.tex') diff --git a/preamble.tex b/preamble.tex index 4a88ef7..35d94ad 100644 --- a/preamble.tex +++ b/preamble.tex @@ -15,7 +15,7 @@ %\usepackage{graphicx} \usepackage{tcolorbox} \usepackage[style=ext-alphabetic]{biblatex} -\usepackage[intoc]{nomencl} +\usepackage[intoc,refpage]{nomencl} \usepackage{makeidx} \usepackage{idxlayout} \usepackage{hyperref} @@ -82,6 +82,7 @@ \numberwithin{equation}{chapter} \DeclareMathOperator{\supp}{supp} \DeclareMathOperator{\dom}{dom} +\DeclareMathOperator{\ran}{ran} % extend amsmath's proof environment \NewDocumentEnvironment{myproof}{Ob}{\IfNoValueTF{#1}{\begin{proof}}{\begin{proof}[\proofname\ of \Cref{#1}]}}{\end{proof}} @@ -177,7 +178,8 @@ % ---------- nomencl \makenomenclature \renewcommand*{\nomname}{List of Symbols} -\def\pagedeclaration#1{, \hyperlink{page.#1}{page\nobreakspace#1}} +%\def\pagedeclaration#1{, \hyperlink{page.#1}{page\nobreakspace#1}} +\def\pagedeclaration#1{, \hyperlink{page.#1}{#1}} % ---------- makeidx \makeindex @@ -250,6 +252,8 @@ % Fourier transformation % ---------------------- \newcommand*{\ft}[1]{\hat{#1}} +\newcommand*{\wideft}[1]{\widehat{#1}} +\newcommand*{\ift}[1]{\check{#1}} \newcommand*{\FT}[1]{\mathcal{F}\parens*{#1}} \newcommand*{\iFT}[1]{\mathcal{F}^{-1}\parens*{#1}} @@ -269,6 +273,7 @@ \newcommand*{\schwartz}[1]{\mathcal{S}(#1)} \newcommand*{\realschwartz}[1]{\mathcal{S}_{\RR}(#1)} \newcommand*{\tempdistrib}[1]{\mathcal{S}'(#1)} +\newcommand*{\tempdistribnoarg}{\mathcal{S}'} % Fock spaces % ----------- @@ -289,6 +294,8 @@ % --------- \newcommand*{\QF}[1]{QF(#1)} \newcommand{\QFequal}{\overset{\text{\scriptsize QF}}{=}} +% operator associated to a quadratic form +\newcommand*{\QFop}[1]{{#1}_{\mathrm{op}}} % Standard Subspaces % ------------------ @@ -311,3 +318,29 @@ }} \newcommand{\defequal}{\overset{\text{\scriptsize def}}{=}} + +\newcommand*{\energydensity}{\varrho} +\newcommand*{\fockvaccum}{\Omega} + +% Observable Algebras +\newcommand*{\vNa}[1]{\mathcal{#1}} +\newcommand*{\localalg}[1]{\vNa{R}(#1)} + + +\newcommand*{\FullLorentzGroup}{\mathcal{L}} +\newcommand*{\ProperOrthochronousLorentzGroup}{\FullLorentzGroup_{+}^{\uparrow}} +\newcommand*{\FullPoincareGroup}{\mathcal{P}} +\newcommand*{\ProperOrthochronousPoincareGroup}{\FullPoincareGroup_{+}^{\uparrow}} + +% spacetime domains +\newcommand*{\spacetimeregion}[1]{\mathcal{#1}} +\newcommand*{\rightwedge}{W_{\! R}} +\newcommand*{\leftwedge}{W_{\! L}} + +\newcommand*{\todo}[1]{{\color{blue}TODO: #1}} +\newcommand*{\question}[1]{{\color{blue}Question: #1}} +\newcommand*{\info}[1]{{\color{blue}Info: #1}} + +\newcommand*{\operatorclosure}[1]{\overline{#1}} + +\DeclareMathOperator*{\stronglim}{s-lim} -- cgit v1.2.3-70-g09d2