Changeset 7f3ad4 in git for Singular/LIB/latex.lib


Ignore:
Timestamp:
Jan 14, 2009, 5:07:05 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0721816437af5ddabc83aa203a12d9b58b42a33c
Parents:
95edd5641377e851d4a1d4e986853687991d0895
Message:
*hannes: format


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/latex.lib

    r95edd5 r7f3ad4  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: latex.lib,v 1.29 2007-06-20 22:30:41 levandov Exp $";
     2version="$Id: latex.lib,v 1.30 2009-01-14 16:07:05 Singular Exp $";
    33category="Visualization";
    44info="
     
    677677 if (size(#)==1)
    678678 { if (typeof(#[1])=="int" or typeof(#[1])=="intvec" or typeof(#[1])=="vector"
    679     or typeof(#[1])=="number" or typeof(#[1])=="bigint" or defined(TeXaligned)) 
    680    { DA = D; DE = D; } 
     679    or typeof(#[1])=="number" or typeof(#[1])=="bigint" or defined(TeXaligned))
     680   { DA = D; DE = D; }
    681681}
    682682
     
    696696    else {s = s + obj + newline;}
    697697   }
    698    if (typeof(obj) == "int" or typeof(#[1])=="bigint") 
     698   if (typeof(obj) == "int" or typeof(#[1])=="bigint")
    699699   { s = s + "  " + string(obj) + "  ";}
    700700
     
    15941594  //if(defined(TeXreplace)){ short =0;}   // hier ueberfluessig 31.5.07
    15951595  if (short)
    1596   { j = 0;  // 31.5.07 
     1596  { j = 0;  // 31.5.07
    15971597    while(s[i]<>"!")
    15981598    { b=i; if (s[i]=="+" or s[i]=="-") {j++;}  // 31.5.07
Note: See TracChangeset for help on using the changeset viewer.