aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/02_polynome/Makefile
blob: 75409d26384806f24a5e0c25b9c9a5c5d5f3cbc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Makefile -- polynome
#
# (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
#
all:	polynome-handout.pdf MathSem-02-polynome.pdf

include ../slides/Makefile.inc

SOURCES = common.tex slides.tex $(slides)

MathSem-02-polynome.pdf:	MathSem-02-polynome.tex $(SOURCES)
	pdflatex MathSem-02-polynome.tex

polynome-handout.pdf:	polynome-handout.tex $(SOURCES)
	pdflatex polynome-handout.tex

thumbnail:	thumbnail.jpg

thumbnail.pdf:	MathSem-02-polynome.pdf
	pdfjam --outfile thumbnail.pdf --papersize '{16cm,9cm}' \
		MathSem-02-polynome.pdf 1
thumbnail.jpg:	thumbnail.pdf
	convert -density 300 thumbnail.pdf \
                -resize 1920x1080 -units PixelsPerInch thumbnail.jpg