From 4614294614e6f6b38e0ca86e77871e75b4c26071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 16 Mar 2021 15:48:10 +0100 Subject: add new slides --- vorlesungen/05_spektral1/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vorlesungen/05_spektral1/Makefile (limited to 'vorlesungen/05_spektral1/Makefile') diff --git a/vorlesungen/05_spektral1/Makefile b/vorlesungen/05_spektral1/Makefile new file mode 100644 index 0000000..3e195bd --- /dev/null +++ b/vorlesungen/05_spektral1/Makefile @@ -0,0 +1,33 @@ +# +# Makefile -- spektral1 +# +# (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil +# +all: spektral1-handout.pdf MathSem-05-spektral1.pdf + +include ../slides/Makefile.inc + +SOURCES = common.tex slides.tex $(slides) + +MathSem-05-spektral1.pdf: MathSem-05-spektral1.tex $(SOURCES) + pdflatex MathSem-05-spektral1.tex + +spektral1-handout.pdf: spektral1-handout.tex $(SOURCES) + pdflatex spektral1-handout.tex + +thumbnail: thumbnail.jpg # fix1.jpg + +thumbnail.pdf: MathSem-05-spektral1.pdf + pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \ + MathSem-05-spektral1.pdf 1 +thumbnail.jpg: thumbnail.pdf + convert -density 300 thumbnail.pdf \ + -resize 1920x1080 -units PixelsPerInch thumbnail.jpg + +fix1.pdf: MathSem-05-spektral1.pdf + pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ + MathSem-05-spektral1.pdf 1 +fix1.jpg: fix1.pdf + convert -density 300 fix1.pdf \ + -resize 1920x1080 -units PixelsPerInch fix1.jpg + -- cgit v1.2.1 From e2737868b67b183152c4436ececf12e68b5a145b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 21 Mar 2021 20:37:06 +0100 Subject: new slides --- vorlesungen/05_spektral1/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vorlesungen/05_spektral1/Makefile') 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 -- cgit v1.2.1