OK, I think we are getting closer to the problem. What do the following commands return (note that the quotes are back quotes not normal quotes):
grep dvips `kpsewhich texmf.cnf` grep TEXPSHEADERS `kpsewhich texmf.cnf`
[EMAIL PROTECTED]:~$ grep dvips `kpsewhich texmf.cnf` PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}// TEXPICTS.XDvi = .;$TEXMF/%q{dvips,tex}// TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type3}}// TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type3,truetype}}// TEXCONFIG = $TEXMF/dvips// % dvips's -M option. Your first chance to specify whether the scripts
[EMAIL PROTECTED]:~$ grep TEXPSHEADERS `kpsewhich texmf.cnf`
TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type3}}//
TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type3,truetype}}//This should give you a long file "log" with lots of debug printouts related to how dvips searches for different files in the installation.
I am sending the log file to you Mats in an off-list email.
I really appreciate this.
dpeach
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
