ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Magnus J <mjo.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Font fallback scaling
Date: Thu, 12 Apr 2018 18:17:04 +0200	[thread overview]
Message-ID: <CADF+R-Knu-5omwbbT5KbzSJuK_uPauRgiaa2vS8TuFFZqrufWg@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1368 bytes --]

I use Adobe Garamond Pro in combination with Termes Math for math (the
latter for missing glyphs, Garamond is not very complete). How can I scale
size of Termes Math without decreasing the size of the Garamond glyphs in
math mode?

/MJO


    % define the characters to use for Garamond in math mode
    \definefontfamilypreset
        [math:somesymbols]

[range={0x0002A-0x0002E,0x000A7,0x000B6,0x000D7,0x000F7,0x02020-0x02021,0x02212,0x02219-0x02226,0x02228-0x02265,0x02012,0x0003C-0x0003E,0x0007C},
         tf=style:regular,
         offset=lowercasenormal,
        ]

    \definefallbackfamily[mainface][mm][Adobe Garamond
Pro][math:digitsnormal]
    \definefallbackfamily[mainface][mm][Adobe Garamond
Pro][math:lowercasenormal]
    \definefallbackfamily[mainface][mm][Adobe Garamond
Pro][math:lowercaseitalic]
    \definefallbackfamily[mainface][mm][Adobe Garamond
Pro][math:uppercasenormal]
    \definefallbackfamily[mainface][mm][Adobe Garamond
Pro][math:uppercaseitalic]
    \definefallbackfamily[mainface][mm][Adobe Garamond
Pro][math:somesymbols]

    \definefontfamily[mainface][rm][Adobe Garamond Pro]
    \definefontfamily[mainface][mm][TeX Gyre Termes Math][scale=0.9]  % <--
scaling here...

    \setupbodyfont[mainface,11pt]

    \starttext
    100

    $100$ % <-- leads to math mode that is smaller than text, even for
Garamond glyphs
    \stoptext

[-- Attachment #1.2: Type: text/html, Size: 1657 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2018-04-12 16:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12 16:17 Magnus J [this message]
2018-04-12 16:57 ` Hans Hagen
2018-04-13 10:34 Magnus J
2018-04-13 11:11 ` Hans Hagen
2018-04-13 12:23 Magnus J
2018-04-13 13:38 ` Magnus J
2018-04-13 13:44   ` Hans Hagen
2018-04-13 17:46     ` Magnus J

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=CADF+R-Knu-5omwbbT5KbzSJuK_uPauRgiaa2vS8TuFFZqrufWg@mail.gmail.com \
    --to=mjo.lists@gmail.com \
    --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).