man.indent.lists.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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="man.indent.lists">
  7. <refmeta>
  8. <refentrytitle>man.indent.lists</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>man.indent.lists</refname>
  13. <refpurpose>Adjust indentation of lists?</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="man.indent.lists.frag">
  17. <xsl:param name="man.indent.lists" select="1"/></src:fragment>
  18. </refsynopsisdiv>
  19. <refsection><info><title>Description</title></info>
  20. <para>If the value of <parameter>man.indent.lists</parameter> is
  21. non-zero, the width of the left margin for list items in
  22. <tag>itemizedlist</tag>,
  23. <tag>orderedlist</tag>,
  24. <tag>variablelist</tag> output (and output of some other
  25. lists) is set to the value of the
  26. <parameter>man.indent.width</parameter> parameter
  27. (<literal>4n</literal> by default). If instead the value of
  28. <parameter>man.indent.lists</parameter> is zero, the built-in roff
  29. default width (<literal>7.2n</literal>) is used.</para>
  30. </refsection>
  31. </refentry>