Re: Problems with section
Stéphane Legrand <[email protected]>
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Le samedi 15 janvier 2011 à 19:45 +0100, Daniel Stender a écrit :
> Jesus, that might a total newbie-question, but when I type something like this:
>
> <cut>
> @SysInclude { doc }
> @Doc @Text @Begin
> That's a test text.
>
> @Section @Title { Test } @Begin
> @PP
> That here is a test section.
> @End @Section
>
> @End @Text
> </cut>
>
> I get the error: "5,1: no @SectionList galley target precedes this @SectionList&&preceding". What is
> wrong here? Does @Section work with doc?
It seems you don't have the @BeginSections ... @EndSections, like that :
@BeginSections
@Section ... @End @Section
@EndSections
Regards,
Stéphane.