toc.row.height.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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. <refsynopsisdiv>
  16. <src:fragment xml:id="toc.row.height.frag">
  17. <xsl:param name="toc.row.height">22</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>This parameter specifies the height of each row in the table of
  22. contents. This is only applicable if a <link
  23. linkend="dynamic.toc">dynamic ToC</link> is used. You may want to
  24. adjust this parameter for optimal appearance with the font and image
  25. sizes selected by your <link linkend="css.stylesheet">CSS
  26. stylesheet</link>.
  27. </para>
  28. <!-- This uses link for cross param linking, unlike most others -->
  29. </refsection>
  30. </refentry>