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.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 | |
16 <refsynopsisdiv> | |
17 <src:fragment xml:id="callout.graphics.number.limit.frag"> | |
18 <xsl:param condition="html" name="callout.graphics.number.limit">15</xsl:param> | |
19 <xsl:param condition="fo" name="callout.graphics.number.limit">30</xsl:param> | |
20 </src:fragment> | |
21 </refsynopsisdiv> | |
22 | |
23 <refsection><info><title>Description</title></info> | |
24 | |
25 <para>If <parameter>callout.graphics</parameter> is non-zero, graphics | |
26 are used to represent callout numbers instead of plain text. The value | |
27 of <parameter>callout.graphics.number.limit</parameter> is the largest | |
28 number for which a graphic exists. If the callout number exceeds this | |
29 limit, the default presentation "(plain text instead of a graphic)" | |
30 will be used. | |
31 </para> | |
32 | |
33 </refsection> | |
34 </refentry> | |
OLD | NEW |