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: Erik Frisk
Subject: Re: [Bug-AUCTeX] Preview of \maketitle
Date: Thu, 05 Oct 2006 16:38:54 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

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:


--
---------------------------------------------------------------------
Erik Frisk                            email:         address@hidden
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/




reply via email to

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