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:


--
---------------------------------------------------------------------
Erik Frisk                            email:         [EMAIL PROTECTED]
Dept. of Electrical Engineering         tel:            +46 13 285714
Linköping University                    fax:            +46 13 282035
S-581 83 Linköping
SWEDEN                               http://www.fs.isy.liu.se/~frisk/


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

Reply via email to