diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-11 14:18:48 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-11 14:18:48 +0200 |
commit | 8d317ba95f733584dd51abb331506c9cacedf1ed (patch) | |
tree | 1b32ef227653c8f0e2e7df6cdd442b292d984f81 /buch/papers/nav/images/position/Makefile | |
parent | another image (diff) | |
download | SeminarSpezielleFunktionen-8d317ba95f733584dd51abb331506c9cacedf1ed.tar.gz SeminarSpezielleFunktionen-8d317ba95f733584dd51abb331506c9cacedf1ed.zip |
flow
Diffstat (limited to 'buch/papers/nav/images/position/Makefile')
-rw-r--r-- | buch/papers/nav/images/position/Makefile | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/buch/papers/nav/images/position/Makefile b/buch/papers/nav/images/position/Makefile index 280e59c..eed2e56 100644 --- a/buch/papers/nav/images/position/Makefile +++ b/buch/papers/nav/images/position/Makefile @@ -6,11 +6,11 @@ all: position POSITION = \ - position1.pdf \ - position2.pdf \ - position3.pdf \ - position4.pdf \ - position5.pdf + position1.pdf position1-small.pdf \ + position2.pdf position2-small.pdf \ + position3.pdf position3-small.pdf \ + position4.pdf position4-small.pdf \ + position5.pdf position5-small.pdf position: $(POSITION) @@ -52,3 +52,18 @@ position5.jpg: position5.png position5.pdf: position5.tex common.tex position5.jpg pdflatex position5.tex +position1-small.pdf: position1-small.tex common.tex position1.jpg + pdflatex position1-small.tex +position2-small.pdf: position2-small.tex common.tex position2.jpg + pdflatex position2-small.tex +position3-small.pdf: position3-small.tex common.tex position3.jpg + pdflatex position3-small.tex +position4-small.pdf: position4-small.tex common.tex position4.jpg + pdflatex position4-small.tex +position5-small.pdf: position5-small.tex common.tex position5.jpg + pdflatex position5-small.tex + +test: test.pdf + +test.pdf: test.tex $(POSITION) + pdflatex test.tex |