Rudolf Sykora said:
> Does anyone of you know if it is possible to teach linux to read unicode
> letters as plan9 does?
Russ Cox said:
> ... generate a config that makes the X11 compose do exactly what p9p does ...
a python script that generates such a config, by Kris Maglione:
http://lists.suck
> .FP luxisans
>
> at the top of your file.
>
{echo .FP luxisans;echo echo αβδγ '\(*a\(*b\(*d\(*g'}|9 troff -ms|9
tr2post|9 psfonts
this did work, as long as i didn't use page. page failed
in ghostscript misery. an endless stream of
Current allocation mode is local
Current file pos
>> I can't see any Greek letters.
>> Is there sth. simple to do?
>
> Try using
>
> .FP luxisans
>
> at the top of your file.
I tried this as soon as sb here mentioned your earlier post where you
had proposed the same: http://9fans.net/archive/2010/09/206
However, not better with it.
Btw., I observ
> my plan9 machine has broken down and I need to continue working.
> I use troff with math. When I tried to typeset my text under plan9port
> (instead of the native plan9) with
>
> cat $stem.ms |9 pic|9 eqn|9 troff -ms|9 tr2post | 9 psfonts >$stem.ps
>
> I can't see any Greek letters.
> Is there st
wrote:
> Hello,
>
> my plan9 machine has broken down and I need to continue working.
> I use troff with math. When I tried to typeset my text under plan9port
> (instead of the native plan9) with
>
> cat $stem.ms |9 pic|9 eqn|9 troff -ms|9 tr2post | 9 psfonts >$stem.ps
>
> I can't see any Greek
I had a similar problem with p9p, and I Was told to replace p9p's fonts
with those from a full Plan9 distribution. Hope that helps.
EBo --
On Mon, 20 Sep 2010 13:46:37 +0200, Rudolf Sykora
wrote:
> Hello,
>
> my plan9 machine has broken down and I need to continue working.
> I use troff wit