ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: "Philipp A." <flying-sheep@web.de>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: simplefonts: math in headers
Date: Fri, 16 Dec 2011 06:25:09 +0100	[thread overview]
Message-ID: <310B3F20-77E6-42A4-8515-A8F7DEA29371@googlemail.com> (raw)
In-Reply-To: <CAN8d9g=kerkSB3_KZ66eSf9CztjLk2FZ6ns2aeZY1UrbTSQZ+A@mail.gmail.com>


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


Am 16.12.2011 um 00:13 schrieb Philipp A.:

> 2011/12/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
> There is no way for me to fix this because it’s a context bug.  You can see the effect with the following example, when you load LM before Pagella the heading use LM Math but when you load Pagella before LM Palatino math is used for the heading.
> 
> \setupbodyfont[modern]
> \setupbodyfont[pagella]
> 
> \setuphead[section][style={\ss\bfb}]
> 
> \starttext
> \section{Wat? $y=x^2$} $y=x^2$
> \stoptext
> 
> Wolfgang
> 
> 
> umm, so this happens because this bug exists and simplefonts sets the fonts on module load?

Yes.

> is there a way to fix it or is an official fix on the way?


Wait for Hans to fix it and use in the meantime

\usemodule[simplefonts]

\definesimplefonttypeface[mainface][Cambria]
\definesimplefonttypeface[mainface][Ubuntu] [style=sans]
\definesimplefonttypeface[mainface][cambria][style=math]

\setupbodyfont[mainface]

\setuphead[section][style={\ss\bfb}]

\starttext
\section{Wat? $y=x^2$} $y=x^2$
\stoptext

or

\definetypeface[mainface][rm][specserif][Cambria]
\definetypeface[mainface][ss][specsans] [Ubuntu]
\definetypeface[mainface][mm][math]     [cambria]

\setupbodyfont[mainface]

\setuphead[section][style={\ss\bfb}]

\starttext
\section{Wat? $y=x^2$} $y=x^2$
\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 2662 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
___________________________________________________________________________________

  reply	other threads:[~2011-12-16  5:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09 12:53 Philipp A.
2011-12-15 13:36 ` Philipp A.
2011-12-15 20:15   ` Wolfgang Schuster
2011-12-15 23:13     ` Philipp A.
2011-12-16  5:25       ` Wolfgang Schuster [this message]
2011-12-16  9:41         ` Hans Hagen
2011-12-16 10:12         ` Hans Hagen
2011-12-16 10:41           ` Philipp A.
2011-12-16 10:58             ` Hans Hagen
2011-12-16 13:18               ` Wolfgang Schuster
2011-12-16 15:35                 ` Hans Hagen
2011-12-16 13:16             ` Wolfgang Schuster

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=310B3F20-77E6-42A4-8515-A8F7DEA29371@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=flying-sheep@web.de \
    --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).