Erik Frisk <[EMAIL PROTECTED]> writes:

> David Kastrup wrote:
>> Erik Frisk <[EMAIL PROTECTED]> writes:
>>
>>> David Kastrup wrote:
>>>> Erik Frisk <[EMAIL PROTECTED]> writes:
>>>>
>>>>>> Ok, so you'll have to use
>>>>>> \traceon \nonstopmode
>>>>>> (in order to have LaTeX finish)
>>>>>>
>>>>>> The stuff that is interesting will be found in the log file, starting
>>>>>> with what \traceon does, and ending with the error message you quoted
>>>>>> above.
>>>>> The log-file (from a latex-run) is available as
>>>>> http://www.fs.isy.liu.se/~frisk/tmp/auctexdebug/test.log
>>>> That does not help.  It needs to be the log file from a preview-latex
>>>> run, done with C-c C-p C-d or similar.
>>> Sorry, try http://www.fs.isy.liu.se/~frisk/tmp/auctexdebug/test.log
>>
>> Still not the log file from a preview-latex run.
>>
>>> Although this stopped interactively at maketitle,
>>>
>>> The construction:
>>> \traceon\nonstopmode
>>> \maketitle
>>> \traceoff
>>>
>>> did not help concerining the interactive mode.
>>
>> Strange.  I suspect that you are currently compiling the wrong files.
>> Is there an unreasonable setting of TeX-master at the end of the file?
>>
> No, do not think so. All previews display as they should (except for
> the \maketitle then).
>
> The complete tex-file:
>
> \documentclass{article}
> \usepackage{trace}
>
> \begin{document}
> \author{me}
> \title{a title}
> \traceon\nonstopmode
> \maketitle
> \traceoff
>
> \begin{equation}
>   x^{2}+y^{2}=z^{2}
> \end{equation}
> \end{document}
>
> %%% Local Variables:
> %%% mode: latex
> %%% TeX-master: t
> %%% End:

But the log file is still not the log file from a preview-latex run.

Try 

\let\errorstopmode=\relax
\traceon

instead of

\traceon\nonstopmode

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to