Differences between revisions 4 and 5
Revision 4 as of 2009-03-11 03:41:29
Size: 863
Editor: MikeStillman
Comment:
Revision 5 as of 2009-03-11 03:42:47
Size: 208
Editor: MikeStillman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Please edit system and help pages ONLY in the master wiki!
## For more information, please see MoinMoin:MoinDev/Translation.
## IMPORTANT NOTE:
## When you use this page as a template for creating your project page:
## * please remove all lines starting with two hashes (##)
## * except the acl line, please keep that, but remove one hash, so it reads #acl ...
## * fix the acl line so it has the correct page instead of the sample Project/...Group
##acl Project/AdminGroup:admin,read,write,delete,revert Project/ReadWriteGroup:read,write Project/ReadGroup:read
##master-page:Unknown-Page
##master-date:Unknown-Date
#format wiki
#language en
Line 18: Line 5:
    m = macaulay2('matrix {{1,2},{3,4}}') {{{
m = macaulay2('matrix {{1,2},{3,4}}')
}}}

Some bugs involving the Macaulay2-sage interface

1. In a notebook, running sage, the following displays the tex source instead of the formatted tex.

    m = macaulay2('matrix {{1,2},{3,4}}')

days14/projects/robust (last edited 2009-03-12 17:09:29 by MikeStillman)