BIT-thesis-LaTex/BIT-thesis-run.sh

13 lines
219 B
Bash

#!/bin/sh
BASE=demo
rm ${BASE}.pdf
xelatex -no-pdf --interaction=nonstopmode ${BASE}
bibtex ${BASE}
xelatex -no-pdf --interaction=nonstopmode ${BASE}
xelatex --interaction=nonstopmode ${BASE}
start "" "${BASE}.pdf"