I have the fonts and they are reported as mathdesigngd by the mtxrun fonts script -- sorry if this was unclear. How do I proceed from here? Regards, Magnus On Tue, Oct 8, 2013 at 5:30 PM, Wolfgang Schuster < schuster.wolfgang@gmail.com> wrote:
Am 07.10.2013 um 09:06 schrieb Magnus J
: Hello list,
Long term (silent) on-and-off user with two issues that require some support:
1. How can I use the Mathdesign GD math font in ConTeXt? I use simplefonts to load Adobe Garamond Pro, but mathdesigngd (name as reported by mtxrun fonts script) is somehow not found. At this time I fallback to ugly solutions with \text in math mode. And yes, I know about type-imp-mathdesign.mkiv, but obviously I'm not qualified enough to get it right.
Minimal (not) working example:
\usemodule[simplefonts]
\setmainfont[Adobe Garamond Pro] \setmathfont[mathdesigngd]
\starttext I want \m{x^2+y^2=z^2} in my text, and $\alpha\beta\gamma$ too. \stoptext
The Mathdesign fonts aren’t part of the normal installation and you have to add “--fonts=mathdesign” or “--fonts=all” when you call first-setup.sh|bat.
Wolfgang