diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/chunk.separate.lots.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/chunk.separate.lots.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kdoctools/docbook/xsl/params/chunk.separate.lots.xml b/kdoctools/docbook/xsl/params/chunk.separate.lots.xml new file mode 100644 index 000000000..3a0c8c224 --- /dev/null +++ b/kdoctools/docbook/xsl/params/chunk.separate.lots.xml @@ -0,0 +1,31 @@ +<refentry id="chunk.separate.lots"> +<refmeta> +<refentrytitle>chunk.separate.lots</refentrytitle> +<refmiscinfo role="type">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>chunk.separate.lots</refname> +<refpurpose>Should each LoT be in its own separate chunk?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment id='chunk.separate.lots.frag'> +<xsl:param name="chunk.separate.lots" select="0"/> +</src:fragment> +</refsynopsisdiv> + +<refsect1><title>Description</title> + +<para>If non-zero, each of the ToC and LoTs +(List of Examples, List of Figures, etc.) +will be put in its own separate chunk. +The title page includes generated links to each of the separate files. +</para> +<para> +This feature depends on the +<literal>chunk.tocs.and.lots</literal> +parameter also being non-zero. +</para> + +</refsect1> +</refentry> |