Added extra pdflatex commands to generate documentation from scratch

metadata
Edgar Velazquez-Armendariz 2013-03-23 00:48:56 -04:00
parent ac3a076004
commit bd0c3d54c0
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ with open('plugins_generated.tex', 'w') as f:
process_src(f, 'films') process_src(f, 'films')
process_src(f, 'rfilters') process_src(f, 'rfilters')
os.system('pdflatex main.tex')
os.system('bibtex main.aux') os.system('bibtex main.aux')
os.system('pdflatex main.tex') os.system('pdflatex main.tex')
os.system('pdflatex main.tex')
#os.system('pdflatex main.tex | grep -i warning | grep -v "Package \(typearea\|hyperref\)"') #os.system('pdflatex main.tex | grep -i warning | grep -v "Package \(typearea\|hyperref\)"')