aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/punktgruppen/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-07-26 07:58:40 +0200
committerGitHub <noreply@github.com>2021-07-26 07:58:40 +0200
commit56443dfc2486e08b0ed3bf8ecc61c9ad8a83e213 (patch)
treef3cf93ea263d777c2396ee5e21369ec99868d53b /buch/papers/punktgruppen/Makefile
parentadd munkres files (diff)
parentFix typo (diff)
downloadSeminarMatrizen-56443dfc2486e08b0ed3bf8ecc61c9ad8a83e213.tar.gz
SeminarMatrizen-56443dfc2486e08b0ed3bf8ecc61c9ad8a83e213.zip
Merge pull request #45 from NaoPross/master
Almost complete
Diffstat (limited to 'buch/papers/punktgruppen/Makefile')
-rw-r--r--buch/papers/punktgruppen/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile
index f92dc95..03ad15a 100644
--- a/buch/papers/punktgruppen/Makefile
+++ b/buch/papers/punktgruppen/Makefile
@@ -11,11 +11,16 @@ SOURCES := \
symmetry.tex
TIKZFIGURES := \
+ tikz/atoms-grid-still.tex \
+ tikz/atoms-grid-force.tex \
+ tikz/atoms-piezo-still.tex \
+ tikz/atoms-piezo-force-vertical.tex \
+ tikz/atoms-piezo-force-horizontal.tex \
tikz/combine-symmetries.tex \
tikz/lattice.tex \
- tikz/piezo-atoms.tex \
tikz/piezo.tex \
tikz/projections.tex \
+ tikz/stereographic-projections.tex \
tikz/symmetric-shapes.tex
FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES))
@@ -28,7 +33,7 @@ figures/%.pdf: tikz/%.tex
pdflatex --output-directory=figures $<
.PHONY: standalone
-standalone: standalone.tex $(SOURCES)
+standalone: standalone.tex $(SOURCES) $(FIGURES)
mkdir -p standalone
cd ../..; \
pdflatex \