Changeset 8cae10 in git for Singular/LIB/latex.lib


Ignore:
Timestamp:
Jun 6, 2011, 1:42:33 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
1bebbfe6863848ca47716f2e6bab1742430df913
Parents:
a5a8a1b9a7c07e38bc003684a775998eab555dc8
Message:
fix attribute handling

git-svn-id: file:///usr/local/Singular/svn/trunk@14257 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/latex.lib

    ra5a8a1 r8cae10  
    763763          for(j=1;j<=size(obj);j++)
    764764          { h = jet(obj[j],0);  // absterm
    765             ineq = attrib(obj[j],"ineq");
    766             if(!(size(ineq))) { ineq = "=" ; }
     765            ineq = "=" ;
    767766            l = texpoly("",obj[j]-h) + " & " + ineq + " & " + texpoly("",-h);
    768767            if(j<size(obj)) { l = l + " \\\\";}
     
    776775           for(j=1; j<=size(obj);j++)
    777776           { h = jet(obj[j],0);   // absterm
    778              ineq = attrib(obj[j],"ineq");
    779              if(!(size(ineq))) { ineq = "=" ; }
     777             ineq = "=";
    780778              l = ""; nc = 0;
    781779              for (i=1; i<=nvars(basering);i++)
Note: See TracChangeset for help on using the changeset viewer.