File: callout-graphics-number-limit.sgm

package info (click to toggle)
docbook-dsssl-doc 1.79-6
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,720 kB
  • ctags: 2
  • sloc: makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download | duplicates (8)
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>