Changeset fdbd6d in git for doc/doc2tex.pl
- Timestamp:
- Jul 22, 1999, 9:21:31 AM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- acd34728953b7dc1ca2fbd7c53c176f9b2c9d241
- Parents:
- b023ec8a4be590d97fadbda4269b50db6982b09d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/doc2tex.pl
rb023ec8 rfdbd6d 1 1 #!/usr/local/bin/perl 2 # $Id: doc2tex.pl,v 1.1 2 1999-07-21 21:04:21 obachman Exp $2 # $Id: doc2tex.pl,v 1.13 1999-07-22 07:21:31 wichmann Exp $ 3 3 ################################################################### 4 4 # Computer Algebra System SINGULAR … … 105 105 $_ = shift(@ARGV); 106 106 if (/^-S(ingular)?$/) { $Singular = shift(@ARGV); next;} 107 if (/^-o( output)?$/){ $tex_file = shift(@ARGV); next;}107 if (/^-o(utput)?$/) { $tex_file = shift(@ARGV); next;} 108 108 if (/^-no_r(euse)?$/) { $reuse = 0; next;} 109 109 if (/^-c(lean)?$/) { $clean = 1; next;}
Note: See TracChangeset
for help on using the changeset viewer.