William Burrow wrote:
> 
> I'm just starting to use LyX, for the second time.  Last time was a few
> years back.  I'm doing a report, and find that the article class is the
> closest to what I need to do.
> 
> The problem is that the title environment does not seem to produce a

article.class has per definition no title-page!
why don't you use class report when you want to write a report ... ;-)
there you have your title-page.

> separate page, at least when viewed in ghostview or xdvi.  What is the
> problem here?  Does this class not generate a separate page for the
> title?  Adding a latex \pagebreak command causes the title page to be
> numbered.  :(

\thispagestyle{empty}\newpage

just before your first textline and behind title/author lines.

> Another problem is that the paper must have an Executive Summary, rather
> than an Abstract.  These two entities are similar, except that an
> Executive Summary is headed as such, rather than with the heading
> Abstract.  Is there an easy way to change the heading from within LyX,
> without having to resort to editing the latex output?

\renewcommand\abstractname{Summary}

in latex preamble or text.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to