diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-16 20:19:36 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-16 20:19:36 +0100 |
commit | 755f1805249a01bcd39390565f080032c109d2ca (patch) | |
tree | 675c3551400fdd887aa57afaf08ef816c16c9c1c /vorlesungen/04_msepolynome/Makefile | |
parent | add new slides (diff) | |
download | SeminarMatrizen-755f1805249a01bcd39390565f080032c109d2ca.tar.gz SeminarMatrizen-755f1805249a01bcd39390565f080032c109d2ca.zip |
add new slides
Diffstat (limited to 'vorlesungen/04_msepolynome/Makefile')
-rw-r--r-- | vorlesungen/04_msepolynome/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vorlesungen/04_msepolynome/Makefile b/vorlesungen/04_msepolynome/Makefile index a20a980..50a9ce2 100644 --- a/vorlesungen/04_msepolynome/Makefile +++ b/vorlesungen/04_msepolynome/Makefile @@ -1,32 +1,32 @@ # -# Makefile -- msepolynome +# Makefile -- polynome # # (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil # -all: msepolynome-handout.pdf MathSem-04-msepolynome.pdf +all: polynome-handout.pdf MathSemMSE-04-polynome.pdf include ../slides/Makefile.inc SOURCES = common.tex slides.tex $(slides) -MathSem-04-msepolynome.pdf: MathSem-04-msepolynome.tex $(SOURCES) - pdflatex MathSem-04-msepolynome.tex +MathSemMSE-04-polynome.pdf: MathSemMSE-04-polynome.tex $(SOURCES) + pdflatex MathSemMSE-04-polynome.tex -msepolynome-handout.pdf: msepolynome-handout.tex $(SOURCES) - pdflatex msepolynome-handout.tex +polynome-handout.pdf: polynome-handout.tex $(SOURCES) + pdflatex polynome-handout.tex thumbnail: thumbnail.jpg # fix1.jpg -thumbnail.pdf: MathSem-04-msepolynome.pdf +thumbnail.pdf: MathSemMSE-04-polynome.pdf pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \ - MathSem-04-msepolynome.pdf 1 + MathSemMSE-04-polynome.pdf 1 thumbnail.jpg: thumbnail.pdf convert -density 300 thumbnail.pdf \ -resize 1920x1080 -units PixelsPerInch thumbnail.jpg -fix1.pdf: MathSem-04-msepolynome.pdf +fix1.pdf: MathSemMSE-04-polynome.pdf pdfjam --outfile fix1.pdf --papersize '{16cm,9cm}' \ - MathSem-04-msepolynome.pdf 1 + MathSemMSE-04-polynome.pdf 1 fix1.jpg: fix1.pdf convert -density 300 fix1.pdf \ -resize 1920x1080 -units PixelsPerInch fix1.jpg |