Share via

Bar Above in Word 2013

Anonymous
2016-11-17T23:52:39+00:00

Hello, I need a bar above for mathematical notation. I have a updated version of Word of 2013, so I cannot access ruby text, and cannot download anything (like a Chinese phonetic notation pack). I have a test so please, please, please reply ASAP. Thank you ever so much.

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Jay Freedman 207.6K Reputation points Volunteer Moderator
    2016-11-18T17:16:38+00:00

    If you're using the built-in equation editor (Alt+= or Insert > Equation > New Equation), you'll find the item you want in the Accent gallery of the Equation Tools ribbon:

    The length of the bar will automatically expand as you type characters into the placeholder box:

    5 people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Paul Edstein 82,861 Reputation points Volunteer Moderator
    2016-11-18T05:17:43+00:00

    You're describing either a macro or a vinculum. A macron is a diacritic ¯ placed over a vowel. It is usually used in pronunciation guides as an indication that the vowel has a long sound. A vinculum is a bar ¯ placed over any letter or number. It is used in mathematical notation, most commonly to indicate a repeating decimal. Some fonts support macrons, but others do not. Strictly speaking, none support vinculums. The following descriptions show ways of producing a diacritic over any letter usin field coding, and can thus be used for macrons and vinculums alike:

    • use a field coded as {EQ \x\to(a)}. This solution increases the vertical spacing for the affected line (which you could get around by reducing the field’s point size).

    • use a field coded as {EQ \o (-,a)}. To achieve the desired result, superscript the first character in the field and subscript the second character, which leads to small characters for both (which you could counter by increasing the point size), but this too increases the vertical spacing for the affected line … Note: if you have more than one subscripted character, you’ll need to compensate by increasing the # of superscripted characters and there’ll invariably be gaps between them.

    • use a field coded as {EQ \s\up6(\f(,a))}. Compared to the other solutions, this one has the advantage of retaining the character sizes without increasing the line height. The ‘6’ in the formula controls the bar height.

    In each example, replace the ‘a’ in the field with the desired character(s).

    Note: The field brace pairs (i.e. '{ }') for the above example are all created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message. Nor is it practical to add them via any of the standard Word dialogues.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful