
coin.pdf: coin.tex
	texi2pdf coin.tex
	##latexmk -pdf coin.tex


coin.bbl: coin.bib jphysiol.bst
	bibtex coin

.PHONY:
clean:
	rm -f coin.bbl coin.pdf *.aux *.log 
	rm -fr auto

 waves_table.pdf: waves_table.tex
	pdflatex waves_table.tex
