> Note that LyX-configure uses LaTeX to find the packeages so if
> LyX-configure does not find it, LaTeX can not find it.
That's not true, because the sgml2tex script sets up the paths so that
LaTeX can find the relevant style files.
--
http://sc3d.org/rrt/ | certain, a. insufficiently analyse
Reuben Thomas <[EMAIL PROTECTED]> writes:
| needed for sgml2latex to work. It seems to me that LyX-configure should be
| fixed so that it finds linuxdoc-sgml.sty without needing such a link.
Note that LyX-configure uses LaTeX to find the packeages so if
LyX-configure does not find it, LaTeX can
I've just installed sgmltools v1 (LinuxDoc) as a RedHat package. When I
reconfigured LyX, it found the converter sgml2lyx OK, but it didn't find
linuxdoc-sgml.sty.
Scanning the list archive, I find the solution: make a symlink from the
TeX tree to /usr/lib/sgmltools. However, this is a kludge, as
> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes:
Reuben> I've just installed sgmltools v1 (LinuxDoc) as a RedHat
Reuben> package. When I reconfigured LyX, it found the converter
Reuben> sgml2lyx OK, but it didn't find linuxdoc-sgml.sty.
Reuben> Scanning the list archive, I find the so