From be7fe5c9223560b784944a1701fc5204378091fd Mon Sep 17 00:00:00 2001
From: Nao Pross <np@0hm.ch>
Date: Sun, 4 Jul 2021 15:52:58 +0200
Subject: Add tikzfigures from presentation

---
 buch/papers/punktgruppen/Makefile | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

(limited to 'buch/papers/punktgruppen/Makefile')

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 $<
 
-- 
cgit v1.2.1