Changeset b9b906 in git for Singular/LIB/template.lib


Ignore:
Timestamp:
Jan 16, 2001, 2:48:47 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
081d28e7da33af82545a27eb9f8ee82b0884b9f0
Parents:
4e3468f1f6473297e317588e34a7719e241780f9
Message:
*hannes: lib format revisited


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/template.lib

    r4e3468 rb9b906  
    22// version string automatically expanded by CVS
    33
    4 version="$Id: template.lib,v 1.9 2000-12-22 14:55:56 greuel Exp $";
     4version="$Id: template.lib,v 1.10 2001-01-16 13:48:46 Singular Exp $";
    55category="Miscellaneous";
    66// summary description of the library
     
    99AUTHOR:    Olaf Bachmann, email: obachman@mathematik.uni-kl.de
    1010
    11 SEE ALSO:  standard_lib, Guidelines for writing a library, 
     11SEE ALSO:  standard_lib, Guidelines for writing a library,
    1212           Typesetting of help strings
    1313
     
    2222proc mdouble(int i)
    2323"USAGE:    mdouble(i); i int
    24 RETURN:   int: i+i 
     24RETURN:   int: i+i
    2525NOTE:     Help string is in pure ASCII
    2626          this line starts on a new line since previous line is short
    2727          mdouble(i): no new line
    2828SEE ALSO: msum, mtripple, Typesetting of help strings
    29 KEYWORDS: procedure, ASCII help 
     29KEYWORDS: procedure, ASCII help
    3030EXAMPLE:  example mdouble; shows an example"
    3131{
     
    5151among others, the @@math command for mathematical typesetting (like
    5252@math{\alpha, \beta}).
    53 @*It also gives more control over the layout, but is, admittingly, 
     53@*It also gives more control over the layout, but is, admittingly,
    5454more cumbersome to write.
    5555@end table
     
    7878         @* Use @math  for simple math mode typesetting (like @math{i_1}).
    7979         @* Note: No parenthesis like } are allowed inside @math and @code
    80          @* Use @example for indented preformatted text typeset in typewriter 
     80         @* Use @example for indented preformatted text typeset in typewriter
    8181         font like
    8282@example
    83          this  --> that 
     83         this  --> that
    8484@end example
    8585        Use @format  for preformatted text typeset in normal font
     
    9090@texinfo
    9191@expansion{}
    92 @tex 
     92@tex
    9393$i_{1,1}$
    9494@end tex
     
    9898        automatic linebreaking         is still in affect (like on this line).
    9999SEE ALSO: mdouble, mtripple, Typesetting of help strings
    100 KEYWORDS: procedure, ASCII/Texinfo help 
     100KEYWORDS: procedure, ASCII/Texinfo help
    101101EXAMPLE: example msum; shows an example"
    102102{
Note: See TracChangeset for help on using the changeset viewer.