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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<RefEntry id="X25callout-graphics-number-limitX25">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename callout-graphics-number-limit.html>
<RefMeta>
<RefEntryTitle>%callout-graphics-number-limit%</RefEntryTitle>
<RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>
<RefNameDiv>
<RefName>%callout-graphics-number-limit%</RefName>
<RefPurpose>Number of largest callout graphic</RefPurpose>
</RefNameDiv>
<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
%callout-graphics-number-limit%
</Synopsis>
</RefSynopsisDiv>
<RefSect1><Title>Description</Title>
<para>
If <literal>%callout-graphics%</literal> is true, graphics are used to represent
callout numbers. The value of <literal>%callout-graphics-number-limit%</literal> is
the largest number for which a graphic exists. If the callout number
exceeds this limit, the default presentation "(nnn)" will always
be used.</para>
</RefSect1>
<RefSect1><Title>Source Code</Title>
<ProgramListing>
(define %callout-graphics-number-limit%
;; Number of largest callout graphic
10)
</ProgramListing>
</RefSect1>
</RefEntry>
|