aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/images/Makefile
blob: 753153da0cc284a8b601be92e2014d093aeb6553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Makefile
#
# (c) 2020 Prof Dr Andreas Müller, Hochschule Rappersil
#
all:	sp.pdf   nilpotent.pdf kernbild.pdf kombiniert.pdf

sp.pdf:	sp.tex sppaths.tex
	pdflatex sp.tex

sppaths.tex:	spbeispiel.m
	octave spbeispiel.m

nilpotent.pdf:	nilpotent.tex
	pdflatex nilpotent.tex

kernbild.pdf:	kernbild.tex bild2.jpg kern2.jpg
	pdflatex kernbild.tex

kombiniert.pdf:	kombiniert.tex kombiniert.jpg
	pdflatex kombiniert.tex