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