Changeset 877605 in git for doc/doc2tex.pl
- Timestamp:
- Jul 15, 1999, 4:15:19 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 50916788b142aba5bfbca122c6a90d26e3699f9f
- Parents:
- 327475e753c11fd385598d44429521d89470f9e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/doc2tex.pl
r327475 r877605 1 1 #!/usr/local/bin/perl 2 # $Id: doc2tex.pl,v 1. 5 1999-07-09 14:12:47obachman Exp $2 # $Id: doc2tex.pl,v 1.6 1999-07-15 14:15:06 obachman Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 656 656 $text .= '@*' 657 657 if ($line =~ /\w/ && $pline =~ /\w/ && 658 ((length($pline) < 60) || $line =~ /^\s*\w \(.*?\)/));658 ((length($pline) < 60) || $line =~ /^\s*\w*\(.*?\)/)); 659 659 $line =~ s/\s*$//; 660 660 $text .= "$line\n";
Note: See TracChangeset
for help on using the changeset viewer.