On 2004/07/12 we grew 5 more callout images, but the default value
for %callout-graphics-number-limit% remained 10 in docbook-dsssl and the new images were not used. So we need to specify our own value for %callout-graphics-number-limit%. Note that in docbook-xsl callout.graphics.number.limit is 15 now. OTOH docbook-dsssl hasn't been updated for 2 years and keeps the old default.
This commit is contained in:
parent
c99e44efe2
commit
1574e97672
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28828
1 changed files with 4 additions and 0 deletions
|
@ -333,6 +333,10 @@
|
|||
;; natively.
|
||||
".png")
|
||||
|
||||
(define %callout-graphics-number-limit%
|
||||
;; Number of largest callout graphic
|
||||
15)
|
||||
|
||||
(define %callout-graphics-path%
|
||||
;; Path to callout graphics
|
||||
"./imagelib/callouts/")
|
||||
|
|
Loading…
Reference in a new issue