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]
Other format: [Raw text]

Re: eps with openjade


Hi Dennis,

Have you put one or more of these in your stylesheet customization layer?

;; The preferred mediaobject extension.
(define preferred-mediaobject-extensions
  (list "gif" "png" "eps"))

;; List of mediaobject filename extensions.
(define acceptable-mediaobject-extensions
  (list "jpeg" "jpg" "png" "eps"))

;; List of inlinemediaobject filename extensions.
(define acceptable-inlinemediaobject-extensions
  (list "gif" "jpeg" "jpg" "png" "eps"))

Cheerio!

Bob


On Wed, 30 Oct 2002 17:22:55 -0600
Dennis Grace <dgrace@us.ibm.com> wrote:

> 
> I'm trying to produce PDFs from DocBook SGML 4.1 (latest stylesheets).
> Openjade doesn't seem to recognize EPS as a graphics format. Any way I can
> convince it?
> 
> Dennis Grace
> 
> Information Developer
> IBM Linux Technology Center
> (512) 838-3937  T/L 678-3937  cell: (512)-296-7830
> dgrace@us.ibm.com
> 
> There are only 10 kinds of people in the world: those who understand binary
> and those who don't.
> 
> 
> 


---------------------------------------
Robert McIlvride (robert@cogent.ca)
Cogent Real-Time Systems (www.cogent.ca)


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