From b31c40a22e885205373ff1a3284935d544c99889 Mon Sep 17 00:00:00 2001 From: canuel Date: Tue, 16 Aug 2022 14:32:49 +0200 Subject: started the chapter about spherical harmonics (more specific about the derivation of them) --- buch/papers/kugel/packages.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buch/papers/kugel/packages.tex') diff --git a/buch/papers/kugel/packages.tex b/buch/papers/kugel/packages.tex index 61f91ad..1c4f3e0 100644 --- a/buch/papers/kugel/packages.tex +++ b/buch/papers/kugel/packages.tex @@ -7,4 +7,4 @@ % if your paper needs special packages, add package commands as in the % following example %\usepackage{packagename} - +\usepackage{cases} -- cgit v1.2.1 From c4cf68ac67f7fbadaacae64597ae713a6879f944 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 16 Aug 2022 23:39:59 +0200 Subject: kugel: Comment out preliminaries, review manu's work until legendre --- buch/papers/kugel/packages.tex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'buch/papers/kugel/packages.tex') diff --git a/buch/papers/kugel/packages.tex b/buch/papers/kugel/packages.tex index 1c4f3e0..b0e1f61 100644 --- a/buch/papers/kugel/packages.tex +++ b/buch/papers/kugel/packages.tex @@ -8,3 +8,8 @@ % following example %\usepackage{packagename} \usepackage{cases} + +\newcommand{\kugeltodo}[1]{\textcolor{red!70!black}{\texttt{[TODO: #1]}}} + +\DeclareMathOperator{\sphlaplacian}{\nabla^2_{\mathit{S}}} +\DeclareMathOperator{\surflaplacian}{\nabla^2_{\partial \mathit{S}}} -- cgit v1.2.1 From 494636b6d00b0697bda4c5840a3666b0867f22e8 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 17 Aug 2022 17:18:13 +0200 Subject: kugel: Minor changes --- buch/papers/kugel/packages.tex | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'buch/papers/kugel/packages.tex') diff --git a/buch/papers/kugel/packages.tex b/buch/papers/kugel/packages.tex index b0e1f61..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 % @@ -10,6 +11,10 @@ \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}}} -- cgit v1.2.1