groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] grog.pl peculiarities


From: Werner LEMBERG
Subject: [Groff] grog.pl peculiarities
Date: Tue, 14 Nov 2000 10:09:41 +0100 (CET)

In grog.pl the following code can be found to check whether the pic
preprocessor should be called:

        ...
        elsif (/^\.PS([ 0-9.<].*)?$/) {
            if (/^\.PS\s*<\s*(\S+)/) {
                $pic++;
                $soelim++ if $level;
                &process($1, $level);
            }
            else {
                $_ = <FILE>;
                if (!/^\./ || /^\.ps/) {
                    $pic++;
                    $soelim++ if $level;
                }
            }
        }

This looks very strange.  Can somebody tell me in which macro package

  .PS <foo>

or

  .PS < foo

is used to load a pic file?


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]