ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: S2P development <taco.hoekwater@wkap.nl>
Subject: Re: math fonts
Date: Tue, 30 Jan 2001 14:19:48 +0100	[thread overview]
Message-ID: <3A76BF74.E93D23A5@wkap.nl> (raw)
In-Reply-To: <3.0.6.32.20010130120929.016f7360@server-1>

Hans Hagen wrote:
> 
> that part. But, since cmr10 is now aer10, we have to make sure that we
> bypass the mapper, which can be done [hack hack hack] with a space in front.

<internal>
Hans, 

I think the mapper comes into action too late. It makes much more sense
to do the binding to mapped names at an earlier stage (somewhere inside
definebodyfont). That would prevent this weird hack.
</internal>

Make sure you do the \definebodyfonts *before* the call to
\setupbodyfont, or there will not be any change.

> \definebodyfont [14.4pt,17.3pt,20.7pt] [mm] [mr= cmr12 sa 1]

This line doesnt work. 'sa' is not low-level enough and ends up 
being typeset. You need three separate lines using 'at' instead:

\definebodyfont [14.4pt] [mm] [mr= cmr12 at 14.4pt]
\definebodyfont [17.3pt] [mm] [mr= cmr12 sa 17.3pt]
\definebodyfont [20.7pt] [mm] [mr= cmr12 sa 20.7pt]

Greetings, 

Taco


  reply	other threads:[~2001-01-30 13:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-29 18:09 Albrecht Kauffmann
2001-01-30 11:09 ` Hans Hagen
2001-01-30 13:19   ` S2P development [this message]
2001-01-30 15:20     ` Hans Hagen
2001-01-30 23:57       ` combined header texts Albrecht Kauffmann
2001-01-31  5:17         ` Berend de Boer
2001-01-31  9:48           ` Hans Hagen

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=3A76BF74.E93D23A5@wkap.nl \
    --to=taco.hoekwater@wkap.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).