OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook] Refentry in TOC


Bob,

Here is my build command

xsltproc --xinclude --stringparam fop1.extensions 1 \
                    --stringparam admon.graphics 1 \
                    --stringparam section.autolabel 1 \
                    --stringparam refentry.pagebreak 0 \
                    --stringparam toc.section.depth 5 \
                    --stringparam section.label.includes.component.label 1 \
                    --stringparam callout.graphics.path
/usr/share/sgml/docbook/xsl-stylesheets-1.78.1/images/callouts \

/var/docbook/build/book/docbook/custom/fo/docbook.xsl
/var/docbook/build/book/book_sync_master.xml > book_sync.fo

fop -fo book_sync.fo -pdf book_sync.pdf

I am still not getting refentry in the TOC.

Gerard


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]