ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Changes to font-kb to make context work with TeX live CD (and others probably)
@ 1998-06-27 13:31 Berend de Boer
  0 siblings, 0 replies; only message in thread
From: Berend de Boer @ 1998-06-27 13:31 UTC (permalink / 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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-06-27 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-27 13:31 Changes to font-kb to make context work with TeX live CD (and others probably) Berend de Boer

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).