mutual information

This commit is contained in:
Fabian Sinz
2014-10-31 15:14:52 +01:00
parent e719be714f
commit 2c1d9d93fa
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
latex:
pdflatex *.tex > /dev/null
pdflatex *.tex > /dev/null
clean:
rm -rf *.log *.aux *.zip *.out auto
rm -f `basename *.tex .tex`.pdf
zip: latex
zip `basename *.tex .tex`.zip *.pdf *.dat *.mat