>From gaius.mul...@southwales.ac.uk Wed Apr 13 15:53:13 2016
>>
>> soelim doc.1 | pic | tbl | eqn -Tps:html | pre-grohtml troff -ms
>> -Thtml | post-grohtml
>>
>> What if I have a file that has already been processed
>> by soelim and refer?
>
>multiple preprocessing via soelim is fine - a no-op.
T
Hi Gaius,
> multiple preprocessing via soelim is fine - a no-op.
Good point. Though failed .so, e.g. `.so missing-file', are passed
through to the output and could in theory do something different on a
second pass. ;-)
Cheers, Ralph.
Anton Shterenlikht writes:
Anton Shterenlikht writes:
> So how do I use grohtml?
> As groff -Thtml?
>
> Using groff -Thtml -V shows me this pipeline:
>
> soelim doc.1 | pic | tbl | eqn -Tps:html | pre-grohtml troff -ms
> -Thtml | post-grohtml
>
> What if I have a file that has already been proc
>> What does -Tps:html mean?
>
> Yes, is the colon a special character here?
`ps:html' is used internally in the groff pipeline for communication
with eqn to enforce generation of image tags if inside of a pic image
(as needed by HTML output).
Werner
Hi Anton,
> As groff -Thtml?
Yes, that's easiest as groff knows what needs doing in various places
for the other programs.
> Using groff -Thtml -V shows me this pipeline:
>
> soelim doc.1 | pic | tbl | eqn -Tps:html |
> pre-grohtml troff -ms -Thtml | post-grohtml
>
> What if I have a file th
So how do I use grohtml?
As groff -Thtml?
Using groff -Thtml -V shows me this pipeline:
soelim doc.1 | pic | tbl | eqn -Tps:html | pre-grohtml troff -ms
-Thtml | post-grohtml
What if I have a file that has already been processed
by soelim and refer?
What does -Tps:html mean?
Thanks
Anton
i wrote:
|Anton Shterenlikht wrote:
||On FreeBSD 11-current, with groff 1.22 installed
||
||rat> pkg info -xo groff
||groff-1.22.2_4 textproc/groff
||rat> pkg info -xl groff|grep groh
||/usr/local/bin/post-grohtml
||/usr/local/bin/pre-grohtml
||/usr
Anton Shterenlikht wrote:
|On FreeBSD 11-current, with groff 1.22 installed
|
|rat> pkg info -xo groff
|groff-1.22.2_4 textproc/groff
|rat> pkg info -xl groff|grep groh
|/usr/local/bin/post-grohtml
|/usr/local/bin/pre-grohtml
|/usr/local/man/man1/gro
On FreeBSD 11-current, with groff 1.22 installed
rat> pkg info -xo groff
groff-1.22.2_4 textproc/groff
rat> pkg info -xl groff|grep groh
/usr/local/bin/post-grohtml
/usr/local/bin/pre-grohtml
/usr/local/man/man1/grohtml.1.gz
rat>
Before I contact the FreeB