Sunday, September 12, 2004 Henning Hraban Ramm wrote:
Am 12.09.2004 um 15:25 schrieb Giuseppe Bilotta:
It's probably better to put them under \context\user, and if possible under the *local* texmf tree, if you have one ... \usemodule[amsl] should suffice, it provides a (I *hope* LaTeX compatible) array command ... use \startarray ... \stoparray instead of the LaTeX-style \begin{array} ... \end{array}.
Giuseppe, would you please add the whole stuff to teh Wiki at http://contextgarden.net/Math ? I think it's a FAQ, but I never used Math with ConTeXt, son can't add it myself.
I just noticed that there is a small note on http://contextgarden.net/LaTeX_Math_in_ConTeXt describing, with different words, what I just said :) """ The array environment is a notably more complicated construction. Luckily, it's already been duplicated in Giuseppe Bilotta's t-amsl.tex package, so we don't have to rewrite it. (The spacing is somewhat tighter than LaTeX's array, though.) Using that simply requires the following line at the head of the ConTeXt document: """ I added a minor comment on using \startarray ... \stoparray after loading the amsl module. -- Giuseppe "Oblomov" Bilotta