On 7/15/07, Robin Houston robin.houston@gmail.com wrote:
Hmm, I suppose it's probably a bug. I don't have time to investigate why it's happening right now; I'll take a look later or tomorrow.
Well, I found time sooner than I expected! See attached.
The problem was that stderr was not being piped through the log parser. I have restored the previous behaviour of merging stderr with stdout, and parsing both as a single stream. (This is probably not ideal, but it's the same as was happening before.)
I also fixed a problem whereby the last character of the TeX status messages was omitted.
Finally, I forgot to mention: the previous patch makes it so that, if you want to use latex+dvips rather than pdflatex, you need only set TM_LATEX_PROGRAM=latex. There is no need to define TEX_PSTRICKS.
Robin