Changes

Jump to navigation Jump to search
2,046 bytes added ,  18:22, 11 December 2013
List of available math fonts
= Using Math fonts in MkIV =
 
ConTeXt ships with typescript for the following math fonts. To use these typescripts, either use
 
<texcode>
\setupbodyfont[<em>&lt;name&gt;</em>]
</texcode>
 
To combine these math fonts with other text fonts, create your own typescript
 
<texcode>
\definetypeface[<em>&lt;typescript-name&gt;</em>][mm][<em>&lt;name&gt;</em>][default]
....
\setupbodyfont[<em>&lt;typescript-name&gt;</em>]
</texcode>
 
{| cellpadding="2" style="border: 1px solid darkgray;"
|-
! style="background: #efefef;" | Font Name
! style="background: #efefef;" | Typescript Name
! style="background: #efefef;" | Extra information
|-
| Latin Modern || modern
|-
| Termes (Times clone) || times || Use <code>\enablemode[txmath]</code> to use txmath fonts
|-
| Pagella (Palatino clone) || palatino || Use <code>\enablemode[pxmath]</code> to use pxmath fonts
|-
| Bonum (Bookman clone) || bonum
|-
| Iwona || iowna
|-
| Antykwa Torunska || antykwa-torunska
|-
| Lucida (Opentype fonts) || lucidanova || Add <code>\loadtypescriptfile[lucida-opentype]</code> before the font directives
|-
| Lucida (Type One fonts) || lucida || Add <code>\loadtypescriptfile[lucida-typeone]</code> before the font directives.
|-
| Xits (Opentype version of Stix) || xits
|-
| Xits (Bibi support) || xitsbidi
|-
| Asana (Palatino clone) || asana
|-
| HV Math || hvmath
|-
| Informal || informal
|-
| Mathdesign Charter || charter || Add <code>\loadtypescriptfile[mathdesign]</code> before the font directives
|-
| Mathdesign Garamond || garamond || Add <code>\loadtypescriptfile[mathdesign]</code> before the font directives
|-
| Mathdesign Utopia || utopia || Add <code>\loadtypescriptfile[mathdesign]</code> before the font directives
|-
| Math times || mathtimes
|-
| Cambria || cambria
|-
| Euler (Fallback on Palatino) || pagellaovereuler || Add <code>\appendtoks \rm \to \everymathematics</code>
<code>\setupmathematics[lcgreek=normal, ucgreek=normal]</code> '''after''' the font directives.
|}
 
 
= Old Article =
 
This article is about various mathematical fonts that can be used in ConTeXt; it doubles as a list of math fonts. Tweaks are collected here; longer pieces of code are given their own article.

Navigation menu