diff options
author | Nao Pross <np@0hm.ch> | 2021-07-05 13:42:45 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-05 13:42:45 +0200 |
commit | 3db817e0a6575dea79c01906afad5460ef60006a (patch) | |
tree | 42fff0629aba483c388e307e3798fee4bf3fd434 /buch/papers/punktgruppen/Makefile | |
parent | Create standalone make target for faster compilation (diff) | |
download | SeminarMatrizen-3db817e0a6575dea79c01906afad5460ef60006a.tar.gz SeminarMatrizen-3db817e0a6575dea79c01906afad5460ef60006a.zip |
Externalize tikzpicture in symmetry section
Diffstat (limited to '')
-rw-r--r-- | buch/papers/punktgruppen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index 3960d76..f92dc95 100644 --- a/buch/papers/punktgruppen/Makefile +++ b/buch/papers/punktgruppen/Makefile @@ -15,7 +15,8 @@ TIKZFIGURES := \ tikz/lattice.tex \ tikz/piezo-atoms.tex \ tikz/piezo.tex \ - tikz/projections.tex + tikz/projections.tex \ + tikz/symmetric-shapes.tex FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) |