This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


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

Re: styleheets


On Fri, Oct 15, 1999 at 12:00:27AM -0700, Davide Saccon wrote:
> > How do you generate PDF ? I am very VERY interested in !!
> 
> I use
> 
> jade -t tex -d <path>/docbook.dsl <path>/docbook.dcl myfile.sgml
> jadetex <myfile>.tex; jadetex <myfile>.tex; jadetex <myfile>.tex
> dvips -o <myfile>.ps <myfile>x.dvi
> gs -dNOPAUSE  -sPAPERSIZE=a4 -sDEVICE=pdfwrite
> -sOutputFile=<myfile>.pdf <myfile>.ps -c quit

You can build pdftex and pdfjadetex as well (teTeX builds pdftex as 
standard, and the Makefiles for JadeTeX build pdfjaetex).  You can then
run

    pdftex "&pdfjadetex" <filename>.tex

and get a PDF file complete with all the internal links working.

N


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