Hello
How to reduce the size of all subscripts in math mode ?
Thanks
Fabrice

\usemodule[tikz]
 \protected\def\vector#1{%
     \starttikzpicture[baseline=(arg.base),>=stealth]
     \node[inner xsep=0pt] (arg) {\m{#1}};
     \draw[thick,->,shorten >=-1pt] (arg.north west) -- (arg.north east);
    \stoptikzpicture%
    }
\starttext
 \m{z_{\vector{U}}}
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Reply via email to