Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-27 Thread Sanjoy Mahajan
Aditya>>> This is a typo in math-pln.tex. The end of the file should be Hans>> this trickery is related to a change in the catcode management of Hans>> context (which interferes with some plain tex left-overs) Taco> Hans has uploaded a new version, with fix (context 2006.12.27). Just tested on m

Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-27 Thread Taco Hoekwater
Hans Hagen wrote: >> >>This is a typo in math-pln.tex. The end of the file should be >> >>\bgroup >> \catcode`\_ = 13 >> \catcode`\' = 13 >> \doglobal\appendtoks >> \let_\activemathunderscore >> \let'\activemathquote >> \to \everymathematics %<--- was \everymath >>\e

Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-27 Thread Hans Hagen
Aditya Mahajan wrote: > On Tue, 26 Dec 2006, Sanjoy Mahajan wrote: > > >> I just noticed this test file failing: >> >> \starttext >> $f'(x)$ >> \startformula >> f^\prime(x)\quad f'(x) >> \stopformula >> \stoptext >> >> It gives: >> >> ! Undefined control sequence. >> l.4 f^\prime(x)\quad f' >>

Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-27 Thread Hans Hagen
Aditya Mahajan wrote: > On Wed, 27 Dec 2006, Zhichu Chen wrote: > > >> Hi Aditya, >> >> I've copied your codes and replaced the original ones with them, but I >> failed when I make the formats: >> texexec --make --all >> >> It gives me the following message: >> --

Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-26 Thread Aditya Mahajan
On Wed, 27 Dec 2006, Zhichu Chen wrote: > Hi Aditya, > > I've copied your codes and replaced the original ones with them, but I > failed when I make the formats: > texexec --make --all > > It gives me the following message: > --- > > (d:\ConTeXt\u

Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-26 Thread Zhichu Chen
Hi Aditya, I've copied your codes and replaced the original ones with them, but I failed when I make the formats: texexec --make --all It gives me the following message: --- (d:\ConTeXt\usr\local\context\tex\texmf-local/tex/context/base/math-pln.t

Re: [NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-26 Thread Aditya Mahajan
On Tue, 26 Dec 2006, Sanjoy Mahajan wrote: > I just noticed this test file failing: > > \starttext > $f'(x)$ > \startformula > f^\prime(x)\quad f'(x) > \stopformula > \stoptext > > It gives: > > ! Undefined control sequence. > l.4 f^\prime(x)\quad f' >(x) > This is a ty

[NTG-context] ' undefined inside \startformula .. \stopformula

2006-12-26 Thread Sanjoy Mahajan
I just noticed this test file failing: \starttext $f'(x)$ \startformula f^\prime(x)\quad f'(x) \stopformula \stoptext It gives: ! Undefined control sequence. l.4 f^\prime(x)\quad f' (x) As you can see from lack of complaint about $f'(x)$, the ' still works in inline math