Overline

Description Sample Unicode CSS/HTML
Overline
(markup)
    N/A text-decoration: overline;
Overline
(character)
U+203E ‾, ‾
◌̅ (combining) U+0305 ̅
Macron
(character)
¯ U+00AF ¯, ¯

An overline, overscore, or overbar, is a typographical feature of a horizontal line drawn immediately above the text. In mathematical notation, an overline has been used for a long time as a vinculum, a way of showing that certain symbols belong together. Other uses are to indicate Roman numerals multiplied by a thousand and in forming medieval abbreviations (sigla). Marking one or more words with a continuous line above the characters is sometimes called overstriking, though overstriking generally refers to printing one character on top of an already-printed character.

An overline, that is, a single line above a chunk of text, should not be confused with the macron, a diacritical mark placed above (or sometimes below) individual letters. The macron is narrower than the character box.[1] Since ISO and Unicode Consortium assign names to characters in their unique fashion and often ignore the established typographical terminology, Unicode includes two characters U+00AF ¯ MACRON (formerly spacing macron) and U+203E OVERLINE that both look like an overlined space in most fonts, similar to a mirrored underscore symbol. An overline proper can be encoded as a Unicode diacritic; see below.

Uses

Medicine

An overbar over a letter is a traditional way of specifying certain Latin abbreviations. For example, s̅ (s overbar) stands for Latin, sine (meaning without), and c̅ (c overbar) is an abbreviation for Latin, cum (meaning with).

Math and science

In mathematics, an overline can be used as a vinculum.

The vinculum can indicate a line segment:

The vinculum can indicate a repeating decimal value:

When it is not possible to format the number so that the overline is over the digit(s) that repeat, one overline character is placed to the left of the digit(s) that repeat:

Historically, the vinculum was used to group together symbols so that they could be treated as a unit. Today, parentheses are more commonly used for this purpose.

The overline is also used to indicate a sample mean:

In set theory and some electrical engineering contexts, negation operators can be written as an overline above the term or expression to be negated, for example:

Common set theory notation:

Electrical engineering notation:

in which implied multiplication, the times (cross) and the dot all mean logical AND, and the plus sign means logical OR.

Both illustrate De Morgan's laws and its mnemonic, "break the line, change the sign".

The overline notation can indicate a complex conjugate and analogous operations.

In physics, an overline sometimes indicates a vector, although boldface and arrows are also commonly used:

In crystallography, an overline indicates an improper rotation or a negative number:

In computational neuroscience, an overline is used to indicate the 'maximal' conductances in Hodgkin-Huxley models. This goes back to at least the landmark paper published by Nobel prize winners Alan Lloyd Hodgkin and Andrew Fielding Huxley around 1952. [2]

Writing

An overline-like symbol is traditionally used in Syriac text to mark abbreviations and numbers. It has dots at each end and the center.

Linguistics

X-bar theory makes use of overbar notation to indicate differing levels of syntactic structure. Certain structures are represented by adding an overbar to the unit, as in X. Due to difficulty in typesetting the overbar, the prime symbol is often used instead, as in X′. Contemporary typesetting software, such as LaTeX, has made typesetting overbars considerably simpler; both prime and overbar markers are accepted usages. Some variants of X-bar notation use a double-bar (or double-prime) to represent phrasal-level units.

X-bar theory derives its name from the overbar. One of the core proposals of the theory was the creation of an intermediate syntactic node between phrasal (XP) and unit (X) levels; rather than introduce a different label, the intermediate unit was marked with a bar.

Implementations

HTML with CSS

In HTML using CSS, the overline is implemented via text-decoration property: <span style="text-decoration: overline">text</span>, results in: text. It supports also other typographical features with horizontal lines: underline (a line below the text) and strikethrough (a line through the text).

Unicode

As mentioned above, Unicode includes two graphic characters, U+00AF ¯ MACRON and U+203E OVERLINE. They are compatibility equivalent to the U+0020   SPACE with non-spacing diacritics U+0304 ̄ COMBINING MACRON and U+0305 ̅ COMBINING OVERLINE respectively; the latter allows an overline to be placed over any character. As with any combining character, it appears in the same character box as the character that logically precedes it: for example, x̅, compared to x‾. A series of overlined characters usually results in an unbroken line, depending on the font (for example, 1̅2̅3̅).

For East Asian (CJK) computing, U+FFE3 FULLWIDTH MACRON is available. Despite the name, Unicode maps this character to both U+203E and U+00AF.[3]

Unicode maps the overline-like character from ISO/IEC 8859-1 and code page 850 to the U+00AF ¯ MACRON symbol mentioned above. In a reversal of its official name (and compatibility decomposition), it is much wider than an actual macron diacritic over most letters, and actually wider than U+203E OVERLINE in most fonts. In Microsoft Windows, U+00AF can be entered with the keystrokes Alt+0175 (where numbers are entered from the numeric keypad). In GTK/GTK+, the symbol can be added using the keystrokes Ctrl+⇧ Shift+U to activate Unicode input, then type "00AF" as the code for the character.

The Unicode character U+070F SYRIAC ABBREVIATION MARK is used to mark Syriac abbreviations and numbers. However, several computer environments do not render this line correctly or at all.

Word processors

In Microsoft Word, overstriking of text can be accomplished with the EQ \O() field code. The field code {EQ \O(x,¯)} produces x and the field code {EQ \O(xyz,¯¯¯)} produces xyz. (Doesn't work in Word 2010; it is necessary to insert MS Equation object). Windows: Alt+0773 (once before character, one more time after character).

LibreOffice has direct support for several styles of overline in its "Format / Character / Font Effects" dialog.

Overstriking of longer sections of text, such as in 123, can also be produced in many text processors as text markup as a special form of understriking.

TeX

In LaTeX, a text <text> can be overlined with $\overline{\mbox{<text>}}$. The inner \mbox{} is necessary to override the math-mode (here invoked by the dollar signs) which the \overline{} demands.

References

Wikimedia Commons has media related to Overlining.
  1. Wells, J.C. (2001). "Orthographic diacritics and multilingual computing". University College London. Retrieved 23 March 2014.
  2. Hodgkin, A. L.; Huxley, A. F. (1952). "A quantitative description of membrane current and its application to conduction and excitation in nerve". The Journal of Physiology. 117 (4): 500–544. doi:10.1113/jphysiol.1952.sp004764. PMC 1392413Freely accessible. PMID 12991237.
  3. The Unicode Consortium (2012), "Halfwidth and Fullwidth Forms" (PDF), The Unicode Standard 6.1, ISBN 978-1-936213-02-3, FULLWIDTH MACRON • sometimes treated as fullwidth overline
This article is issued from Wikipedia - version of the 11/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.