groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pic rounded box corners misplaced with devpdf and landscape doc


From: Deri
Subject: Re: Pic rounded box corners misplaced with devpdf and landscape doc
Date: Sun, 10 Dec 2023 15:22:00 +0000

On Sunday, 10 December 2023 13:38:49 GMT Alexis wrote:
> cat <<EOF | groff -Tpdf -P-l -p - > box_rad_devpdf.pdf
> .PS
> box rad 0.2 ht 2 wid 2 "\*[.T]" "box rad 0.2 ht 2 wid 2"
> .PE
> EOF

Hi Alexis,

This works:-

cat <<EOF | groff -Tpdf -P-pa4l -p - > box_rad_devpdf.pdf
.PS
box rad 0.2 ht 2 wid 2 "\*[.T]" "box rad 0.2 ht 2 wid 2"
.PE
EOF

And with the yet to be merged changes (from the deri-gropdf-ng branch) 
so does:-

cat <<EOF | groff -Tpdf -dpaper=a4l -p - > box_rad_devpdf.pdf 
.PS 
box rad 0.2 ht 2 wid 2 "\*[.T]" "box rad 0.2 ht 2 wid 2" 
.PE 
EOF

I will investigate the problem with -P-l.

Cheers

Deri






reply via email to

[Prev in Thread] Current Thread [Next in Thread]