aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/packages.tex
diff options
context:
space:
mode:
authorJODBaer <55744603+JODBaer@users.noreply.github.com>2022-08-19 09:27:07 +0200
committerGitHub <noreply@github.com>2022-08-19 09:27:07 +0200
commitcd4073b945c8b6528b0249e2369a374e2ab217a8 (patch)
tree287b03e81f26ff89b184a9e0c47bccd8da4ac6e9 /buch/papers/kugel/packages.tex
parentFM save (diff)
parenttypos (diff)
downloadSeminarSpezielleFunktionen-cd4073b945c8b6528b0249e2369a374e2ab217a8.tar.gz
SeminarSpezielleFunktionen-cd4073b945c8b6528b0249e2369a374e2ab217a8.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/papers/kugel/packages.tex')
-rw-r--r--buch/papers/kugel/packages.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/buch/papers/kugel/packages.tex b/buch/papers/kugel/packages.tex
index 61f91ad..ead7653 100644
--- a/buch/papers/kugel/packages.tex
+++ b/buch/papers/kugel/packages.tex
@@ -1,3 +1,4 @@
+% vim:ts=2 sw=2 et:
%
% packages.tex -- packages required by the paper kugel
%
@@ -7,4 +8,13 @@
% if your paper needs special packages, add package commands as in the
% following example
%\usepackage{packagename}
+\usepackage{cases}
+\newcommand{\kugeltodo}[1]{\textcolor{red!70!black}{\texttt{[TODO: #1]}}}
+\newcommand{\kugelplaceholderfig}[2]{ \begin{tikzpicture}%
+ \fill[lightgray!20] (0, 0) rectangle (#1, #2);%
+ \node[gray, anchor = center] at ({#1 / 2}, {#2 / 2}) {\Huge \ttfamily \bfseries TODO};
+ \end{tikzpicture}}
+
+\DeclareMathOperator{\sphlaplacian}{\nabla^2_{\mathit{S}}}
+\DeclareMathOperator{\surflaplacian}{\nabla^2_{\partial \mathit{S}}}