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: Still cannot get admonition graphics


---------- Original Message ----------------------------------
From:     "Postmaster" <postmaster@hams-hsc.hsc.edu>
Date:     Sat,  3 Mar 2001 23:57:12 -0500

>Invalid final delivery userid: have
>

I have admonition graphics working with PDFJadetex. I had to do the following:

1. Convert the admonition graphics to PNG format (EPS will probably
   work, but haven't tried it). These get placed in, say
   /mydocumentroot/images/*.png
2. Add the following to my dsl customization:

;; use graphics in admonitions, and have their path be "."
;; NO: we are not yet ready to use gifs in TeX and so forth
(define %admon-graphics-path%
  "/mydocumentroot/images/")
(define %admon-graphics%
  #t)
(define admon-graphic-default-extension
  ;; REFENTRY admon-graphic-default-extension
  ;; PURP Admonition graphic file extension
  ;; DESC
  ;; Identifies the default extension for admonition graphics. This allows
  ;; backends to select different images (e.g., EPS for print, PNG for
  ;; PDF, etc.)
  ;; /DESC
  ;; AUTHOR N/A
  ;; /REFENTRY
  ".png") 

BTW, I use PNG for PDF output. I convert PDF to PS using acroread. Use
EPS if you are getting PS from jadetex.

Question: can admonition graphics be scaled by the stylesheet to fit
the current font size?



--
Kevin M. Dunn
Professor of Chemistry
Hampden-Sydney College
--


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