0
votes
0answers
34 views

PDFLaTeX's Output breaks at 80 Characters - How can I change that? [duplicate]

Possible Duplicate: Write to log without wrapping PDFLaTeX seems to add artificial line breaks after 80 characters to its output, both on Stdout and in its logfile: Underfull \vbox ...
1
vote
1answer
138 views

How to get error messages from pdflatex tool (specially running from php)

I am executing pdflatex from php script and it gives me very long list of log entries mixed with errors e.g system('/usr/texbin/pdflatex -output-directory=./temp/tex '.$tex_output . " 1> ...