bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] Preview of \maketitle


From: David Kastrup
Subject: Re: [Bug-AUCTeX] Preview of \maketitle
Date: Thu, 05 Oct 2006 16:50:24 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Erik Frisk <address@hidden> writes:

> David Kastrup wrote:
>> Erik Frisk <address@hidden> writes:
>>
>>> David Kastrup wrote:
>>>> Erik Frisk <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]