diff options
Diffstat (limited to 'synthetic/bck/compile.sh')
-rwxr-xr-x | synthetic/bck/compile.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/synthetic/bck/compile.sh b/synthetic/bck/compile.sh new file mode 100755 index 0000000..3897a0b --- /dev/null +++ b/synthetic/bck/compile.sh @@ -0,0 +1,5 @@ +pdflatex main.tex; +bibtex main; +pdflatex main.tex; +pdflatex main.tex; +pdflatex main.tex; |