bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fonts not found with xdvi in RH7.1.


From: Mats Bengtsson
Subject: Re: Fonts not found with xdvi in RH7.1.
Date: Wed, 29 Aug 2001 17:50:18 +0200

Obviously, xdvi cannot find the file feta-braces4.mf.
The solution is either to run 'mktexlsr' as root to
update the teTeX filename database (if the font files 
are installed somewhere in the default teTeX directory
tree) or to set the environment variable MFINPUTS 
correctly (see /etc/profile.d/lilypond-profile.sh or
lilypond-1.5.x/buildscripts/out/lilypond-profile.sh).
In any case, 'kpsewhich feta-braces4.mf' should return
the path to the file.

TeTeX generates *pk font files on the fly when needed, 
so you must have had a working setup the first time
you used dvips on a score with this font if dvips works.

   /Mats

> 
> I compiled the following 'test.ly' 
> 
> --------
> 
> \score {
>   \context PianoStaff <
>     \context Staff = treble < 
>       \clef treble
>         \notes { ceses' }
>     >
>     \context Staff = bass <
>       \clef bass
>         \notes { cisis, }
>     >   
>   >
> }
> 
> --------
> 
> using 'ly2dvi -P test.ly'. I and got the following error message about
> missing fonts.
> 
> --------
> 
> $ xdvi test.dvi
> kpathsea: Running mktexpk --mfmode cx --bdpi 300 --mag 1+0/300 --dpi 300
> feta-braces4
> mktexpk: Running mf \mode:=cx; mag:=1+0/300; nonstopmode; input
> feta-braces4
> This is METAFONT, Version 2.7182 (Web2C 7.3.1)
> 
> kpathsea: Running mktexmf  feta-braces4
> ! I can't find file `feta-braces4'.
> <*> ...g:=1+0/300; nonstopmode; input feta-braces4
>                                                   
> Please type another input file name
> ! Emergency stop.
> <*> ...g:=1+0/300; nonstopmode; input feta-braces4
>                                                   
> Transcript written on mfput.log.
> grep: feta-braces4.log: No such file or directory
> mktexpk: `mf \mode:=cx; mag:=1+0/300; nonstopmode; input feta-braces4'
> failed to make feta-braces4.300pk.
> kpathsea: Appending font creation commands to missfont.log.
> xdvi.bin: can't find font feta-braces4; using cmr10 instead at 300 dpi.
> kpathsea: Running mktexpk --mfmode cx --bdpi 300 --mag 1+0/300 --dpi 300
> feta20
> mktexpk: Running mf \mode:=cx; mag:=1+0/300; nonstopmode; input feta20
> This is METAFONT, Version 2.7182 (Web2C 7.3.1)
> 
> kpathsea: Running mktexmf  feta20
> ! I can't find file `feta20'.
> <*> ...cx; mag:=1+0/300; nonstopmode; input feta20
>                                                   
> Please type another input file name
> ! Emergency stop.
> <*> ...cx; mag:=1+0/300; nonstopmode; input feta20
>                                                   
> Transcript written on mfput.log.
> grep: feta20.log: No such file or directory
> mktexpk: `mf \mode:=cx; mag:=1+0/300; nonstopmode; input feta20' failed to
> make feta20.300pk.
> xdvi.bin: can't find font feta20; using cmr10 instead at 300 dpi.
> Character 133 not defined in font cmr10
> Character 131 not defined in font cmr10
> Character 167 not defined in font cmr10
> 
> -------
> 
> The generated 'missfont.log' contained the following lines:
> 
> -------
> 
> mktexpk --mfmode cx --bdpi 300 --mag 1+0/300 --dpi 300 feta-braces4
> mktexpk --mfmode cx --bdpi 300 --mag 1+0/300 --dpi 300 feta20
> 
> -------
> 
> I tried to find out right options for xdvi but I could not. The fonts do
> not work by default. That is why I use the PS-mode only.
> 
>       Heikki
> --
>       Heikki Junes
> Addr. Jääkärinkatu 6A a10, FIN-00150 Helsinki
>  Mob. +358 50 549 7873
> 
> 
> 
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]