ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: math font fallback for palatino \cal
Date: Sun, 14 Aug 2016 21:17:35 +0200	[thread overview]
Message-ID: <57B0C3CF.2050505@gmail.com> (raw)
In-Reply-To: <op.yl666rhpejo439@ishamid-pc>


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

> Idris Samawi Hamid ادريس سماوي حامد <mailto:Idris.Hamid@colostate.edu>
> 14. August 2016 um 20:33
> Dear gang,
>
> Using pagella (palatino) for a project here. Unfortunately 
> texgyrepagella-math.otf has a rather unattractive set of \cal caps; 
> schola, termes, bonum etc. all use the same and much better-looking set.
>
> So I decided to try and define a palatino math set with the \cal caps 
> from schola (= termes etc.). Succeeded after some trial and error: 
> attached are the positive results. Others may find the experiment 
> useful or even worth wikifying; it's a nice fallback exercise.
>
> Maybe there is a better or more up-to-date way to do this: In any 
> case, feel free to critique the attached.
You can save a few lines for your font setup when you use the 
\definefontfamily and \definefallbackfamily commands.

\definefontfamily     [palatino_cg] [rm] [TeX Gyre Pagella]
\definefallbackfamily [palatino_cg] [mm] [TeX Gyre Schola Math] 
[range={lowercasescript,lowercaseboldscript,uppercasescript,uppercaseboldscript},force=yes]
\definefontfamily     [palatino_cg] [mm] [TeX Gyre Pagella Math]

\setupbodyfont[palatino]

\starttext

\m{\cal ABCDEFG \quad \bf ABCDEFG}

\switchtobodyfont[palatino_cg]

\m{\cal ABCDEFG \quad \bf ABCDEFG}

\stoptext

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2016-08-14 19:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-14 18:33 Idris Samawi Hamid ادريس سماوي حامد
2016-08-14 18:53 ` Idris Samawi Hamid ادريس سماوي حامد
2016-08-14 19:17 ` Wolfgang Schuster [this message]
2016-08-14 20:07   ` Idris Samawi Hamid ادريس سماوي حامد

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=57B0C3CF.2050505@gmail.com \
    --to=schuster.wolfgang@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).