pdf.sh 195 B

123456
  1. #!/bin/bash
  2. rm MasterThesis.bbl MasterThesis.aux
  3. pdflatex --shell-escape MasterThesis.tex
  4. bibtex MasterThesis.aux
  5. pdflatex --shell-escape MasterThesis.tex
  6. pdflatex --shell-escape MasterThesis.tex