Hello Riza,

> Hello Ralph,
>
> cat main.ms | soelim | pic | tbl | groff -ms > main.ps
...
> What is soelim used for?

soelim(1) attempts to explain.  It doesn't tend to be needed when one
starts using troff but might be wanted in special cases later.

Consider the difference between these two if foo does a .so of bar.

    pic foo | troff
    soleim foo | pic | troff

Given the .so is processed by troff at the end of the pipeline,
the first leaves bar unseen by pic whereas the second includes
bar's content in the standard input seen by pic.

-- 
Cheers, Ralph.

Reply via email to