diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/column.gap.front.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/column.gap.front.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/column.gap.front.xml b/3rdParty/DocBook/XSL/params/column.gap.front.xml new file mode 100644 index 0000000..a6f7263 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/column.gap.front.xml @@ -0,0 +1,28 @@ +<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="column.gap.front"> +<refmeta> +<refentrytitle>column.gap.front</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">length</refmiscinfo> +</refmeta> +<refnamediv> +<refname>column.gap.front</refname> +<refpurpose>Gap between columns in the front matter</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="column.gap.front.frag"> +<xsl:param name="column.gap.front">12pt</xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>Specifies the gap between columns in front matter (if +<parameter>column.count.front</parameter> is greater than one).</para> + +</refsection> +</refentry> |