Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!ux1.cso.uiuc.edu!midway!mimsy!yamuna.cs.umd.edu!liu From: liu@yamuna.cs.umd.edu (Yuan Liu) Newsgroups: comp.text Subject: Re: the aleph character in troff Message-ID: <32863@mimsy.umd.edu> Date: 12 Apr 91 21:18:25 GMT References: <9104120812.AA03584@landau.uchicago.edu> Sender: news@mimsy.umd.edu Reply-To: liu@yamuna.cs.umd.edu (Yuan Liu) Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 23 In article wjh+@andrew.cmu.edu (Fred Hansen) writes: #Excerpts from mail: 12-Apr-91 anil@control.UChicago.ED (349) # ## I was reading your posting in comp.text and wondered if ## you could help me with a problem: is there any way to ## obtain Hebrew 'aleph' in troff? (It exists in TeX as ## simply \aleph. Is it possible to get its postscript #definition from TeX and use it in troff?). # #The file below prints a line with an aleph just before the word aleph. (some nice troff code and postscript code.) Actually, if you are using ditroff with psdit for postscript output, you can try the special character \(al. If you are using groff from gnu, and grops for postscript output, you can use \(Ah. The sad fact about troff is that there are no standard for spcial characters except for those specified in the UNIX manual. This aleph character is a good example. I'm sure there are other such examples (e.g. the universal and the existential quantifiers). Yuan Liu liu@cs.umd.edu