RE: [docbook] Refentry in TOC

From
Gerard Nicol <>
Date
2015-01-07T22:44:50+00:00
ID
Thread
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