Browse Source

Simplify --biber implementation, and fix indentation

master
Matthieu Moy 13 years ago
parent
commit
5003a3bfcb
  1. 4
      git-latexdiff

4
git-latexdiff

@ -279,14 +279,12 @@ else
pdflatex --interaction errorstopmode "$mainbase" || compile_error=1
if test "$bibtex" = 1 ; then
bibtex "$mainbase" || compile_error=1
pdflatex --interaction errorstopmode "$mainbase" || compile_error=1
pdflatex --interaction errorstopmode "$mainbase" || compile_error=1
fi
if test "$biber" = 1 ; then
biber "$mainbase" || compile_error=1
fi
pdflatex --interaction errorstopmode "$mainbase" || compile_error=1
pdflatex --interaction errorstopmode "$mainbase" || compile_error=1
fi
fi
verbose_done

Loading…
Cancel
Save