On Mon 20 Apr 2015 22:31:03 Radek wrote:
> Hi Ralph,
> 
> Relevant part of Makefile is
> 
> PREPROC = -pt
> %.pdf: %.tr
>     groff -U $(PREPROC) -Tpdf -m spdf $< >$@
> 
> So the command is: groff -U -pt -Tpdf -mspdf table.tr >table.pdf

The code snippet you provided does not seem to require the ms macro. If you 
drop the -mspdf it behaves better. If you need the ms macro then Tadziu has 
given the answer.

Cheers 

Deri

Reply via email to