Re: PDF reader for Groff output

2022-07-09 Thread Damian McGuckin
Hi Deri, On Sat, 9 Jul 2022, Deri wrote: Looking at your bad-sqrt.pdf you can see that ghostscript has embedded the two Times-Roman fonts, but not the symbol font. This means that whichever viewer you use needs to find a useable symbol font itself, since it is not embedded. That is my und

Re: PDF reader for Groff output

2022-07-09 Thread Damian McGuckin
On Sat, 9 Jul 2022, G. Branden Robinson wrote: I used to use Evince exclusively, but in bullseye it has a serious defect where the sidebar is no longer resizable, so I tend to use Okular these days. Eons ago, I used Okular. Then, with the move to CentOS over a Decade ago, moved to 'evince'.

Pdfmom does not depend on Makefile

2022-07-09 Thread Axel Kielhorn
I used to build groff with a toolchain from Macports. Therefore I had perl at: #!/opt/local/bin/perl -w After cleaning my system I now use the system version of Perl at: #!/usr/bin/perl -w This has resulted in the correct version in the Makefile: PERL = /usr/bin/perl PERL_VERSION = 5.30.2 Si

Re: PDF reader for Groff output

2022-07-09 Thread Damian McGuckin
Hi Branden, On Sat, 9 Jul 2022, G. Branden Robinson wrote: The source code is: .ps 12 .vs 14 .nf .EQ p ~ = ~ q times sqrt { ( 1 + ~ (x / (q * q) ) } .EN The output on Windows with Acrobat had a long tail to the square root sign over the top of the whole expression. It appears from the pag

Re: PDF reader for Groff output

2022-07-09 Thread G. Branden Robinson
Hi Damian, At 2022-07-09T16:43:06+1000, Damian McGuckin wrote: > The source code is: > > .ps 12 > .vs 14 > .nf > .EQ > p ~ = ~ q times sqrt { ( 1 + ~ (x / (q * q) ) } > .EN > > The output on Windows with Acrobat had a long tail to the square root > sign over the top of the whole expression. It