ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: Goodbye for now
Date: Thu, 28 Mar 2002 08:46:28 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20020328083741.02f03bb0@server-1> (raw)
In-Reply-To: <02032718400001.15665@publish>

At 06:40 PM 3/27/2002 -0500, you wrote:

>Context is undoubtedly the best TeX based typesetting
>system yet. It has a hundred or more hugely useful features.
>And it works. But the font selection scheme is simply too
>complex for this old man. I can see myself writing and
>debugging dozens
>of special scripts just to utilize the 39 standard
>Adobe fonts I can use today with just a simple \font

You can apprach fonts in two ways:

make files with lots of:

\definefont
   [10pt,12pt,14pt]
   [rm]
   [tf=fontname sa 1,
    bf=boldfontname sa 1,
    ...]

that way you can use berry names,

the other way is by means of typescripts and name mapping, which was 
introduced because i wanted to be able to install fonts an a few minutes, 
which is why there is texfont. You loose berry naming then.

it should be no problem to provide presets for the 39 standard adobe fonts, 
actually, the free fonts on tex live *are* supported, so

\usetypescript[palatino][texnansi]

\setupbodyfont[palatino,12pt]

the associated files are generated with

texfont type-tmf.dat --en=texnansi

(in type-tmf.dat you can see the real calls)

Now, i admit that the system is complicated, but the advantage is that it 
permits

(1) mixed usage of combinations of fonts (which happens a lot in publishing 
today)
(2) relative scaling of fonts within a typeface

in due time i can provide lots of default scripts, but only for fonts that 
i've bought or can test;

anyway, keep texing with whatever system suits yor needs,

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-ade.nl
-------------------------------------------------------------------------


  reply	other threads:[~2002-03-28  7:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-27 23:40 John Culleton
2002-03-28  7:46 ` Hans Hagen [this message]
2002-03-28 16:09   ` John Culleton
2002-03-28 16:58     ` Hans Hagen
2002-03-28 18:40     ` Henning Hraban Ramm
2002-04-02 23:31   ` Font use (was Re: Goodbye for now) Magnus Lie Hetland
2002-04-03 11:46     ` Hans Hagen
2002-04-04 20:40       ` Magnus Lie Hetland
2002-04-04 21:48         ` Magnus Lie Hetland
2002-04-05  2:42           ` Magnus Lie Hetland
2002-04-05  8:18             ` Hans Hagen
2002-04-05 16:57           ` Hans Hagen
2002-04-08  0:12             ` Magnus Lie Hetland
2002-04-08  1:05               ` Magnus Lie Hetland

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=5.1.0.14.1.20020328083741.02f03bb0@server-1 \
    --to=pragma@wxs.nl \
    --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).