diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-22 13:41:14 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-22 13:41:14 +0100 |
commit | 68bcdf838c435a2315c3dcb9a18d78e2a68fe96f (patch) | |
tree | 11b2d41955ee4bfa0ae5873307c143f6b4d55d26 /vorlesungen/06_spektral2/Makefile | |
parent | new slides (diff) | |
download | SeminarMatrizen-68bcdf838c435a2315c3dcb9a18d78e2a68fe96f.tar.gz SeminarMatrizen-68bcdf838c435a2315c3dcb9a18d78e2a68fe96f.zip |
add title image
Diffstat (limited to 'vorlesungen/06_spektral2/Makefile')
-rw-r--r-- | vorlesungen/06_spektral2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |