aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/punktgruppen/Makefile
diff options
context:
space:
mode:
authorAyexor <9105454+Ayexor@users.noreply.github.com>2021-08-27 18:09:54 +0200
committerGitHub <noreply@github.com>2021-08-27 18:09:54 +0200
commit2b2c5daa139aec08d091b658ad6191d6e57024ef (patch)
tree2c8f3fc7017394746d8e4f92a358e2a11015e072 /buch/papers/punktgruppen/Makefile
parentAnpassungen nach Mail (diff)
parentnew image: tetraeder (diff)
downloadSeminarMatrizen-2b2c5daa139aec08d091b658ad6191d6e57024ef.tar.gz
SeminarMatrizen-2b2c5daa139aec08d091b658ad6191d6e57024ef.zip
Merge branch 'master' into master
Diffstat (limited to '')
-rw-r--r--buch/papers/punktgruppen/Makefile9
-rw-r--r--buch/papers/punktgruppen/Makefile.inc11
2 files changed, 16 insertions, 4 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 \
diff --git a/buch/papers/punktgruppen/Makefile.inc b/buch/papers/punktgruppen/Makefile.inc
index 8cde9d7..fbb073e 100644
--- a/buch/papers/punktgruppen/Makefile.inc
+++ b/buch/papers/punktgruppen/Makefile.inc
@@ -11,8 +11,15 @@ dependencies-punktgruppen = \
papers/punktgruppen/crystals.tex \
papers/punktgruppen/piezo.tex \
papers/punktgruppen/references.bib \
- papers/punktgruppen/tikz/combine-symmetries.tex \
+ papers/punktgruppen/tikz/atoms-grid-force.tex \
+ papers/punktgruppen/tikz/atoms-grid-still.tex \
+ papers/punktgruppen/tikz/atoms-piezo-force-horizontal.tex \
+ papers/punktgruppen/tikz/atoms-piezo-force-vertical.tex \
+ papers/punktgruppen/tikz/atoms-piezo-still.tex \
+ papers/punktgruppen/tikz/combine-symmetries.tex \
papers/punktgruppen/tikz/lattice.tex \
papers/punktgruppen/tikz/piezo-atoms.tex \
papers/punktgruppen/tikz/piezo.tex \
- papers/punktgruppen/tikz/projections.tex
+ papers/punktgruppen/tikz/projections.tex \
+ papers/punktgruppen/tikz/stereographic-projections.tex \
+ papers/punktgruppen/tikz/symmetric-shapes.tex