(ti)troff question - horizontal motion and drawing arguments

Jeffrey Copeland jeff at mcnc.UUCP
Thu Jun 5 23:05:16 AEST 1986


Yes, you can place expressions in troff motion and line drawing
commands:
	\h'8*\w' 'u' 
moves 8 ems times the width of one space.  You want to say:
	\h'8u*\w' 'u'
or, for better readability:
	\h"8u*\w' 'u"

This works the same way for \l, \L, \v and the \D commands: Just make
sure the units are correct.



More information about the Comp.unix mailing list