Changeset 9282f3 in git for doc/doc2tex.pl
- Timestamp:
- Jul 17, 1999, 4:49:16 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- adeb1489e39a262d74a7f8bf8315a2c4b84b7507
- Parents:
- 86050ee275fe1a82d0ab4c97fb6fa4560231a142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/doc2tex.pl
r86050e r9282f3 1 1 #!/usr/local/bin/perl 2 # $Id: doc2tex.pl,v 1. 7 1999-07-15 17:06:11obachman Exp $2 # $Id: doc2tex.pl,v 1.8 1999-07-17 14:49:10 obachman Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 358 358 last if (/^\@c\s*ref\s*$/); 359 359 360 while (/\@ref{( [^\s]*)}/)360 while (/\@ref{(.*?)}/) 361 361 { 362 362 $refs{$1} = 1; … … 384 384 else 385 385 { 386 print TEX "\@strong{See also:} 386 print TEX "\@strong{See also:}\n"; 387 387 } 388 388 $lref = pop(@refs);
Note: See TracChangeset
for help on using the changeset viewer.