callout.graphics.number.limit.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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="callout.graphics.number.limit">
  7. <refmeta>
  8. <refentrytitle>callout.graphics.number.limit</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>callout.graphics.number.limit</refname>
  13. <refpurpose>Number of the largest callout graphic</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="callout.graphics.number.limit.frag">
  17. <xsl:param condition="html" name="callout.graphics.number.limit">15</xsl:param>
  18. <xsl:param condition="fo" name="callout.graphics.number.limit">30</xsl:param>
  19. </src:fragment>
  20. </refsynopsisdiv>
  21. <refsection><info><title>Description</title></info>
  22. <para>If <parameter>callout.graphics</parameter> is non-zero, graphics
  23. are used to represent callout numbers instead of plain text. The value
  24. of <parameter>callout.graphics.number.limit</parameter> is the largest
  25. number for which a graphic exists. If the callout number exceeds this
  26. limit, the default presentation "(plain text instead of a graphic)"
  27. will be used.
  28. </para>
  29. </refsection>
  30. </refentry>