[OS X TeX] Forcing pdflatex To Continue After Error
LAURENS Jérôme
jerome.laurens at u-bourgogne.fr
Mon Feb 11 04:43:29 EST 2008
Le 11 févr. 08 à 09:35, Jonathan Dann a écrit :
> Hi All,
>
> (Apologies if this is a double post)
>
> Might be impossible, but I'm trying to write a parser to extract the
> errors and warnings from pdftex output. Does anyone know if there
> is a was to force pdftex to continue after an error? There is a -
> halt-on-error flag, but the --help doesn't tell of any opposite.
take a look at "interaction"
from the terminal: "tex --help"
-interaction=STRING set interaction mode (STRING=batchmode/
nonstopmode/
scrollmode/errorstopmode)
from the terminal: "man tex" gives a more comprehensive description
you certainly want to use nonstopmode
More information about the MacOSX-TeX
mailing list