diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/hidetoc.image.xml')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/hidetoc.image.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/hidetoc.image.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/hidetoc.image.xml new file mode 100644 index 000000000..705b61f4a --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/hidetoc.image.xml @@ -0,0 +1,29 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="hidetoc.image"> +<refmeta> +<refentrytitle>hidetoc.image</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">filename</refmiscinfo> +</refmeta> +<refnamediv> +<refname>hidetoc.image</refname> +<refpurpose>Hide ToC image</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="hidetoc.image.frag"> +<xsl:param name="hidetoc.image">hidetoc.gif</xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>Specifies the filename of the <quote>hide ToC</quote> image. This is used +when the <link linkend="toc.hide.show">ToC hide/show</link> parameter is +enabled.</para> + +</refsection> +</refentry> |