Changeset 0cf861 in git


Ignore:
Timestamp:
Dec 8, 2000, 4:51:24 PM (22 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
7971e5f8a84fdd663e8ce0b6a9388e9955fdf565
Parents:
0d7217b1f647254bcffd002e6cfa8fe99ad2efda
Message:
* some updates


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

Legend:

Unmodified
Added
Removed
  • doc/pl2doc.pl

    r0d7217 r0cf861  
    11#!/usr/local/bin/perl
    2 # $Id: pl2doc.pl,v 1.16 2000-05-19 14:07:22 obachman Exp $
     2# $Id: pl2doc.pl,v 1.17 2000-12-08 15:51:24 obachman Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    283283      next;
    284284    }
    285     if ($line =~ /([^\@]|^)\@(code|math){(.*?)}/)
     285    my $ref = 'ref';
     286    if ($line =~ /([^\@]|^)\@(code|math|xref|pxref|$ref){(.*?)}/)
    286287    {
    287288      my $l = $line;
    288289      $l =~ s/^\s*//;
    289290      $l =~ s/\s$//;
    290       while ($l =~ /([^\@]|^)\@(code|math){(.*?)}/)
     291      while ($l =~ /([^\@]|^)\@(code|math|xref|pxref|$ref){(.*?)}/)
    291292      {
    292293        $text .= CleanAscii($`.$1);
Note: See TracChangeset for help on using the changeset viewer.