summaryrefslogtreecommitdiffstats
path: root/preamble.tex
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-04-10 12:06:37 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-04-10 12:06:37 +0200
commit0c4c33d879709ad8625d63267ae23a2ac0155ba4 (patch)
tree710e46501547187209d408a469ea5043cc5100d0 /preamble.tex
parent80e764a067b96b4766a5ce28e0d12758bdbf5b58 (diff)
downloadmaster-0c4c33d879709ad8625d63267ae23a2ac0155ba4.tar.zst
Weiter
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}}