From f2454006fa4e2a0b4093507300fab8a29e3b5901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 8 Mar 2021 09:40:32 +0100 Subject: final preparation --- vorlesungen/00_template/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'vorlesungen/00_template') 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 + -- cgit v1.2.1