aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/packages.tex
blob: 3694ba349acf035b07ea8076fd5ba4cb501a7b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% vim:ts=2 sw=2 et:
%
% packages.tex -- packages required by the paper kugel
%
% (c) 2019 Prof Dr Andreas Müller, Hochschule Rapperswil
%

% if your paper needs special packages, add package commands as in the
% following example
%\usepackage{packagename}
\usepackage{cases}
\usepackage[export]{adjustbox}

\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_{S}}
\DeclareMathOperator{\surflaplacian}{\nabla^2_{\partial S}}