> On 6. Nov 2017, at 21:44, Weber, Matthias <matwe...@indiana.edu> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to