Changeset 877605 in git for doc/doc2tex.pl


Ignore:
Timestamp:
Jul 15, 1999, 4:15:19 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
50916788b142aba5bfbca122c6a90d26e3699f9f
Parents:
327475e753c11fd385598d44429521d89470f9e2
Message:
* new files: tricks.doc
* new handling of images


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

Legend:

Unmodified
Added
Removed
  • doc/doc2tex.pl

    r327475 r877605  
    11#!/usr/local/bin/perl
    2 # $Id: doc2tex.pl,v 1.5 1999-07-09 14:12:47 obachman Exp $
     2# $Id: doc2tex.pl,v 1.6 1999-07-15 14:15:06 obachman Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    656656      $text .= '@*'
    657657        if ($line =~ /\w/ && $pline =~ /\w/ &&
    658             ((length($pline) < 60) || $line =~ /^\s*\w\(.*?\)/));
     658            ((length($pline) < 60) || $line =~ /^\s*\w*\(.*?\)/));
    659659      $line =~ s/\s*$//;
    660660      $text .= "$line\n";
Note: See TracChangeset for help on using the changeset viewer.