internet_ml/research/Internet-NLP/paper/compile.sh

8 lines
205 B
Bash
Raw Normal View History

2022-12-24 13:37:17 +00:00
#!/bin/sh
2022-12-25 03:04:11 +00:00
bibtex-tidy --curly --numeric --tab --align=13 --duplicates=key --no-escape --no-remove-dupe-fields ./ref.bib && pdflatex main
2022-12-24 13:37:17 +00:00
pdflatex main
bibtex main
pdflatex main
pdflatex main
2022-12-25 03:04:11 +00:00
open main.pdf