ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Michel Bovani <michel.bovani@numericable.fr>
Subject: Re: Bold Greek Math with Fourier Font
Date: Mon, 11 Jul 2005 19:14:17 +0200	[thread overview]
Message-ID: <42D2A8E9.10209@numericable.fr> (raw)
In-Reply-To: <ba4316d3050711084115dda19@mail.gmail.com>

Le 11/07/2005 17:41, Randall Skelton a dit :
> I think I've found my problem (finally).  The problem is in
> 'type-enc.tex' I referred to the standard text fonts for
> Fourier-Math-Letters and Fourier-Math-Letters-Bold instead of the true
> math fonts.  I believe this is how ConTeXt is configured in its
> default...  In any case, 'type-enc.tex' should contain:
> 
> \starttypescript [math] [fourier] [default,ec]
>   \definefontsynonym [Fourier-Math-Letters]         [futmi] [encoding=ec]
>   \definefontsynonym [Fourier-Math-Letters-Italic]  [futmii]
>   \definefontsynonym [Fourier-Math-Symbols]         [futsy] 
>   \definefontsynonym [Fourier-Math-Extension]       [fourier-mex]
> \stoptypescript
> 
> \starttypescript [boldmath,bfmath] [fourier] [default,ec]
>   \definefontsynonym [Fourier-Math-Letters-Bold]         [futmib] [encoding=ec]
>   \definefontsynonym [Fourier-Math-Letters-Italic-Bold]  [futmiib]
>   \definefontsynonym [Fourier-Math-Symbols]              [futsy] 
>   \definefontsynonym [Fourier-Math-Extension]            [fourier-mex]
> \stoptypescript
> 

Hmm... As I said, I don't know much about context. But consider that 
Math-Letters is an "operator" font. If you choose futmi as your opérator 
font, something like \cos will be italicised !

Now (one of) the difference between fourier and computer modern is that 
capital greek is in the "italic" font not in the operators font.

This is handled in math-fou.tex:

\definemathsymbol [Gamma]   [alpha] [mi] ["00]
....


Note that futmi, and futmii (or futmib futmiib) are two versions of the 
same font (same encoding): the difference is that in futmmii all is 
slanted (even greek caps), and in futmii caps are upright (roman and 
greek) and lowercase are slanted.

If you want command definitions in math-fou.tex to be used even in 
boldmath, you must change type-spe.tex by referencing the fou math 
collection in boldmath too.


-- 
Michel Bovani

  reply	other threads:[~2005-07-11 17:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-08 18:16 Randall Skelton
2005-07-09 13:04 ` Michel Bovani
2005-07-09 18:57   ` Randall Skelton
2005-07-09 20:23     ` Adam Lindsay
2005-07-09 22:09       ` Randall Skelton
2005-07-10  2:53       ` Randall Skelton
2005-07-11 15:41         ` Randall Skelton
2005-07-11 17:14           ` Michel Bovani [this message]
2005-07-12  1:08             ` Randall Skelton
2005-07-12 14:43               ` Michel Bovani
2005-07-14 22:43                 ` Randall Skelton

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=42D2A8E9.10209@numericable.fr \
    --to=michel.bovani@numericable.fr \
    --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).