summaryrefslogtreecommitdiffstats
path: root/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'preamble.tex')
-rw-r--r--preamble.tex17
1 files changed, 12 insertions, 5 deletions
diff --git a/preamble.tex b/preamble.tex
index fb67d0a..2d358ae 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -11,6 +11,7 @@
\usepackage{amsmath,amsthm}
\usepackage{mathtools}
\usepackage[colon=literal]{unicode-math} % TODO get rid of this since it messes up math italic correction
+\usepackage{uni-titlepage}
\usepackage[inline]{enumitem}
\usepackage{multicol}
%\usepackage{graphicx}
@@ -89,8 +90,8 @@
\DeclareMathOperator{\Span}{span}
\DeclareMathOperator{\ev}{ev}
% extend amsmath's proof environment
-\newenvironment{myproof}[1]{\proof[\proofname\ of \Cref{#1}]}{\endproof}
-%\NewDocumentEnvironment{myproof}{Ob}{\IfNoValueTF{#1}{\begin{proof}}{\begin{proof}[\proofname\ of \Cref{#1}]}}{\end{proof}}
+%\newenvironment{myproof}[1]{\proof[\proofname\ of \Cref{#1}]}{\endproof}
+\NewDocumentEnvironment{myproof}{m}{\begin{proof}[\proofname\ of \Cref{#1}]}{\end{proof}}
% ---------- mathtools
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
@@ -189,7 +190,6 @@
\renewcommand{\nomname}{List of Symbols}
\renewcommand{\nompreamble}{\begin{multicols}{2}}
\renewcommand{\nompostamble}{\end{multicols}}
-%\def\pagedeclaration#1{, \hyperlink{page.#1}{page\nobreakspace#1}}
\def\pagedeclaration#1{, \hyperlink{page.#1}{#1}}
% ---------- makeidx
@@ -203,13 +203,13 @@
bookmarksnumbered,
bookmarksopen,
bookmarksopenlevel=2,
- hypertexnames=false,
pdfpagelabels,
pdftitle={Title},
pdfauthor={Justin Gassner},
pdfsubject={Subject},
pdfkeywords={Keyword1, Keyword2},
}
+% TODO: insert title, subject and keywords
% ---------- more pdf stuff
\pdfvariable minorversion 6
@@ -257,7 +257,7 @@
\newcommand{\Mon}{\operatorname{Mon}}
% Infinitesimal Weyl algebra
-\newcommand{\WeylAlg}{\mathcal{W}}
+\newcommand{\InfinitesimalWeylAlg}{\mathcal{W}}
\newcommand{\weylannihilator}{A}
\newcommand{\weylcreator}{\weylannihilator^\dagger}
@@ -379,11 +379,18 @@
\newcommand*{\ProperComplexPoincareGroup}{\ProperPoincareGroup(\CC)}
\newcommand*{\ImproperComplexPoincareTransformations}{\PoincareGroup_{\!-}(\CC)}
+% Set Theory
+\newcommand*{\PowerSet}[2][]{\mathcal{P}\parens[#1]{#2}}
+
% Functional Analysis
\newcommand*{\BoundedLinearOperators}[2][]{B\parens[#1]{#2}}
\newcommand*{\ContinousLinearOperators}[2][]{L\parens[#1]{#2}}
\DeclareMathOperator*{\stronglim}{s-lim}
\DeclareMathOperator*{\weaklim}{w-lim}
+\DeclareMathOperator*{\End}{End}
+
+\newcommand*{\SymmetricGroup}[1]{S_{#1}}
+\newcommand*{\Vector}[1]{\symbfit{#1}}
% spacetime regions
\newcommand*{\spacetimeregion}[1]{\mathcal{#1}}