> If I request > .ps 13.43 > .vs 14.26 > > I will get exactly those sizes, correct?
Yes.
> But it appears there's no way to use the \s escape to change
> point sizes in other than integer amounts, as in \s+2 or \s-8.
> Is that correct?
No. Use \s[±...] or \s'±...' for fractional values. Cf. chapter
`Fractional Type Sizes' in the groff info files; there are slightly
other syntax forms possible also.
Werner
