Re: [docbook-apps] Placement of auto-generated TOC

From
Scott Hudson <>
Date
2008-11-13T22:15:20+00:00
ID
Thread
Re: [docbook-apps] Placement of auto-generated TOC
OK, the placement seems to work properly, but I am setting:
   <xsl:param name="column.count.titlepage" select="1"/>
   <xsl:param name="column.count.lot" select="1"/>
   <xsl:param name="column.count.front" select="1"/>
   <xsl:param name="column.count.body" select="2"/>
   <xsl:param name="column.count.back" select="2"/>
   <xsl:param name="column.count.index" select="2"/>

Yet, my toc is still coming out in a 2 column flow. Do I have to set a 
pagemaster differently somehow for empty tocs?

Thanks,

--Scott

Scott Hudson wrote:
> I've got a book, where the TOC should be inserted at the end of the 
> frontmatter.
> 
> I've got several preface elements in the frontmatter, so the book is 
> essentially:
> <book>
>   <preface>...</preface>
>   <preface>...</preface>
>   <preface>...</preface>
>   <toc/>
> ...
> </book>
> 
> I've set the <xsl:param name="process.empty.source.toc" select="1"/> 
> param in my customization layer, but the TOC keeps showing up at the 
> front of the doc. What am I missing?
> 
> I'm using the 1.74.0 stylesheets.
> 
> Thanks and best regards,
> 
> -- Scott
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
>