Re: table of contents on a regular doc document
"Daniel Ajoy" <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <op.wmro161r0gup8g@daniel-pc> |
Nevermind, I figured I should use: @ContentsGoesHere Daniel On Thu, 25 Oct 2012 22:20:25 -0500, Daniel Ajoy <[email protected]> wrote: > 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