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
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'.
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
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
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