body.end.indent.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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.end.indent">
  7. <refmeta>
  8. <refentrytitle>body.end.indent</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>body.end.indent</refname>
  13. <refpurpose>The end-indent for the body text</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="body.end.indent.frag">
  17. <xsl:param name="body.end.indent">0pt</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>This end-indent property is added to the fo:flow
  22. for certain page sequences. Which page-sequences it is
  23. applied to is determined by the template named
  24. <literal>set.flow.properties</literal>.
  25. By default, that template adds it to the flow
  26. for page-sequences using the <quote>body</quote>
  27. master-reference, as well as appendixes and prefaces.
  28. </para>
  29. <para>See also <parameter>body.start.indent</parameter>.
  30. </para>
  31. </refsection>
  32. </refentry>