Changes

Jump to navigation Jump to search
m
no edit summary
Palatino, designed by Hermann Zapf, is an elegant font. To typeset a document in Palatino:
 
<texcode>
\usetypescript[palatino][ec]
That setup uses Palatino for text and mathematics. To set the mathematics in Euler (also designed by Hermann Zapf),
 
<texcode>
\usetypescript[palatino][ec]
(The rscale setting is to match the Euler font height to the Palatino height.)
To get boldface mathematics symbols, add one line to the preceding setup:<texcode>\usetypescript[palatino][ec]\definetypeface [palatino] [mm] [math] [euler] [euler][rscale=1.03]\definetypeface [boldmath] [mm] [boldmath][euler][euler][rscale=1.03]\setupbodyfont[palatino,11pt]</texcode>Then use <code>\boldsymbol</code>.
Here is an example:
<texcode>
\usetypescript[palatino][ec]
\definetypeface [boldmath] [mm] [boldmath][euler][euler][rscale=1.03]
\setupbodyfont[palatino,11pt]
 
\def\thetavec{{\boldsymbol\theta}}
\def\thetahat{\hat\thetavec}
 
If $\thetavec$ is a vector, $\theta$ is its length, and $\thetahat$ is
a unit vector in the $\thetavec$ direction,
\startformula
\thetavec = \theta\thetahat.
\stopformula
</texcode>
Here is an example:which produces
<context>
\stopformula
</context>
 
==Mk IV==
 
The above won't work in Mk IV. For hints on how to get Euler working there,
read the thread at http://www.ntg.nl/pipermail/ntg-context/2010/052632.html
 
TL;DR: It should be enough to use pagella-euler typescript.
 
[[Category:Old Content]]

Navigation menu