wdbibtex.LaTeX.build#
- LaTeX.build()[source]#
Build LaTeX related files.
Build LaTeX files in old-style four steps (without PDF generation).
latex: to generate .aux from .tex
bibtex: to generate .bbl and update .aux from .aux and .bst.
latex: to update .aux.
latex: to complete .aux.
Firstly the current directory is switched to the working directory. Secondly the above four steps are invoked. Thirdly read .bbl and .aux files are parsed. Finally, the current directory is switched to the original working directory.