ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Adam Lindsay" <atl@comp.lancs.ac.uk>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: chancery font
Date: Sat, 2 Apr 2005 22:22:33 +0100	[thread overview]
Message-ID: <20050402222233.1752@mail.comp.lancs.ac.uk> (raw)
In-Reply-To: <297ee2eb0504021200420469f9@mail.gmail.com>

Ciro Soto said this at Sat, 2 Apr 2005 15:00:32 -0500:

>Concerning Garamond, I see bunch of files in my system:
>ls ./texmf-local/fonts/afm/urw/garamond/
> ugmri8a.afm
> ugmr8a.afm
> ugmmi8a.afm
> ugmm8a.afm

The key question is whether you have the fonts/type1/urw/garamond
directory with .pfb files in it, as these are the URW garamond fonts, you
probably do have them. However, you probably need to load the map file
[ugm.map], and use the right typescript. As the only one in ConTeXt is
for the FontSite500 garamond, that needs to be added. There's a quickie
at the end of the message.

And Idris, it's here:
<http://www.ctan.org/tex-archive/fonts/urw/garamond/>

\starttypescript[serif][garamond][ec]
 \definefontsynonym[Garamond]          [ugmr8t] [encoding=ec]
 \definefontsynonym[GaramondItalic]    [ugmri8t][encoding=ec]
 \definefontsynonym[GaramondBold]      [ugmm8t] [encoding=ec]
 \definefontsynonym[GaramondBoldItalic][ugmmi8t][encoding=ec]
\stoptypescript

\starttypescript[serif][garamond][name]
 \setups[font:fallback:serif]
 \definefontsynonym[Serif]          [Garamond]
 \definefontsynonym[SerifItalic]    [GaramondItalic]
 \definefontsynonym[SerifBold]      [GaramondBold]
 \definefontsynonym[SerifBoldItalic][GaramondBoldItalic]
\stoptypescript

Activate with:
\definetypeface[myface][rm][serif][garamond][default][encoding=ec]
\setupbodyfont[myface]

(untested, but hopefully you get the idea...)

adam
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  reply	other threads:[~2005-04-02 21:22 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-01  8:37 btex-etex Jiri Polcar
2005-04-01  9:24 ` btex-etex Patrick Gundlach
2005-04-01  9:49   ` btex-etex Jiri Polcar
2005-04-02  6:37     ` Taco Hoekwater
2005-04-03  7:59       ` Jiri Polcar
2005-04-03 18:20         ` Taco Hoekwater
2005-04-03 19:28         ` h h extern
2005-04-04  7:28           ` Jiri Polcar
2005-04-04  8:22             ` Hans Hagen
2005-04-05  8:10               ` Jiri Polcar
2005-04-04 10:53             ` btex-etex Patrick Gundlach
2005-04-02 16:52 ` chancery font Ciro Soto
2005-04-02 17:27   ` Idris Samawi Hamid
2005-04-02 17:52   ` Willi Egger
2005-04-02 18:29     ` Ciro Soto
2005-04-02 19:21       ` Idris Samawi Hamid
2005-04-02 20:00         ` Ciro Soto
2005-04-02 21:22           ` Adam Lindsay [this message]
2005-04-02 23:33             ` Ciro Soto
2005-04-03 14:03               ` Rob Ermers
2005-04-03 14:57                 ` Adam Lindsay
2005-04-03 16:22                   ` Ciro Soto
2005-04-03 19:41       ` h h extern
2005-04-02 21:21 Idris Samawi Hamid
2005-04-02 22:33 Idris Samawi Hamid
2005-04-03 16:15 Idris Samawi Hamid
2005-04-03 16:42 ` Rob Ermers
2005-04-03 16:57 ` Paul Tremblay
2005-04-03 17:10 ` Thomas A.Schmitz
2005-04-03 18:45 Idris Samawi Hamid
2005-04-03 20:25 ` Ciro Soto
2005-04-03 21:06   ` h h extern
2005-04-03 18:46 Idris Samawi Hamid
2005-04-03 19:40 Idris Samawi Hamid
2005-04-03 19:54 ` Paul Tremblay
2005-04-03 20:22 ` Thomas A.Schmitz
2005-04-03 20:39 Idris Samawi Hamid
2005-04-16 14:13 Enrique Laya

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=20050402222233.1752@mail.comp.lancs.ac.uk \
    --to=atl@comp.lancs.ac.uk \
    --cc=ntg-context@ntg.nl \
    /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).