aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/00_template/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-03-08 09:40:32 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-03-08 09:40:32 +0100
commitf2454006fa4e2a0b4093507300fab8a29e3b5901 (patch)
tree407df3e48376af0962cebaedad6db75fe886ebb0 /vorlesungen/00_template/Makefile
parenteuklidslide (diff)
downloadSeminarMatrizen-f2454006fa4e2a0b4093507300fab8a29e3b5901.tar.gz
SeminarMatrizen-f2454006fa4e2a0b4093507300fab8a29e3b5901.zip
final preparation
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
+