On Tue, 28 Mar 2000, M.C. Kruithof wrote:
> I have some questions on how to create a layout:
> what I want is a Title page with a Title, author, no date and some other
> data, I also want to be able to use chapters but without a label saying
> for example chapter 1.
This will require a LaTeX .sty file (or a lot of LaTeX code in the
preamble) to get the effects you want, then a new LyX layout file to go on
top of it. It's not trivial, but not impossible either.
To get rid of the date, insert "\date{}" as raw LaTeX code at the
beginning of your document or in the preamble (I think). To change the
chapter/section labeling, you can use a \renewcommand, but I've forgotten
the exact way to do it. A brief look through the LaTeX book didn't turn up
anything; poke around in some of the LaTeX FAQ's to figure out how to do
it.
Mike
[EMAIL PROTECTED]