Tagged Questions
7
votes
2answers
133 views
Number kerning in ConTeXt math mode is different and worse than normal
Compare these two:
\starttext
\unit{0.01 kilogram}
$ \unit{0.01 kilogram} $
\stoptext
I would naively expect these to produce very similar results, but the latter case—the one in math mode—we get ...
5
votes
1answer
152 views
How to make written text within math mode appear using the font of the surrounding text in ConTeXt?
In some parts of my document, I have text inside of math mode, to position text, e.g.:
\math{
\overset{
\text{This text is above.}
}
{
\text{This text is below.}
}
}
...
3
votes
0answers
139 views
ConTeXt math fonts
I’m wondering if there is a way to use one font of my choice for all letters and digits, and another (e.g. Asana Math) for symbols in ConTeXt math mode? In LaTeX, I’ve used mathspec or unicode-math ...
4
votes
1answer
144 views
autopunctuation not working properly
What am I doing wrong? According to my understanding, these two formulae should look different (the second one should have a thin space):
\setupmathematics[autopunctuation=yes]
\starttext
$(2,5)$ ...