[NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread David Arnold
Hi, In setting out to update our intermediate algebra textbook for the fall semester (http://msenux.redwoods.edu/IntAlgText/), I've found that a file that would formerly compile under a previous version of context will no longer compile. Preliminaries $ ctxtools --contextversion CtxTools |

Re: [NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread David Arnold
Here is another example, this time not within a block, but within an enumeration again: The source: \startproperty Let $a$ and $b$ be any numbers such that $a=b$. Then, if $c$ is any number other than zero, \placeformula[-] \startformula ac=bc.\index{equations+multiplication}

Re: [NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread Aditya Mahajan
On Wed, 4 Jul 2007, David Arnold wrote: Here is another example, this time not within a block, but within an enumeration again: The newmat module seems to be the culprit. After loading newmat add \unexpanded\def\frac#1#2{\mathematics{\genfrac{}{}{}\donothing{#1}{#2}}} and it should work

Re: [NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread Aditya Mahajan
On Wed, 4 Jul 2007, Aditya Mahajan wrote: On Wed, 4 Jul 2007, David Arnold wrote: Here is another example, this time not within a block, but within an enumeration again: The newmat module seems to be the culprit. After loading newmat add

Re: [NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread David Arnold
Aditya, Thanks for the reply. As far as I know, we don't explicitly import newmat in our environment files: trunk $ grep usemodule * bookenv-clean1-base.tex:\usemodule[math-ext] bookenv-clean1-colors.tex:\usemodule[colors] As you can see, we do use the module math-ext. On Jul 4, 2007, at

Re: [NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread Aditya Mahajan
On Wed, 4 Jul 2007, David Arnold wrote: On Jul 4, 2007, at 2:57 PM, Aditya Mahajan wrote: On Wed, 4 Jul 2007, David Arnold wrote: Here is another example, this time not within a block, but within an enumeration again: The newmat module seems to be the culprit. After loading newmat add

Re: [NTG-context] We have a problem --- Old file no longer compiles

2007-07-04 Thread David Arnold
Yes, it is getting loaded: system : module newmat loaded Turns out it's not in our style files, but in the exercise file that I am compiling: \startcomponent NumberSystemsExercises \project book \product Preliminaries/PreliminariesChapter \usemodule[newmat] \usemodule[math-ext]