Matthew Guenther <[EMAIL PROTECTED]> writes:

> I'm having some trouble getting my customized stylesheets to work properly.  I
> followed the directions available in the 'docbook-stylesheets' package,
> starting with the examples/basic.dsl file, and running: 
> 
> jade -t rtf -d ./report.dsl#print <file>
>             ^^^^^^^^^^^^^
>                   \_ my customized stylesheet

I dunno.  The example you include below isn't close to being derived
from what's in the docbook-stylesheets package.  I use the \#print
stuff pretty much every day, with Makefile rules like:

%.html:                 %.sgml stylesheet.dsl 
        jade -t sgml -d stylesheet.dsl\#html -ihtml $<

%_nochunks.html:        %.sgml stylesheet.dsl 
        jade -t sgml -d stylesheet.dsl\#html -ihtml -V nochunks $< > $@


%.rtf:                  %.sgml stylesheet.dsl 
        jade -t rtf -d stylesheet.dsl\#print -iprint -irtf $<

General (non-Debian) questions about docbook-stylesheets should be
directed to the DSSSList at Mulberry Tech.
<URL:http://www.mulberrytech.com/dsssl/dssslist/index.html>

--
.....Adam Di [EMAIL PROTECTED]<URL:http://www.onShore.com/>

Reply via email to