Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 v7 ucbopal-1.9 BSD 4.2; site ucbopal.CC.Berkeley.ARPA Path: utzoo!linus!decvax!ucbvax!ucbtopaz!ucbopal!edmoy From: edmoy@ucbopal.CC.Berkeley.ARPA Newsgroups: net.text Subject: Re: troff problems with \h Message-ID: <212@ucbopal.CC.Berkeley.ARPA> Date: Fri, 9-Nov-84 12:59:41 EST Article-I.D.: ucbopal.212 Posted: Fri Nov 9 12:59:41 1984 Date-Received: Sun, 11-Nov-84 19:48:10 EST References: <1891@pegasus.UUCP> Organization: Univ. of Calif., Berkeley CA USA Lines: 22 >I'm having problems with the following constructs (created by a filter that I >have): > >\h'0-\w'Dequeuing'/2u+14n'Dequeuing > > or > >'nr XX 0-\w'Dequeueing'/2u+14n >\h'\n(XX'Dequeueing The default units for \h are em's, while the output of \w is units. So use: \h'0-\w'Dequeuing'u/2u+14n'Dequeuing or 'nr XX 0-\w'Dequeueing'/2u+14n \h'\n(XXu'Dequeueing Ed Moy Computing Services University of California, Berkeley