From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/50 Path: main.gmane.org!not-for-mail From: Berend de Boer Newsgroups: gmane.comp.tex.context Subject: Changes to font-kb to make context work with TeX live CD (and others probably) Date: Sat, 27 Jun 1998 15:31:24 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <01BDA1E0.A657A570.berend@pobox.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035390909 20651 80.91.224.250 (23 Oct 2002 16:35:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:35:09 +0000 (UTC) Original-To: "'ntg-context@ntg.nl'" Xref: main.gmane.org gmane.comp.tex.context:50 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:50 Hai All, ConTeXt has some problems recognizing postscript fonts. Below follows the diff you need to apply to font-kb.tex to make it recognize the fontnames as used on the TeX Live CD (and others probably). Now you can do things like: \input font-kb.tex \stelkorpsin[pos,11pt] to get postscript fonts. Here's the diff -------------------------------------------------- /usr/local/share/texmf/tex/context/base$ diff font-kb.tex.org font-kb.tex 14,17c14,17 < \definefilesynonym [Courier] [pcr] < \definefilesynonym [Courier-Oblique] [pcro] < \definefilesynonym [Helvetica] [phv] < \definefilesynonym [Helvetica-Oblique] [phvo] --- > \definefilesynonym [Courier] [pcrr] > \definefilesynonym [Courier-Oblique] [pcrro] > \definefilesynonym [Helvetica] [phvr] > \definefilesynonym [Helvetica-Oblique] [phvro] 20,21c20,21 < \definefilesynonym [Times-Roman] [ptm] < \definefilesynonym [Times-Italic] [ptmi] --- > \definefilesynonym [Times-Roman] [ptmr] > \definefilesynonym [Times-Italic] [ptmri] Groetjes, Berend.