From bf17b6c5ecf720f5db68889be8bda10130004121 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 14 Jul 2021 22:34:08 +0200 Subject: Adapt figures and fix typos --- buch/papers/punktgruppen/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'buch/papers/punktgruppen/Makefile') 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 -- cgit v1.2.1 From 4dd42de2dd28bbbdf7e08693719e9c43f9294348 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 18 Jul 2021 11:00:07 +0200 Subject: Fix standalone makefile target --- buch/papers/punktgruppen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buch/papers/punktgruppen/Makefile') diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index 47affeb..98e7149 100644 --- a/buch/papers/punktgruppen/Makefile +++ b/buch/papers/punktgruppen/Makefile @@ -32,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 \ -- cgit v1.2.1 From f5dc85609d5db143cbdefcbb1430b4dfec7a8d3f Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 22 Jul 2021 09:38:24 +0200 Subject: Create figure for stereographic projection --- buch/papers/punktgruppen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'buch/papers/punktgruppen/Makefile') diff --git a/buch/papers/punktgruppen/Makefile b/buch/papers/punktgruppen/Makefile index 98e7149..03ad15a 100644 --- a/buch/papers/punktgruppen/Makefile +++ b/buch/papers/punktgruppen/Makefile @@ -20,6 +20,7 @@ TIKZFIGURES := \ tikz/lattice.tex \ tikz/piezo.tex \ tikz/projections.tex \ + tikz/stereographic-projections.tex \ tikz/symmetric-shapes.tex FIGURES := $(patsubst tikz/%.tex, figures/%.pdf, $(TIKZFIGURES)) -- cgit v1.2.1