> And I've added pdf to the following in the stylesheets:
> 
> (define %graphic-extensions%
>    '("eps" "epsf" "gif" "tif" "tiff" "jpg" "jpeg" "pdf" "png"))

Are you wrapping the graphics in <mediaobject> or <inlinemediaobject>?  
If so, try one of these:

;; List of mediaobject filename extensions.
(define preferred-mediaobject-extensions
  (list "jpeg" "jpg" "png" "avi" "mpg" "mpeg" "qt" "pdf"))

;; List of inlinemediaobject filename extensions.
(define preferred-inlinemediaobject-extensions
  (list "jpeg" "jpg" "png" "avi" "mpg" "mpeg" "qt" "pdf"))


Cheerio!

Bob

---------------------------------------
Robert McIlvride ([EMAIL PROTECTED])
Cogent Real-Time Systems (www.cogent.ca)

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]

Reply via email to