Showing repeating decimals in Word

Not very amazing or technical but thought I'd post a bit about it anyways. Anyone that gets asked how to show a repeating decimal in Word, for example representing the fraction 1/3 in decimal is 1.33333333  with 3 repeating to infinity.  Normally there would be a line above the last 3 (the line is called a vinculum).  

Now to show the 3 with a line above it in Microsoft Word you need to use a field code that superimposes one character over the other.

Press Ctrl-F9 to insert the field delimiters then within the field code type

EQ \O(3,¯)

Now the parts of that are:

EQ - creates a scientific equation
\O  - indicates to overstrike each successive element over the previous one
(3,¯)  - the characters in the order to draw/type them on screen. Replace with whatever you want to combine, for example zero and a slash (0,/)

Maybe Prince was playing around with this feature when he changed his name to a symbol?

For a more detailed guide complete with screen grabs see Suzanne's posting in the list below.

Links:
Definition of repeating decimals
How to create overbars by Word MVP Suzanne Barnhill

This article is part of the GWB Archives. Original Author: Jason Row

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.