body.margin.inner.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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="body.margin.inner">
  7. <refmeta>
  8. <refentrytitle>body.margin.inner</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>body.margin.inner</refname>
  13. <refpurpose>Specify the size of the inner margin of the body region</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="body.margin.inner.frag">
  17. <xsl:param name="body.margin.inner">0in</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>The inner body margin is the extra inner side
  22. (binding side) margin taken from the body
  23. region in addition to the inner page margin.
  24. It makes room for a side region for text content whose width is
  25. specified by the <parameter>region.inner.extent</parameter>
  26. parameter.</para>
  27. <para>For double-sided output,
  28. this side region
  29. is <literal>fo:region-start</literal> on a odd-numbered page,
  30. and <literal>fo:region-end</literal> on an even-numbered page.</para>
  31. <para>For single-sided output,
  32. this side region
  33. is <literal>fo:region-start</literal> for all pages.</para>
  34. <para>This correspondence applies to all languages,
  35. both left-to-right and right-to-left writing modes.</para>
  36. <para>The default value is zero.</para>
  37. <para>See also
  38. <parameter>region.inner.extent</parameter>,
  39. <parameter>region.outer.extent</parameter>,
  40. <parameter>body.margin.outer</parameter>,
  41. <parameter>side.region.precedence</parameter>.
  42. </para>
  43. </refsection>
  44. </refentry>