From 68bcdf838c435a2315c3dcb9a18d78e2a68fe96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 22 Mar 2021 13:41:14 +0100 Subject: add title image --- vorlesungen/06_spektral2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vorlesungen/06_spektral2/Makefile') diff --git a/vorlesungen/06_spektral2/Makefile b/vorlesungen/06_spektral2/Makefile index 7f92ec7..58534f0 100644 --- a/vorlesungen/06_spektral2/Makefile +++ b/vorlesungen/06_spektral2/Makefile @@ -26,8 +26,10 @@ thumbnail.jpg: thumbnail.pdf fix1.pdf: MathSem-06-spektral2.pdf pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ - MathSem-06-spektral2.pdf 1 + MathSem-06-spektral2.pdf 65 fix1.jpg: fix1.pdf convert -density 300 fix1.pdf \ -resize 1920x1080 -units PixelsPerInch fix1.jpg +spektralradius.jpg: fix1.jpg Makefile + convert -extract 660x620+300+400 fix1.jpg spektralradius.jpg -- cgit v1.2.1