Daniel Watkins wrote: > Angus Leeming wrote: >> Are the TeX files in $PREFIX/share/lyx/tex visible to your LaTeX >> distribution? > I have absolutely no idea. :p How can I go about checking this?
Assuming that you have a teTeX distibution, you'll find files /usr/share/texmf/ls-R /usr/local/share/texmf/ls-R (Possibly not the second one yet.) grep broadway /usr/share/texmf/ls-R /usr/local/share/texmf/ls-R If nothing comes up then as root: mkdir -p /usr/local/share/texmf/tex/latex/broadway cp $PREFIX/share/lyx/tex/broadway.cls \ /usr/local/share/texmf/tex/latex/broadway/. cd /usr/local/share/texmf texhash That should create /usr/local/share/texmf/ls-R with the necessary information for latex to find your .cls. Do it this way to keep your distribution's LaTeX distribution pristine. Of course, if your LaTeX dist isn't teTeX then all bets are off. I'm clueless :) -- Angus