On Wed, 17 Dec 2003, Rich Shepard wrote:

RS> On Thu, 18 Dec 2003, Henrik Edlund wrote:
RS>
RS> > It will be overwritteb by babel if you put it in the preamble, try putting
RS> > it in ERT absolutely first in the LyX document.
RS>
RS> Henrik,
RS>
RS>   I _must_ be doing something wrong. Attached is the file -- very small so
RS> far -- in .lyx format. Perhaps this will help determine where I've gone off
RS> the tracks.

You have placed the ERT in a title environment. Hence it will fail. Put it
in its own paragraph (its own "line"). Then change the environment to
"standard". Then it works. By placing it in the title environment, the TeX
code looks like the following and the command fails as it is taken as the
title of the document (which is then overridden directly after by a new
title and hence is never shown).

\begin{document}

\title{\renewcommand\abstractname{Executive Summary}}

\title{ESA-Listed Salmonids in the Mid-Willamette River}

[......]


Reply via email to