Merge from vendor branch TNF:
authormarkd <markd>
Thu, 22 Mar 2012 20:19:53 +0000 (20:19 +0000)
committermarkd <markd>
Thu, 22 Mar 2012 20:19:53 +0000 (20:19 +0000)
commit6f1a0ed35670fa16889cf18bbad38f4a15890ee2
treef9bc02488740ec9f5794cfa02012877ba78852bd
parentd27a6ec1f5ea30b20e4b842a55f1e2bdf733e76f
parentb8827924e1e485245fb638b557cea1fc09b8711c
Merge from vendor branch TNF:
import tex-logreq 1.0

The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.