callout.unicode.start.character.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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.unicode.start.character">
  7. <refmeta>
  8. <refentrytitle>callout.unicode.start.character</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">integer</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>callout.unicode.start.character</refname>
  13. <refpurpose>First Unicode character to use, decimal value.</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="callout.unicode.start.character.frag">
  17. <xsl:param name="callout.unicode.start.character">10102</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>If <parameter>callout.graphics</parameter> is zero and <parameter>callout.unicode</parameter>
  22. is non-zero, unicode characters are used to represent
  23. callout numbers. The value of
  24. <parameter>callout.unicode.start.character</parameter>
  25. is the decimal unicode value used for callout number one. Currently,
  26. only values 9312 and 10102 are supported in the stylesheets for this parameter.
  27. </para>
  28. </refsection>
  29. </refentry>