On Fri, 8 Oct 1999, Philippe JAOUEN wrote:
> where can I find a working sgmltools package for Linux RH 6.0 and Lyx
> 1.0.4
> I have sgmltools-CVS19990807-2 from lip6 but it is not working (jade
> errors)
>
> --
>
> Salutations Philippe JAOUEN
>
That is a bit tricky. When I got sgmltools from their cvs server
recently I found that the install script was broken and I had to copy
thing manually to the correct directories. You will have to investigate a
bit further yourself. What are the errors you get from jade?
One possible problem you can correct easily: jadetex is incompatible with
the RedHat-6.0 tetex distribution. The french variant of babel is
incompatible with the minimal latex class, both used by jadetex. Assuming
you don't need any French documents you can simply remove the "french"
option in the call to babel:
\usepackage[...,french,...]{babel}
in the file jadetex.dtx then run the makefile to build jadetex.
Horst