On Tue, Feb 13, 2001 at 05:26:01AM +0100, Roberto Diaz wrote: > Hi! > > I have installed sgmltools-2 but I am always getting this error: > > # sgml2latex --style=dookbook.dtd libggi-api.sgml > Processing file libggi-api.sgml > DTD check - Error: this sgml-tools package supports Linuxdoc DTD only. > > If you wish to convert DocBook or other DTD files, > then please install and use sgmltools-2 or jade package. > > --- sgml-tools aborting. > > I have docbook installed too.. :?
Make sure you have jade installed. Then if you want to convert to tex, you can just say sgmltools -b tex libggi-api.sgml. You'll need jadetex to process the result. I just have xdvi open all the time and use sgmltools -b dvi <source>. Mike