On Fri, 03 Sep 1999 10:04:28 -0500, Richard E. Hawkins wrote:
>When I export as latex, and run latex, I get errors for assorted sizes
>such as:
>
>(/usr/lib/texmf/tex/latex/base/ifthen.sty)kpathsea: Running mktextfm
>parkave
>mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input parkave
>This is METAFONT, Version 2.7182 (Web2C 7.2)
>
>kpathsea: Running mktexmf parkave
>! I can't find file `parkave'.
><*> ...=ljfour; mag:=1; nonstopmode; input parkave
You need to tell metafont where to find parkave.mf etc. Locate this
with
locate parkave
and modifiy your environment accordingly (syntax depends on your TeX
distribution).
Here for emTeX it is:
set
mfinput=D:\XFREE86\USR\EMTEX\mfinput!!;D:\XFREE86\USR\EMTEX\data\dvips!
You'll have to change MFINPUTS, I think. Do 'echo $MFINPUTS'.
>I have PKFONTS set as :/home/hawk/fonts, and this contains
This is not the problem...
Check others, like (modify according to your TeX docs):
T1FONTS
DVIPSHEADERS
DVIDRVinput
>I'm stuck.
If this doesn't help: Check for park*.tfm and modify env resp.
Greets,
Arnd