From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1386 Path: main.gmane.org!not-for-mail From: Wlodzimierz Bzyl Newsgroups: gmane.comp.tex.context Subject: Re: languages other than nl|de|en Date: Wed, 1 Dec 1999 15:05:25 +0100 (MET) Sender: owner-ntg-context@let.uu.nl Message-ID: <199912011405.PAA23198@monika.univ.gda.pl> References: <3.0.6.32.19991130122736.015dc420@pop.wxs.nl> <3.0.6.32.19991129170333.013966b0@pop.wxs.nl> <3.0.6.32.19991126232507.007ca590@pop.wxs.nl> <3.0.6.32.19991126232507.007ca590@pop.wxs.nl> <3.0.6.32.19991129170333.013966b0@pop.wxs.nl> <3.0.6.32.19991130122736.015dc420@pop.wxs.nl> <3.0.6.32.19991201093032.009e6100@pop.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035392213 32297 80.91.224.250 (23 Oct 2002 16:56:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:56:53 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: pragma@wxs.nl Xref: main.gmane.org gmane.comp.tex.context:1386 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1386 | When things are set up ok, | | texexec --make --lang=pl --bodyfont=plr en above command and texexec --alone --make --lang=pl --bodyfont=plr en does not work. The first command does not load font-plr.tex, and the latter produces: language : no hyphenations nl for nl (n=7) [popping catcode / to 13] bodyfont : variant cmr is loaded (/usr/TeX/texmf/tex/context/base/font-plr.tex (/usr/TeX/texmf/tex/context/base/font-cmr.tex)) which, I guess, means that plr fonts are shadowed by cmr fonts. This could be checked by running texexec cc.tex where cc.tex contains ------------------------- % --translate-file=il2-pl \starttext some text \stopttext ------------------------- and running `dvips cc -o' which loads cmr10.pfb instead of plr10.pfb. Also `texexec --listing whatever.txt' does not use pltt10 font (the English default cmtt10 is used). --Wlodek.