diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-21 20:37:06 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-21 20:37:06 +0100 |
commit | e2737868b67b183152c4436ececf12e68b5a145b (patch) | |
tree | 03af349bea5408ade25811bf456f3d13b3f258ea /vorlesungen/05_spektral1/Makefile | |
parent | JK bilder (diff) | |
download | SeminarMatrizen-e2737868b67b183152c4436ececf12e68b5a145b.tar.gz SeminarMatrizen-e2737868b67b183152c4436ececf12e68b5a145b.zip |
new slides
Diffstat (limited to 'vorlesungen/05_spektral1/Makefile')
-rw-r--r-- | vorlesungen/05_spektral1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vorlesungen/05_spektral1/Makefile b/vorlesungen/05_spektral1/Makefile index 3e195bd..a72a5a8 100644 --- a/vorlesungen/05_spektral1/Makefile +++ b/vorlesungen/05_spektral1/Makefile @@ -15,7 +15,7 @@ MathSem-05-spektral1.pdf: MathSem-05-spektral1.tex $(SOURCES) spektral1-handout.pdf: spektral1-handout.tex $(SOURCES) pdflatex spektral1-handout.tex -thumbnail: thumbnail.jpg # fix1.jpg +thumbnail: thumbnail.jpg fix1.jpg thumbnail.pdf: MathSem-05-spektral1.pdf pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \ @@ -26,8 +26,10 @@ thumbnail.jpg: thumbnail.pdf fix1.pdf: MathSem-05-spektral1.pdf pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ - MathSem-05-spektral1.pdf 1 + MathSem-05-spektral1.pdf 92 fix1.jpg: fix1.pdf convert -density 300 fix1.pdf \ -resize 1920x1080 -units PixelsPerInch fix1.jpg +jordan.jpg: fix1.jpg Makefile + convert -extract 873x873+967+199 fix1.jpg jordan.jpg |