aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fresnel/Makefile
blob: 11af3a7585f42c0c21834f1b909b984cbea9ec57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Makefile -- make file for the paper fresnel
#
# (c) 2022 Prof Dr Andreas Mueller
#
all:	fresnelgraph.pdf eulerspirale.pdf pfad.pdf

images:
	@echo "no images to be created in fresnel"

eulerpath.tex:	eulerspirale.m
	octave eulerspirale.m

fresnelgraph.pdf:	fresnelgraph.tex eulerpath.tex
	pdflatex fresnelgraph.tex

eulerspirale.pdf:	eulerspirale.tex eulerpath.tex
	pdflatex eulerspirale.tex

pfad.pdf:	pfad.tex
	pdflatex pfad.tex