table of contents on a regular doc document
"Daniel Ajoy" <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <op.wmrnkb2d0gup8g@daniel-pc> |
Hi how do I add a table of content to a document with this structure:
@Include { doc }
@Doc @Text @Begin
@BeginSections
@Section ... @End @Section
@Section ... @End @Section
@Section ... @End @Section
@EndSections
@End @Text
I changed my personal "doc" include to have this line
@MakeContents { Yes }
but when I run lout I get:
27,1: no @ContentsPlace precedes or follows this @ContentsPlace&&foll_or_prec
Daniel