changed title

This commit is contained in:
Fabian Sinz
2014-10-02 08:01:29 +02:00
parent 2f90fea723
commit 32bd0392c9
152 changed files with 15878 additions and 0 deletions

24
statistics/Makefile Normal file
View File

@@ -0,0 +1,24 @@
DOTSOURCES = $(wildcard figs/*.dot)
all: $(DOTSOURCES:dot=pdf)
python figs/generate.py
python figs/generate03.py
python figs/generateTPlots.py
pdflatex talk*.tex
pdflatex talk*.tex
pdflatex talk*.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