diff options
author | tim30b <tim.toenz@ost.ch> | 2021-07-18 23:12:35 +0200 |
---|---|---|
committer | tim30b <tim.toenz@ost.ch> | 2021-07-18 23:12:35 +0200 |
commit | 720ea579e03e3a37eb5fa15c2d4e2d5f13013cdb (patch) | |
tree | 68e75c8f0eddd224874a4aceb29bd49544c6dc22 /buch/papers/punktgruppen/Makefile | |
parent | apply müller correction in punktgruppen und Intro (diff) | |
parent | Recompile figures (diff) | |
download | SeminarMatrizen-720ea579e03e3a37eb5fa15c2d4e2d5f13013cdb.tar.gz SeminarMatrizen-720ea579e03e3a37eb5fa15c2d4e2d5f13013cdb.zip |
Merge remote-tracking branch 'fork/master'
Diffstat (limited to 'buch/papers/punktgruppen/Makefile')
-rw-r--r-- | buch/papers/punktgruppen/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index f92dc95..98e7149 100644 --- a/buch/papers/punktgruppen/Makefile +++ b/buch/papers/punktgruppen/Makefile @@ -11,9 +11,13 @@ 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/symmetric-shapes.tex @@ -28,7 +32,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 \ |