OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="toc.row.height"> | |
7 <refmeta> | |
8 <refentrytitle>toc.row.height</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>toc.row.height</refname> | |
13 <refpurpose>Height of ToC rows in dynamic ToCs</refpurpose> | |
14 </refnamediv> | |
15 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="toc.row.height.frag"> | |
18 <xsl:param name="toc.row.height">22</xsl:param> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>This parameter specifies the height of each row in the table of | |
25 contents. This is only applicable if a <link | |
26 linkend="dynamic.toc">dynamic ToC</link> is used. You may want to | |
27 adjust this parameter for optimal appearance with the font and image | |
28 sizes selected by your <link linkend="css.stylesheet">CSS | |
29 stylesheet</link>. | |
30 </para> | |
31 <!-- This uses link for cross param linking, unlike most others --> | |
32 </refsection> | |
33 </refentry> | |
OLD | NEW |