footnote.sep.leader.properties.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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="footnote.sep.leader.properties">
  7. <refmeta>
  8. <refentrytitle>footnote.sep.leader.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>footnote.sep.leader.properties</refname>
  13. <refpurpose>Properties associated with footnote separators</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="footnote.sep.leader.properties.frag">
  17. <xsl:attribute-set name="footnote.sep.leader.properties">
  18. <xsl:attribute name="color">black</xsl:attribute>
  19. <xsl:attribute name="leader-pattern">rule</xsl:attribute>
  20. <xsl:attribute name="leader-length">1in</xsl:attribute>
  21. </xsl:attribute-set>
  22. </src:fragment>
  23. </refsynopsisdiv>
  24. <refsection><info><title>Description</title></info>
  25. <para>The styling for the rule line that separates the
  26. footnotes from the body text.
  27. These are properties applied to the fo:leader used as
  28. the separator.
  29. </para>
  30. <para>If you want to do more than just set properties on
  31. the leader element, then you can customize the template
  32. named <literal>footnote.separator</literal> in
  33. <filename>fo/pagesetup.xsl</filename>.</para>
  34. </refsection>
  35. </refentry>