oliverwoodings / texwatch

Utility for watching and building LaTeX projects
0 stars 0 forks source link

Support for bibtex #7

Closed KwanMan closed 8 years ago

KwanMan commented 9 years ago

Option to compile bibtex?

oliverwoodings commented 9 years ago

You can hack it in at the moment:

  1. Update to 1.0.1
  2. Add an option into your .texwatchrc file called texCommand with the following value:

pdflatex -interaction=nonstopmode document.tex && bibtex document && pdflatex -interaction=nonstopmode document.tex