On Thursday 08 March 2001 09:48, Chris Schulbert wrote:
=> Hi!
=>
=> I my document I want to switch off temporarily the secion-numbering.
=> Although, the sections should still apear in the toc. It is somewhat
=> biological work and the many generas and species, I have to describe
=> shouldn't show up with numbers. Like this:
=>
=> Phylum
=> Class
=> Subclass
=> Supraorder
=> Order
=> Suborder
=> Family
=> Genus
=> Species
=>
=> To receive a small, but usefull toc, I only want to show the family and
the => Genus in the toc.
=> I could use \addcontentsline, but is there no way to stop the numbering
e.g. => on page 34 and start again on page 120, when all the descriptive
stuff is => over?
=>
=>
=> I know, I always try things that complicated.... :-)
=>
=>
=> Chris
You can try using section* for those you don't want them to appear in TOC.
Also, go to layout > document > Extra and set the section number depth to -1
or 92. This should do. (I have lyx 1.1.6) if you dont have that option in
your lyx, try putting in the latex preamble:
\usepackage{sectsty}
\renewcommand{\@seccntformat}[1]{}
This should do.
Remzi