diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-05-28 08:27:18 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-05-28 08:27:18 +0200 |
commit | 9771c90a2643fc790dec3fb66741b969a379682e (patch) | |
tree | 225aac9f0b4394bce45407fcf9a3df49e0c37b16 /vorlesungen/99_vortraege/Makefile | |
parent | add new slides (diff) | |
download | SeminarMatrizen-9771c90a2643fc790dec3fb66741b969a379682e.tar.gz SeminarMatrizen-9771c90a2643fc790dec3fb66741b969a379682e.zip |
wavelets, slides
Diffstat (limited to 'vorlesungen/99_vortraege/Makefile')
-rw-r--r-- | vorlesungen/99_vortraege/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/vorlesungen/99_vortraege/Makefile b/vorlesungen/99_vortraege/Makefile index 8a5751c..69ec665 100644 --- a/vorlesungen/99_vortraege/Makefile +++ b/vorlesungen/99_vortraege/Makefile @@ -15,7 +15,8 @@ MathSem-99-vortraege.pdf: MathSem-99-vortraege.tex $(SOURCES) vortraege-handout.pdf: vortraege-handout.tex $(SOURCES) pdflatex vortraege-handout.tex -thumbnail: thumbnail1.jpg thumbnail2.jpg thumbnail3.jpg thumbnail4.jpg +thumbnail: thumbnail1.jpg thumbnail2.jpg thumbnail3.jpg thumbnail4.jpg \ + thumbnail5.jpg thumbnail1.pdf: MathSem-99-vortraege.pdf pdfjam --outfile thumbnail1.pdf --papersize '{16cm,9cm}' \ @@ -45,6 +46,13 @@ thumbnail4.jpg: thumbnail4.pdf convert -density 300 thumbnail4.pdf \ -resize 1920x1080 -units PixelsPerInch thumbnail4.jpg +thumbnail5.pdf: MathSem-99-vortraege.pdf + pdfjam --outfile thumbnail5.pdf --papersize '{16cm,9cm}' \ + MathSem-99-vortraege.pdf 5 +thumbnail5.jpg: thumbnail5.pdf + convert -density 300 thumbnail5.pdf \ + -resize 1920x1080 -units PixelsPerInch thumbnail5.jpg + fix1.pdf: MathSem-99-vortraege.pdf pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ MathSem-99-vortraege.pdf 1 |