aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/00_template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vorlesungen/00_template/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/vorlesungen/00_template/Makefile b/vorlesungen/00_template/Makefile
index fe6bbb7..14c254d 100644
--- a/vorlesungen/00_template/Makefile
+++ b/vorlesungen/00_template/Makefile
@@ -15,7 +15,7 @@ MathSem-yyy-xxx.pdf: MathSem-yyy-xxx.tex $(SOURCES)
xxx-handout.pdf: xxx-handout.tex $(SOURCES)
pdflatex xxx-handout.tex
-thumbnail: thumbnail.jpg
+thumbnail: thumbnail.jpg # fix1.jpg
thumbnail.pdf: MathSem-yyy-xxx.pdf
pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \
@@ -24,3 +24,10 @@ thumbnail.jpg: thumbnail.pdf
convert -density 300 thumbnail.pdf \
-resize 1920x1080 -units PixelsPerInch thumbnail.jpg
+fix1.pdf: MathSem-yyy-xxx.pdf
+ pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \
+ MathSem-yyy-xxx.pdf 1
+fix1.jpg: fix1.pdf
+ convert -density 300 fix1.pdf \
+ -resize 1920x1080 -units PixelsPerInch fix1.jpg
+