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.
