Re: cygwin: lilypond and tetex-3.0
Bertalan Fodor <[email protected]> Mon, 07 Feb 2005 12:41:16 +0100
| Newsgroups | gmane.comp.gnu.lilypond.devel,gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Thanks for suggesting looking at texmf.cnf
I've found the following:
TEXMFMAIN = /usr/share/texmf
TEXMFCONFIG = $TEXMFMAIN
% - make sure that $TEXMFVAR precedes $TEXMFMAIN in the TEXMF definition.
TEXMF =
{!!$TEXMFCONFIG,!!$TEXMFVAR,!!$TEXMFMAIN,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFDIST}
As you can see TEXMFCONFIG is equal to TEXMFMAIN, so TEXMFVAR is not
before TEXMFCONFIG. So changing the line to
TEXMF =
{!!$TEXMFVAR,!!$TEXMFCONFIG,!!$TEXMFMAIN,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFDIST}
solves the problem.
Bert