Re: [NTG-context] \everymath

2012-09-16 Thread Wolfgang Schuster
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\everymathematic

[NTG-context] \everymath

2012-09-15 Thread 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? Thanks, Michael _

Re: [NTG-context] \everymath problem

2009-08-19 Thread Wolfgang Schuster
Am 19.08.2009 um 16:47 schrieb Hans Hagen: Eythan Weg wrote: Hi, I use luatex 0.43 with yesterday's beta. Running\everymath = {\displaystyle} \starttext ${a\over b}$ \stoptext results in ! Use of \dospecialabout doesn't match its definition. l.4 ${a\over b }$

Re: [NTG-context] \everymath problem

2009-08-19 Thread Hans Hagen
Eythan Weg wrote: Hi, I use luatex 0.43 with yesterday's beta. Running \everymath = {\displaystyle} \starttext ${a\over b}$ \stoptext results in ! Use of \dospecialabout doesn't match its definition. l.4 ${a\over b }$ Plain format under luatex has n

[NTG-context] \everymath problem

2009-08-19 Thread Eythan Weg
Hi, I use luatex 0.43 with yesterday's beta. Running \everymath = {\displaystyle} \starttext ${a\over b}$ \stoptext results in ! Use of \dospecialabout doesn't match its definition. l.4 ${a\over b }$ Plain format under luatex has no problem here. If I

Re: [NTG-context] \everymath and ' accent

2008-01-31 Thread morgan . brassel
Selon Hans Hagen <[EMAIL PROTECTED]>: > it's pretty dangerous to overload \everymath Yes, I guess so! It was just to see the difference between LaTeX and ConTeXt in this case. > maybe \appendtoks\displaystyle\to\everymath works Indeed, thank you! What I need actually is to modify $.$ locally (i

Re: [NTG-context] \everymath and ' accent

2008-01-31 Thread Hans Hagen
[EMAIL PROTECTED] wrote: > Hi everyone, > > This topic has already been discussed on the list, but I didn't clearly > understand the conclusion, so I'm asking again... It is not clear to me why > the > following > > \everymath{\displaystyle} > \starttext > \startformula \frac{1}{A'} \stopformula

[NTG-context] \everymath and ' accent

2008-01-31 Thread morgan . brassel
Hi everyone, This topic has already been discussed on the list, but I didn't clearly understand the conclusion, so I'm asking again... It is not clear to me why the following \everymath{\displaystyle} \starttext \startformula \frac{1}{A'} \stopformula $\frac{1}{A'}$ \stoptext fails with ConTeXt