[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: refer macro mm
From: |
Ralph Corderoy |
Subject: |
Re: refer macro mm |
Date: |
Sun, 24 Nov 2019 17:24:18 +0000 |
Hi Marko,
> refer -p refer.trf xxx.mm |
> groff -mm -k -Tpdf > xxx.pdf
>
> I struggle just with with -R I get always a bad result.
> groff xxx.mm -R refer.trf -mm -k -Tpdf > xxx.pdf
groff's -R doesn't take the reference database as a parameter;
see the description of -R in groff(1).
Instead, refer(1) describes how .R1 and .R2 allow commands in xxx.mm to
replace options, e.g. -p becomes database.
.R1
database refer.trf
.R2
--
Cheers, Ralph.