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/06_spektral2/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vorlesungen/06_spektral2/Makefile (limited to 'vorlesungen/06_spektral2/Makefile') diff --git a/vorlesungen/06_spektral2/Makefile b/vorlesungen/06_spektral2/Makefile new file mode 100644 index 0000000..7f92ec7 --- /dev/null +++ b/vorlesungen/06_spektral2/Makefile @@ -0,0 +1,33 @@ +# +# Makefile -- spektral2 +# +# (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil +# +all: spektral2-handout.pdf MathSem-06-spektral2.pdf + +include ../slides/Makefile.inc + +SOURCES = common.tex slides.tex $(slides) + +MathSem-06-spektral2.pdf: MathSem-06-spektral2.tex $(SOURCES) + pdflatex MathSem-06-spektral2.tex + +spektral2-handout.pdf: spektral2-handout.tex $(SOURCES) + pdflatex spektral2-handout.tex + +thumbnail: thumbnail.jpg # fix1.jpg + +thumbnail.pdf: MathSem-06-spektral2.pdf + pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \ + MathSem-06-spektral2.pdf 1 +thumbnail.jpg: thumbnail.pdf + convert -density 300 thumbnail.pdf \ + -resize 1920x1080 -units PixelsPerInch thumbnail.jpg + +fix1.pdf: MathSem-06-spektral2.pdf + pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ + MathSem-06-spektral2.pdf 1 +fix1.jpg: fix1.pdf + convert -density 300 fix1.pdf \ + -resize 1920x1080 -units PixelsPerInch fix1.jpg + -- cgit v1.2.1 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