On Wednesday 27 February 2002 20:18, Juergen Fenn wrote:
> Aaron Broad schrieb:
> > I'm trying to write some reports for school. The report layout would be
> > perfect except it precedes chapter headings with the word chapter. I'd
> > like just the numbers. So i use article layout but then it doesn't
> > insert any useful pagebreaks.
>
> [...]
>
> You do not need to use article. Try anonchap.sty from CTAN to supress
> the word "Chapter" in headings.
Or just use ERT:
\renewcommand{\chaptername}{}
Robin