> 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 sth. simple to do?
Try using .FP luxisans at the top of your file. > PS.: Does anyone of you know if it is possible to teach linux to read > unicode letters as plan9 does? I mean e.g. alt+*+a means alpha, etc. Yes. https://help.ubuntu.com/community/ComposeKey has some information on the X11 Compose sequence mechanism. I have been meaning to prepare something in p9p to generate a config that makes the X11 compose do exactly what p9p does (except maybe the alt-X for spelling out Unicode by hex). If you make one, please post it. mklatinkbd is probably a good start. Russ