groff
[Top][All Lists]
Advanced

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

Re: [groff] * SL * Gpresent version 2.4 Released


From: Bob Diertens
Subject: Re: [groff] * SL * Gpresent version 2.4 Released
Date: Thu, 16 Nov 2017 13:39:34 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

On Thu, Nov 16, 2017 at 06:53:10AM -0500, Mike Bianchi wrote:
> The PAUSE sometimes does not work?
> The file  demo.pdf  in the package reads in part ...
> 
>       You can also use the PAUSE macro in a table.
>                           AT&T Common Stock
>                         Year     Price  Dividend
>                          x X ps: exec %%%%PAUSE
>                         1984     15-20    $1.20
>                          x X ps: exec %%%%PAUSE
>                             5    19-25      1.20
>                          x X ps: exec %%%%PAUSE
>                             6    21-28      1.20
>                          x X ps: exec %%%%PAUSE
>                             7    20-36      1.20

Forgot about this.
I changed the implementation for PAUSE from
    .de PAUSE
    \X'ps: exec %%%%PAUSE'\c
    ..
into
    .de PAUSE2
    \X'ps: exec %%%%PAUSE'\c
    ..
    .de PAUSE
    .fl
    \! x X ps: exec %%%%PAUSE
    ..
And you hav to use PAUSE2 inside .DS/.DE pairs instead of PAUSE.

Why I needed to change to PAUSE macro I can't remember at the moment (changed
it more than 3 yeaars ago).

gr,
    Bob




reply via email to

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