Changeset 295148 in git
- Timestamp:
- Apr 14, 2009, 7:23:25 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 38eaf6fbde45c8823f70fe705f2cc7ef86c68496
- Parents:
- bb93df632f69b8c4d26aaceae7bedd1505ab4d54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/latex.lib
rbb93df r295148 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: latex.lib,v 1.3 3 2009-04-14 17:03:43Singular Exp $";2 version="$Id: latex.lib,v 1.34 2009-04-14 17:23:25 Singular Exp $"; 3 3 category="Visualization"; 4 4 info=" … … 590 590 \"(\" + int + \",\" + s' + \")\" --> \"_@{\"+ int +\"@}\" + \"^@{\" + s'+\"@}\" 591 591 @end example 592 Furthermore, strings which begin with a left parenthesisare modified592 Furthermore, strings which begin with a left brace are modified 593 593 by deleting the first and the last character (which is then assumed to 594 be a right parenthes).594 be a right brace). 595 595 596 596 if @code{fname!=\"\"}: append the transformed string s to the file
Note: See TracChangeset
for help on using the changeset viewer.