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? Thanks, Michael ________________________________ This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments).
Am 16.09.2012 um 01:32 schrieb "Rogers, Michael K"
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
participants (2)
-
Rogers, Michael K
-
Wolfgang Schuster