Steve Litt <[EMAIL PROTECTED]> writes:
>
> Hi all,
>
> I'm about to publish a book of short stories. I want a table of contents with
> the page number of each story. I don't want to have "Chapter" or a chapter
> number, because each story stands on its own. What document class should I
> use? What environment should I use to head up each short story?
>
> Thanks
>
> Steve
>
AFAIK, there is a \chapter*{} command in LaTeX which typesets the title without
the \chaptername or number. This command should be available in the styles
menus of LyX; it's called `chapter*'. That's the quick-and-dirty solution.
Indeed, memoir (the package I know) allows you to customize pretty much
everything, and it seems like a good tutorial in book design. I don't know how
deep you want to dig into that to typeset your book. If you don't feel you want
too much, try simply using \chapter*{}.
You may have to add some ERT manually to add the chaptername in the
Table-of-Contents. Read the help file for LaTeX to see how to do that.
Good luck,
Luis.