> > Do you mean the /usr/share/man/man1/grops.1 man page?
>
> No. I'm sure Werner means the src/devices/grops/grops.man file in
> the source distribution -- preferably the current version from CVS.
Well, yes, but it really doesn't matter :-)
Werner
___
> Do you mean the /usr/share/man/man1/grops.1 man page?
Yes.
> I'll do it, just give me a week or two please.
Thanks in advance.
Werner
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff
Miklos Somogyi wrote, quoting Werner Lemberg:
>> To create them, let's assume that the original file is called
>> `foo.man.orig', and your changes are in `foo.man'. Then simply enter
>> the command
>>
>> diff -u foo.man.orig foo.man > foo.man.diff
>
> Do you mean the /usr/share/man/man1/grops.1
On 10/03/2006, at 11:22 PM, Werner LEMBERG wrote:
Since this is the one and only example in `man grops' regarding
PostScript, I can still see some problems: [...]
Patches please :-) Users can do that far better than the
programmers...
To create them, let's assume that the original file is c
> How would I pass arbitrary ps parameters to an included ps routine?
>
> E.g.
>
> .something 50 (hello) 100
You probably want something like this:
.de END
..
.
.de something
. de something-aux END
ps: exec \\$*
. END
\Y[something-aux]
..
.
.something 50 (hello)