aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/punktgruppen/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-07-04 15:52:58 +0200
committerNao Pross <np@0hm.ch>2021-07-04 16:10:54 +0200
commitbe7fe5c9223560b784944a1701fc5204378091fd (patch)
treea652932c9b34cf2ecf4674d87a12e916470547df /buch/papers/punktgruppen/Makefile
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadSeminarMatrizen-be7fe5c9223560b784944a1701fc5204378091fd.tar.gz
SeminarMatrizen-be7fe5c9223560b784944a1701fc5204378091fd.zip
Add tikzfigures from presentation
Diffstat (limited to 'buch/papers/punktgruppen/Makefile')
-rw-r--r--buch/papers/punktgruppen/Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile
index 0274594..15c0aa0 100644
--- a/buch/papers/punktgruppen/Makefile
+++ b/buch/papers/punktgruppen/Makefile
@@ -4,6 +4,19 @@
# (c) 2020 Prof Dr Andreas Mueller
#
-images:
- @echo "no images to be created in punktgruppen"
+TIKZFIGURES := \
+ tikz/combine-symmetries.tex \
+ tikz/lattice.tex \
+ tikz/piezo-atoms.tex \
+ tikz/piezo.tex \
+ tikz/projections.tex
+
+FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES))
+
+.PHONY: images
+images: $(FIGURES)
+
+figures/%.pdf: tikz/%.tex
+ mkdir -p figures
+ pdflatex --output-directory=figures $<