View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
macropod
 
Posts: n/a
Default How do I put a dot (diacritical) under the H and under the T?

Hi Julie,

You could do this by playing around with the character spacing & positioning
under Format|Font|Character Spacing, adjusting both the dot and the letter.

Alternatively, you could use a pair of ADVANCE fields, coded like:
{ADVANCE \d3}.{ADVANCE \l6 \u3}H
or
H{ADVANCE \l6 \d3}.{ADVANCE r\3 \u3}
The ADVANCE field braces (i.e. { }) are created in pairs via Ctrl-F9.

Cheers


"Julie" wrote in message
...
I'm typing a ms for my dissertation and I need to put a dot under the H

and
under the T. How do I do that? Those dont' appear in symbols.

Thanks.

Julie