aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/figures/tikz/Makefile
diff options
context:
space:
mode:
authorLordMcFungus <mceagle117@gmail.com>2022-08-18 20:36:44 +0200
committerGitHub <noreply@github.com>2022-08-18 20:36:44 +0200
commit2ce7daa9275e6e43c7ec965b502a34a1b283541e (patch)
treec57fffd47e840de898e332a8c85b69a025bf058b /buch/papers/kugel/figures/tikz/Makefile
parentAdded graphic (diff)
parentnew images (diff)
downloadSeminarSpezielleFunktionen-2ce7daa9275e6e43c7ec965b502a34a1b283541e.tar.gz
SeminarSpezielleFunktionen-2ce7daa9275e6e43c7ec965b502a34a1b283541e.zip
Merge pull request #4 from AndreasFMueller/master
update
Diffstat (limited to 'buch/papers/kugel/figures/tikz/Makefile')
-rw-r--r--buch/papers/kugel/figures/tikz/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/papers/kugel/figures/tikz/Makefile b/buch/papers/kugel/figures/tikz/Makefile
new file mode 100644
index 0000000..4ec4e5a
--- /dev/null
+++ b/buch/papers/kugel/figures/tikz/Makefile
@@ -0,0 +1,12 @@
+FIGURES := spherical-coordinates.pdf curvature-1d.pdf
+
+all: $(FIGURES)
+
+%.pdf: %.tex
+ pdflatex $<
+
+curvature-1d.pdf: curvature-1d.tex curvature-1d.dat
+ pdflatex curvature-1d.tex
+
+curvature-1d.dat: curvature-1d.py
+ python3 $<