Started statistics lecture

This commit is contained in:
2015-10-15 18:18:56 +02:00
parent 78ce93cb37
commit 06016d3e2f
149 changed files with 1015 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
DOTSOURCES = $(wildcard figs/*.dot)
all: $(DOTSOURCES:dot=pdf)
pdflatex lecture_statistics*.tex
pdflatex lecture_statistics*.tex
pdflatex lecture_statistics*.tex
figs/prob%.pdf : figs/prob%.dot
dot -Tpdf -o $@ $<
figs/test%.pdf : figs/test%.dot
dot -Tpdf -o $@ $<
figs/fig%.pdf : figs/fig%.dot
dot -Tpdf -o $@ $<
clean:
rm -rf *.dvi *.pdf *.aux *.out *.log auto *.nav *.snm *.toc *.vrb