Question: Latex Problmes on Mac OS X

Hi - I am having problems generating a latex document from a Maple worksheet under OS X. I'm using Maple 10. When I create even a simple worksheet like: > foo := Matrix([[1,2,3],[4,5,6],[7,8,9]]); and try to export it as latex (using the command from the 'File' menu), I have two problems. The first is that the generated latex file has the line: usepackage{maplestd2e} which I belive should be (since I can't find a maplestd2e.sty either in my distribution or on the website): usepackage{maple2e} After making this change and trying to typeset the document I get the following error: ! Misplaced oalign. ... oalign {medskip }4&5&6\ oalign {medskip }7&8&9end {arr... l.28 end{maplelatex}} {} I am using TexShop on OS X to do the type setting. But I also get the same error when I try to typeset the document on a linux machine. Am I doing something wrong or is this a problem in the Maple distribution? Thanks! Bryan ps. If anyone is interested I can post one of the .tex files I have generated.
Please Wait...