summaryrefslogtreecommitdiffstats
path: root/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'preamble.tex')
-rw-r--r--preamble.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/preamble.tex b/preamble.tex
index 37068a4..4a88ef7 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -72,6 +72,7 @@
\SetCiteCommand{\textcite}
\renewcommand*{\mkcitation}[1]{\trailingtext{---\mkbibnamegiven{#1}}}
\renewcommand*{\mkccitation}[1]{\trailingtext{---#1}}
+\renewcommand*{\mkblockquote}[4]{\small#1#2#4#3}
% ---------- selnolig
\nolig{tz}{t|z}
@@ -231,12 +232,21 @@
% TODO Why does this not work?
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
+\newcommand{\Imag}{\operatorname{Im}}
% emphasis for defined terms
\newcommand*{\defn}[1]{\textbf{\textit{#1}}}
\newcommand*{\ts}[1]{\textnormal{#1}} % textual subscript
+% monomials
+\newcommand{\Mon}{\operatorname{Mon}}
+
+% Infinitesimal Weyl algebra
+\newcommand{\WeylAlg}{\mathcal{W}}
+\newcommand{\weylannihilator}{A}
+\newcommand{\weylcreator}{\weylannihilator^\dagger}
+
% Fourier transformation
% ----------------------
\newcommand*{\ft}[1]{\hat{#1}}