Changeset 20e830 in git
- Timestamp:
- Apr 15, 2009, 2:25:35 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e97c8f910c4cae404f4c362e6c3248c1c9c5c223
- Parents:
- f2937f4cc55461975999b422d9c62325d028e475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/latex.lib
rf2937f r20e830 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: latex.lib,v 1.3 5 2009-04-15 11:14:36 seelischExp $";2 version="$Id: latex.lib,v 1.36 2009-04-15 12:25:35 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 @code{\"@{\"}are 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 @code{\"@}\"}}.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.