diff options
author | Nao Pross <np@0hm.ch> | 2022-08-27 22:58:52 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-08-27 22:58:52 +0200 |
commit | c1782eb85faef6615cb7768e5e5ff107a924b4d6 (patch) | |
tree | 2e3506ea5af63cecf67fc2a7898c3aed73922a61 /buch/papers/kugel/figures/tikz/Makefile | |
parent | Merge pull request #73 from canuelmattaneo/master (diff) | |
download | SeminarSpezielleFunktionen-c1782eb85faef6615cb7768e5e5ff107a924b4d6.tar.gz SeminarSpezielleFunktionen-c1782eb85faef6615cb7768e5e5ff107a924b4d6.zip |
kugel: New figure for z = cos(theta) substitution
Diffstat (limited to 'buch/papers/kugel/figures/tikz/Makefile')
-rw-r--r-- | buch/papers/kugel/figures/tikz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/kugel/figures/tikz/Makefile b/buch/papers/kugel/figures/tikz/Makefile index 4ec4e5a..3b2df59 100644 --- a/buch/papers/kugel/figures/tikz/Makefile +++ b/buch/papers/kugel/figures/tikz/Makefile @@ -1,4 +1,4 @@ -FIGURES := spherical-coordinates.pdf curvature-1d.pdf +FIGURES := spherical-coordinates.pdf curvature-1d.pdf legendre-substitution.pdf all: $(FIGURES) |