[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: XY4.018 and counter



** Reply to message from "M.W. Poirier"  on Sat, 20
Dec 2003 15:37:06 -0400 (EDT)

Maben:

> What does one have to do to have the small numbers that are placed
> in text by the counter (Insert, Other, Counter) super-scripted?

One way to go about it (there are several):
 "This is the 22nd day of the month."
or
 "This is the 22nd day of the month."
where PRN defines MDSU thus:
 MD SU=(*+SUPERSCRIPT)

With a spec for
 MD SD=(*+SUBSCRIPT)
an equivalent would be:
 "This is the 22nd day of the month."

But the first example is most succinct, duh.

Default LH controls the size and position of the superscripted chars, e.g.
"d[f] lh=50,45,45" would give you chars 50% the size of normal, up 45% of a
line, and down 45%. But only if you use Speedo fonts...

Just generate your document, then write a little program to insert
{number} where appropriate. Or use CV search-and-replace with
verification...

-----------------------------
Robert Holmgren
holmgren@xxxxxxxx
-----------------------------