[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: includes in eqn & pic. [Re: GNU eqn question/suggestion]
From: |
Tadziu Hoffmann |
Subject: |
Re: includes in eqn & pic. [Re: GNU eqn question/suggestion] |
Date: |
Sat, 28 Nov 2020 01:32:33 +0100 |
User-agent: |
Mutt/1.11.4 (2019-03-13) |
> eqn does well, however .PS/.PE doesn't seem to be processed by [g]pic
> on inserting.
>
> I compiled using: groff -e -p test.groff > test.ps
The eqnrc is inserted by eqn, but in the pipeline run by
"groff -e -p", eqn runs *after* pic, so pic never sees this input
and cannot act upon it. Since pic does not (as far as I know)
have an analogous automatic startup file, you have to move the
pic stuff out of the eqnrc and into a "picrc" that you must
include manually:
groff -e -p picrc test.groff >test.ps