Add output.rtf.images entry. This will be used with the rtf backend to
specify the image extension (png) and force callouts text markers. The callout markers from 1 to 9 are not correctly rendered under OpenOffice (I don't know about other rtf viewers). I don't have a solution for this problem for the moment.
This commit is contained in:
parent
d78d61f813
commit
4e43c19774
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21945
1 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
<!ENTITY % output.html.images "IGNORE">
|
||||
<!ENTITY % output.rtf.images "IGNORE">
|
||||
<!ENTITY % output.print "IGNORE">
|
||||
<!ENTITY % output.print.pdf "IGNORE">
|
||||
<!ENTITY % output.print.justify "IGNORE">
|
||||
|
@ -331,6 +332,18 @@
|
|||
(literal "(??)")))))
|
||||
]]>
|
||||
|
||||
<!-- RTF with images ............................................ -->
|
||||
|
||||
<![ %output.rtf.images [
|
||||
|
||||
(define %graphic-default-extension%
|
||||
"png")
|
||||
|
||||
(define %callout-graphics%
|
||||
;; Use graphics in callouts?
|
||||
#f)
|
||||
]]>
|
||||
|
||||
<!-- Two-sided Print output ....................................... -->
|
||||
<![ %output.print.twoside; [
|
||||
|
||||
|
|
Loading…
Reference in a new issue