Changeset 56cfdb in git for doc


Ignore:
Timestamp:
Sep 2, 1999, 3:06:11 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b9f50b373314e74e83c7c060a651dd2913e1f033')
Children:
013a76e1c23680e70350e2b1490fb5f16196a9d9
Parents:
15899c19a7ecf4465cfe37a7c3892c0ee9167c5a
Message:
* hannes: library appendix got a new structure
  (pl2doc.pl reference.doc singular.doc)


git-svn-id: file:///usr/local/Singular/svn/trunk@3579 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/pl2doc.pl

    r15899c r56cfdb  
    11#!/usr/local/bin/perl
    2 # $Id: pl2doc.pl,v 1.9 1999-08-19 15:23:22 obachman Exp $
     2# $Id: pl2doc.pl,v 1.10 1999-09-02 13:06:08 Singular Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    8484    print LDOC " ".$procs[$i-1] if ($i > 0);
    8585    print LDOC ", " . $lib ."_lib\n";
    86     print LDOC "\@subsection " . $procs[$i] . "\n";
     86    print LDOC "\@subsubsection " . $procs[$i] . "\n";
    8787    print LDOC "\@cindex ". $procs[$i] . "\n";
    8888    $CHECKSUMS{$procs[$i]} = $chksum{$procs[$i]} if ($db_file);
Note: See TracChangeset for help on using the changeset viewer.