aboutsummaryrefslogtreecommitdiff
path: root/commands.tex
diff options
context:
space:
mode:
Diffstat (limited to 'commands.tex')
-rw-r--r--commands.tex10
1 files changed, 8 insertions, 2 deletions
diff --git a/commands.tex b/commands.tex
index a9f0f8e..5f68909 100644
--- a/commands.tex
+++ b/commands.tex
@@ -14,8 +14,14 @@
\newcommand{\F}{\mathcal{F}} % Feines Gitter
\newcommand{\U}{\mathcal{U}} % Übergangsbereich
-\newcommand{\rfneq}[2]{\boldsymbol{r(}f_{f,\star}^\text{neq}, #1, #2\boldsymbol{)}}
-\newcommand{\interpol}[2]{\boldsymbol{n(}#1, #2\boldsymbol{)}}
+\newcommand{\restrictedto}[2]{{\left.\kern-\nulldelimiterspace #1 \vphantom{\big|} \right|_{#2}}}
+
+\DeclareMathOperator{\res}{\boldsymbol{r}}
+\newcommand{\resarg}[2]{\boldsymbol{r(}{#1}, {#2}\boldsymbol{)}}
+
+\DeclareMathOperator{\ipol}{\boldsymbol{n}}
+\newcommand{\ipolarg}[2]{\boldsymbol{n}_{#1}\boldsymbol{(}{#2}\boldsymbol{)}}
+\newcommand{\sipolarg}[1]{\overline{\boldsymbol{n}}\boldsymbol{(}{#1}\boldsymbol{)}}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}