margin.note.width.xml 1.2 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="margin.note.width">
  7. <refmeta>
  8. <refentrytitle>margin.note.width</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>margin.note.width</refname>
  13. <refpurpose>Set the default width for margin notes</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="margin.note.width.frag">
  17. <xsl:param name="margin.note.width" >1in</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>Sets the default width for margin notes when used as a side
  22. float. The width determines the degree to which the margin note block
  23. intrudes into the text area.
  24. </para>
  25. <para>If <parameter>margin.note.float.type</parameter> is
  26. <quote><literal>before</literal></quote> or
  27. <quote><literal>none</literal></quote>, then
  28. this parameter is ignored.
  29. </para>
  30. </refsection>
  31. </refentry>