blob: 3aff5def3fe4e92f0ffd97d84a91e47a1607a56a (
about) (
plain)
1
2
3
4
5
6
7
|
prog:
pdflatex --shell-escape main
bibtex main
pdflatex --shell-escape main
pdflatex --shell-escape main
clean:
rm -f main.pdf *.aux *.bbl *.blg *.idx *.nav *.snm *.toc *.out *.log
|