On Fri, Jul 23, 1999 at 05:17:08PM -0400, Adam Di Carlo wrote:
> whereas generally do the following, which is invoked differently
> (i.e., 'jade -dmy-stylesheet.dsl\#print').  The attached file is in
> the docbook-stylesheets package in /usr/doc/docbook-stylesheets/examples

that was the one I sent you but with this new dsl, the command line
is simpler (cf README).

 David.
examples of customized layout for docbook-stylesheets
-----------------------------------------------------

  basic1.dsl - 2 specifications (1 per backend) in a simgle file
   
        jade -t sgml -d basic1.dsl#html <sgml-file>
        or
        jade -t rtf -d basic1.dsl#print -i print <sgml-file>

 basic2.dsl - 1 specification (for 2 backends) in a single file and
              localization setup
 
        jade -t sgml -d basic2.dsl <sgml-file>
        or
        jade -t rtf -d basic2.dsl -i print <sgml-file>

Reply via email to