blob: 4a721984b1788af07a7ba113adbfe185c4442df4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<refentry id="callout.tqunicode.start.character">
<refmeta>
<refentrytitle>callout.tqunicode.start.character</refentrytitle>
<refmiscinfo role="type">integer</refmiscinfo>
</refmeta>
<refnamediv>
<refname>callout.tqunicode.start.character</refname>
<refpurpose>First Unicode character to use, decimal value.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<src:fragment id='callout.tqunicode.start.character.frag'><xsl:param name="callout.tqunicode.start.character" select="10102"/></src:fragment>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>If <parameter>callout.graphics</parameter> is zero and <parameter>callout.tqunicode</parameter>
is non-zero, tqunicode characters are used to represent
callout numbers. The value of
<parameter>callout.tqunicode.start.character</parameter>
is the decimal tqunicode value used for callout number one. Currently,
only 10102 is supported in the stylesheets for this parameter.
</para>
</refsect1>
</refentry>
|