This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Jade, WMF & RTF - a bad combination?


"Juan R. Migoya" <jmigoya@ingeteam.es> wrote:

> Check that you have defined
>
> (define %graphic-extensions%
> '("eps" "epsf" "gif" "tif" "tiff" "jpg" "jpeg" "png" "wmf"))

 This had no effect on its own. The real problem was that none of the
variables "preferred-mediaobject-notations",
"preferred-mediaobject-extensions", "acceptable-mediaobject-notations" and
"acceptable-mediaobject-extensions" from print/db31.dsl contained a
reference to wmf. After we added the following to our customization of the
print stylesheet, everything worked:

(define %graphic-default-extension% "wmf")

(define %graphic-extensions%
  '("eps" "epsf" "gif" "tif" "tiff" "jpg" "jpeg" "png" "wmf"))

(define preferred-mediaobject-notations
  (list "EPS" "PS" "JPG" "JPEG" "PNG" "WMF" "linespecific"))

(define preferred-mediaobject-extensions
  (list "eps" "ps" "jpg" "jpeg" "png" "wmf"))

I don't know if this is to be considered a bug, but now you all know :-)

Thanks for your suggestions!

Best regards,

    Rune


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]