diff options
author | Nao Pross <np@0hm.ch> | 2021-07-14 22:34:08 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-07-14 22:34:08 +0200 |
commit | bf17b6c5ecf720f5db68889be8bda10130004121 (patch) | |
tree | de2f0fd120332e8dbb3fe6f2ad76aca1acf6d198 /buch/papers/punktgruppen/Makefile | |
parent | Change arrow style in tikz figures (diff) | |
download | SeminarMatrizen-bf17b6c5ecf720f5db68889be8bda10130004121.tar.gz SeminarMatrizen-bf17b6c5ecf720f5db68889be8bda10130004121.zip |
Adapt figures and fix typos
Diffstat (limited to 'buch/papers/punktgruppen/Makefile')
-rw-r--r-- | buch/papers/punktgruppen/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index f92dc95..47affeb 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 |