Path: utzoo!attcan!uunet!munnari.oz.au!csc!ccadfa!usage!spinifex!agsm!bobm From: bobm@agsm.unsw.oz (Robert Marks) Newsgroups: comp.text Subject: Re: ditroff to ps wanted; what is mm? Summary: To get oblique Greek/maths symbols, use the \S slant operator in ditroff (but not troff) Message-ID: <706@agsm.unsw.oz> Date: 13 Mar 90 08:46:54 GMT References: <}X%#+4-@rpi.edu> <8800039@m.cs.uiuc.edu> Organization: Australian Graduate School of Management Lines: 17 In article <8800039@m.cs.uiuc.edu>, gillies@m.cs.uiuc.edu writes: > > Here is a caveat: The greek in the Adobe symbol font is *not* in > italic, yet troff *expects* italic greek. It seems that this is a > artifact of the original CAT phototypesetter -- it had a mixed > italic/nonitalic math font. No free workaround is known. > Wrong. Consider the following eqn definitions: define alpha % "\S'+15'\s-1\H'+1'\(*a\H'0'\s+1\S'0'\h'0.2n'" % define beta % "\S'+15'\s-1\H'+1'\(*b\H'0'\s+1\S'0'\h'0.2n'" % define gamma % "\S'+15'\s-1\H'+1'\(*g\H'0'\s+1\S'0'\h'0.4n'" % define delta % "\S'+15'\s-1\H'+1'\(*d\H'0'\s+1\S'0'\h'0.3n'" % Within eqn delimiters, alpha will be printed at an oblique angle of 15 degrees. The other operations alter the aspect ratio (for aesthetic reasons) and add a slight space at the right of the character.