On Thu, 30 Nov 2006 12:25:59 -0800, Michael Stillman  
<[EMAIL PROTECTED]> wrote:

> One thing that displayed poorly (actually, it displayed fine, but it  
> seemed to write itself several times onto the screen):
>
> show(macaulay2('1/(x+y)^4'))

This is likely an artifact of jsmath as it renders the equation to the  
screen.
jsmath is supposed to "render before showing", but as you can vividly
see it doesn't really do that.  It's likely possible using javascript and
CSS to have it render hidden then make it appear.  I definitely want to
do this.

Many thanks for your other testing at
http://modular.math.washington.edu:8101/macaulay

Regarding the \bgroup and \egroup thing in typesetting -- what are they
supposed to do?  I can likely change them to something else that will
work with SAGE's typesetting engine:

sage: latex(macaulay2('genericMatrix(R,a,3,3)'))
\bgroup\begin{pmatrix}a&\nd&\ng\\\nb&\ne&\nh\\\nc&\nf&\ni\\\n\
end{pmatrix}\egroup

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to