OLD | NEW |
| (Empty) |
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 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="callout.unicode.start.character.frag"> | |
18 <xsl:param name="callout.unicode.start.character">10102</xsl:param> | |
19 </src:fragment> | |
20 </refsynopsisdiv> | |
21 | |
22 <refsection><info><title>Description</title></info> | |
23 | |
24 <para>If <parameter>callout.graphics</parameter> is zero and <parameter>callout.
unicode</parameter> | |
25 is non-zero, unicode characters are used to represent | |
26 callout numbers. The value of | |
27 <parameter>callout.unicode.start.character</parameter> | |
28 is the decimal unicode value used for callout number one. Currently, | |
29 only values 9312 and 10102 are supported in the stylesheets for this parameter. | |
30 </para> | |
31 | |
32 </refsection> | |
33 </refentry> | |
OLD | NEW |