Am 16.09.2012 um 01:32 schrieb "Rogers, Michael K" <mrog...@emory.edu>:

> I often want every math mode (between single $) be \displaystyle.  In Plain 
> TeX, you do something like
> 
> \everymath={\displaystyle}
> 
> Is the best ConTeXt way to do something like this?
> 
> \appendtoks\displaystyle\to\everymathematics
> 
> Or is there a key in \setupmathematics?


I don’t think so because I found only the command below the change the 
appearance
of inline formulas and \displaymath/\displaymathematics isn’t what you want 
because
it creates a display formula.

\let\normalstopdmath\Ustopdisplaymath % to prevent error message from 
\displaymath

\starttext

<\mathematics       {\frac{1}{2}}>
<\displaymathematics{\frac{1}{2}}>
<\inlinemathematics {\frac{1}{2}}>

<\displaymath{\frac{1}{2}}>
<\inlinemath {\frac{1}{2}}>
<\textmath   {\frac{1}{2}}>

\stoptext

Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to