Changeset 8cae10 in git
- Timestamp:
- Jun 6, 2011, 1:42:33 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 1bebbfe6863848ca47716f2e6bab1742430df913
- Parents:
- a5a8a1b9a7c07e38bc003684a775998eab555dc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/latex.lib
ra5a8a1 r8cae10 763 763 for(j=1;j<=size(obj);j++) 764 764 { h = jet(obj[j],0); // absterm 765 ineq = attrib(obj[j],"ineq"); 766 if(!(size(ineq))) { ineq = "=" ; } 765 ineq = "=" ; 767 766 l = texpoly("",obj[j]-h) + " & " + ineq + " & " + texpoly("",-h); 768 767 if(j<size(obj)) { l = l + " \\\\";} … … 776 775 for(j=1; j<=size(obj);j++) 777 776 { h = jet(obj[j],0); // absterm 778 ineq = attrib(obj[j],"ineq"); 779 if(!(size(ineq))) { ineq = "=" ; } 777 ineq = "="; 780 778 l = ""; nc = 0; 781 779 for (i=1; i<=nvars(basering);i++)
Note: See TracChangeset
for help on using the changeset viewer.