Re: [docbook-apps] Page Break after ToC in <atricle>

From
Andrew McFarland <>
Date
2008-05-20T10:03:48+00:00
ID
Thread
Re: [docbook-apps] Page Break after ToC in <atricle>
2008/5/19 Mauritz Jeanson <>:
> Customize the component.toc.separator template (see autotoc.xsl):
>
> <xsl:template name="component.toc.separator">
>   <fo:block break-after="page"/>
> </xsl:template>
>
> /MJ

Thanks - I'll give this a try :-)