Changeset 20e830 in git for Singular/LIB


Ignore:
Timestamp:
Apr 15, 2009, 2:25:35 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
e97c8f910c4cae404f4c362e6c3248c1c9c5c223
Parents:
f2937f4cc55461975999b422d9c62325d028e475
Message:
*hannes: syntax fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/latex.lib

    rf2937f r20e830  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: latex.lib,v 1.35 2009-04-15 11:14:36 seelisch Exp $";
     2version="$Id: latex.lib,v 1.36 2009-04-15 12:25:35 Singular Exp $";
    33category="Visualization";
    44info="
     
    590590\"(\" + int + \",\" + s' + \")\" --> \"_@{\"+ int +\"@}\" + \"^@{\" + s'+\"@}\"
    591591@end example
    592          Furthermore, strings which begin with a @code{\"@{\"} are modified
     592         Furthermore, strings which begin with a left brace are modified
    593593         by deleting the first and the last character (which is then assumed to
    594          be a @code{\"@}\"}}.
     594         be a right brace).
    595595
    596596         if @code{fname!=\"\"}: append the transformed string s to the file
Note: See TracChangeset for help on using the changeset viewer.