blob: 9a7f19d53674654efc08092e91e1d0efc0ec2bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<refentry id="column.gap.front">
<refmeta>
<refentrytitle>column.gap.front</refentrytitle>
<refmiscinfo role="type">length</refmiscinfo>
</refmeta>
<refnamediv>
<refname>column.gap.front</refname>
<refpurpose>Gap between columns in the front matter</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='column.gap.front.frag'>
<xsl:param name="column.gap.front" select="'12pt'"/>
</src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>Specifies the gap between columns in front matter (if
<parameter>column.count.front</parameter> is greater than one).</para>
</refsect1>
</refentry>
|