math-fonts-italics-002.tex /size: 558 b    last modification: 2024-01-16 10:21
1\environment math-fonts-helpers
2
3\startbuffer[italic-1]
4    $\showglyphs \showfontitalics V^1_2 + V^1 + V_2$
5    \blank
6    $\showglyphs \showfontitalics f^1_2 + g^1_2 + v^1_2 + w^1_2$
7    \blank
8    $\showglyphs \showfontitalics A^1_2 + B^1_2 + V^1_2 + W^1_2$
9    \blank
10\stopbuffer
11
12\startbuffer[italic-2]
13    \mathfontcontrol \italicshapekernmathcontrolcode
14    \mathcontrolmode \plusone
15    \getbuffer[italic-1]%
16\stopbuffer
17
18% \continueifinputfile{italics-002}
19
20\starttext
21
22    \MathSamples [
23    ] [
24        italic-1,
25        italic-2
26    ]
27
28\stoptext
29