> you seem to be missing "psfonts" in your pipeline, unexpectedly
> adding it did not correct my output.  (i get "g g e".  definately using
> the wrong font.)  also there seem to be some font confusions, too,
> as nroff produces this incorrect output:
>
>        ; echo '≥ $>=$ \(>='|9 eqn -d^'$$'|9 nroff | sed 1q
>        ≥ > >

not as incorrect as it appears on first glance.

$ echo '≥ $>=$ \(>=' | 9 eqn -d'$$' | 9 nroff | sed 1q | xd -c
0000000  e2 89 a5     _ \b  >     _ \b  > \n
000000c
$

russ

Reply via email to