6 Nov
2017
6 Nov
'17
10:12 p.m.
On 6. Nov 2017, at 21:44, Weber, Matthias
wrote: It looks like Metapost is a good way of doing this. If anybody knows a better way, please let me know.
Not “better,” but maybe simpler: you can just scale the cdot; if you want to be fancy, you can make a macro and center it vertically, but the basic process would be: \starttext \getglyph{file:xits-math.otf}{\char"00B7} \space \getscaledglyph{1.2}{file:xits-math.otf}{\char"00B7} \space \getscaledglyph{1.6}{file:xits-math.otf}{\char"00B7} \space \getscaledglyph{2}{file:xits-math.otf}{\char"00B7} \stoptext So knock yourself out... Thomas