ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Berend de Boer <berend@pobox.com>
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	[thread overview]
Message-ID: <01BDA1E0.A657A570.berend@pobox.com> (raw)

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.


                 reply	other threads:[~1998-06-27 13:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01BDA1E0.A657A570.berend@pobox.com \
    --to=berend@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).