fbpx
Wikipedia

Overline

Description Sample Unicode CSS/HTML
Overline
(markup)
Xx text-decoration: overline;
Overline
(character)
U+203E ‾, ‾
X̅x̅ (combining) U+0305 X̅
Double overline
(markup)
Xx text-decoration: overline;
 text-decoration-style: double;
Double overline
(character)
X̿x̿ (combining) U+033F X̿
Macron
(character)
¯ U+00AF ¯, ¯
X̄x̄ (combining) U+0304 X̄
X̄x̄ (precomposed) varies

An overline, overscore, or overbar, is a typographical feature of a horizontal line drawn immediately above the text. In old mathematical notation, an overline was called a vinculum, a notation for grouping symbols which is expressed in modern notation by parentheses, though it persists for symbols under a radical sign. The original use in Ancient Greek was to indicate compositions of Greek letters as Greek numerals.[1] In Latin, it indicates Roman numerals multiplied by a thousand and it forms 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.[2]

Uses edit

Medicine edit

In most forms of Latin scribal abbreviation, an overline or macron indicates omitted letters similar to use of apostrophes in English contractions. Letters with macrons or overlines continue to be used in medical abbreviations in various European languages, particularly for prescriptions. Common examples include

  • a, , or ā for ante ("before")
  • c, , or for cum ("with")
  • p, , or for post ("after")[3]
  • q, , or for quisque and its inflections ("every", "each")
  • s, , or for sine ("without")
  • x, , or for exceptus and its inflections ("except")

Note, however, that abbreviations involving the letter h take their macron halfway up the ascending line rather than at the normal height for Unicode overlines and macrons: ħ. This is separately encoded in Unicode with the symbols using bar diacritics and appears shorter than other overlines in many fonts.

Math and science edit

Decimal separator edit

In the Middle Ages, from the original Indian decimal writing, before printing, an overline over the units digit was used to separate the integral part of a number from its fractional part, as in 9995 (meaning 99.95 in decimal point format). A similar notation remains in common use as an underbar to superscript digits, especially for monetary values without a decimal separator, as in 9995.[citation needed]

Vinculum edit

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

The vinculum can indicate a line segment:[4]

 
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.

Statistics edit

The overline is used to indicate a sample mean:[5]

  •   is the average value of  

Survival functions or complementary cumulative distribution functions are often denoted by placing an overline over the symbol for the cumulative:  .

Negation edit

In set theory and some electrical engineering contexts, negation operators (also known as complement) can be written as an overline above the term or expression to be negated.[6] For example:

Common set theory notation:

 

Electrical engineering notation:

 

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

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

Negative edit

In common logarithms, a bar over the characteristic indicates that it is negative—whilst the mantissa remains positive. This notation avoids the need for separate tables to convert positive and negative logarithms back to their original numbers.

 

Complex numbers edit

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

  • if  , then  

Vector edit

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

  •  

Congruence classes edit

Congruence modulo n is an equivalence relation, and the equivalence class of the integer a, denoted by an, is the set {... , a − 2n, an, a, a + n, a + 2n, ...}. This set, consisting of all the integers congruent to a modulo n, is called the congruence class, residue class, or simply residue of the integer a modulo n. When the modulus n is known from the context, that residue may also be denoted [a] or a.

Topological closure edit

In topology, the closure of a subset S of a topological space is often denoted S or  .

Improper rotation edit

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

  •   is the Hermann–Mauguin notation for a threefold rotoinversion, used in crystallography.
  •   is the direction with Miller indices  ,  ,  .

Maximal conductance edit

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.[8]

 

Antiparticles edit

Overlines are used in subatomic particle physics to denote antiparticles for some particles (with the alternate being distinguishing based on electric charge). For example, the proton is denoted as
p
, and its corresponding antiparticle is denoted as
p
.

Engineering edit

An active low signal is designated by an overline, e.g. RESET, representing logical negation.

Morse (CW) edit

Some Morse code prosigns can be expressed as two or three characters run together, and an overline is often used to signify this. The most famous is the distress signal, SOS.

Writing edit

An overline-like symbol is traditionally used in Syriac text to mark abbreviations and numbers. It has dots at each end and the center. In German it is occasionally used to indicate a pair of letters which cannot both be fitted into the available space.[9][10]

When Morse code is written out as text, overlines are used to distinguish prosigns and other concatenated character groups from strings of individual characters.

In Arabic writing and printing, overlines are traditionally used instead of underlines for typographic emphasis,[11] although underlines are used more and more due to the rise of the internet.

 
Overlines used in a version of the Bible in Persian (1920)

Linguistics edit

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 edit

HTML with CSS edit

In HTML using CSS, overline is implemented via the text-decoration property; for example, <span style="text-decoration: overline">text</span> results in: text.

The text decoration property supports also other typographical features with horizontal lines: underline (a line below the text) and strikethrough (a line through the text).

Unicode edit

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. There is also U+033F ◌̿ COMBINING DOUBLE OVERLINE. 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, for example 1̅2̅3̅, may result either in a broken or an unbroken line, depending on the font.

In Unicode, character U+FE26 COMBINING CONJOINING MACRON is conjoining (bridging) two characters: ◌︦◌.

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

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, the symbol can be added using the keystrokes Ctrl+⇧ Shift+U to activate Unicode input, then type "00AF" as the code for the character. On a Mac, with the ABC Extended keyboard, use ⌥ Option+a.

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.

The Unicode character U+0B55 ORIYA SIGN OVERLINE is used as a length mark in Odia script.

Word processors edit

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 edit

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.

See also edit

  • Ā
  • Titlo, an overline used to indicate numerals or abbreviations in Cyrillic
  • Underscore

References edit

  1. ^ Smith, T. P. (2013). How Big is Big and How Small is Small: The Sizes of Everything and Why.
  2. ^ Wells, J.C. (2001). "Orthographic diacritics and multilingual computing". University College London. Retrieved 23 March 2014.
  3. ^ Cappelli, Adriano (1961). Manuali Hoepli Lexicon Abbreviature Dizionario Di Abbreviature Latine ed Italiane. Milan: Editore Ulrico Hoepli Milano. p. 256.
  4. ^ "Line Segment Definition - Math Open Reference". www.mathopenref.com. Retrieved 2020-08-24.
  5. ^ "Sample Means". www.stat.yale.edu. Retrieved 2020-08-24.
  6. ^ "Set Operations | Union | Intersection | Complement | Difference | Mutually Exclusive | Partitions | De Morgan's Law | Distributive Law | Cartesian Product". www.probabilitycourse.com. Retrieved 2020-08-24.
  7. ^ Weisstein, Eric W. "Complex Conjugate". mathworld.wolfram.com. Retrieved 2020-08-24.
  8. ^ 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 1392413. PMID 12991237.
  9. ^ Hardwig, Florian (2011-11-23). "Gräfinnen". Flickr. Retrieved 26 December 2017.
  10. ^ Hardwig, Florian (2015-12-26). "Lieder zur Weihnachtszeit (1940)". Fonts in Use. Retrieved 26 December 2017. It used to be common to mark omitted double letters with an overbar, especially for "mm" and "nn". These abbreviations come in handy when lyrics have to match the musical notes, see 'da kom[m]t er her'.
  11. ^ "Emphasis (typography)". Emphasis (typography). Retrieved 2020-09-02.
  12. ^ The Unicode Consortium (2012), "Halfwidth and Fullwidth Forms" (PDF), The Unicode Standard 6.1, Unicode Consortium, ISBN 978-1-936213-02-3, FULLWIDTH MACRON • sometimes treated as fullwidth overline

overline, this, article, about, typographic, element, diacritic, macron, diacritic, diacritic, this, article, needs, additional, citations, verification, please, help, improve, this, article, adding, citations, reliable, sources, unsourced, material, challenge. This article is about the typographic element For the diacritic see macron diacritic and bar diacritic This article needs additional citations for verification Please help improve this article by adding citations to reliable sources Unsourced material may be challenged and removed Find sources Overline news newspapers books scholar JSTOR October 2009 Learn how and when to remove this message Description Sample Unicode CSS HTML Overline markup Xx text decoration overline Overline character U 203E amp oline amp 8254 X x combining U 0305 X amp 773 Double overline markup Xx text decoration overline br text decoration style double Double overline character X x combining U 033F X amp 831 Macron character U 00AF amp macr amp 175 X x combining U 0304 X amp 772 X x precomposed varies An overline overscore or overbar is a typographical feature of a horizontal line drawn immediately above the text In old mathematical notation an overline was called a vinculum a notation for grouping symbols which is expressed in modern notation by parentheses though it persists for symbols under a radical sign The original use in Ancient Greek was to indicate compositions of Greek letters as Greek numerals 1 In Latin it indicates Roman numerals multiplied by a thousand and it forms 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 2 Contents 1 Uses 1 1 Medicine 1 2 Math and science 1 2 1 Decimal separator 1 2 2 Vinculum 1 2 3 Statistics 1 2 4 Negation 1 2 5 Negative 1 2 6 Complex numbers 1 2 7 Vector 1 2 8 Congruence classes 1 2 9 Topological closure 1 2 10 Improper rotation 1 2 11 Maximal conductance 1 2 12 Antiparticles 1 3 Engineering 1 4 Morse CW 1 5 Writing 1 6 Linguistics 2 Implementations 2 1 HTML with CSS 2 2 Unicode 2 3 Word processors 2 4 TeX 3 See also 4 ReferencesUses editMedicine edit Main articles scribal abbreviation medical abbreviation and macron diacritic In most forms of Latin scribal abbreviation an overline or macron indicates omitted letters similar to use of apostrophes in English contractions Letters with macrons or overlines continue to be used in medical abbreviations in various European languages particularly for prescriptions Common examples include a a or a for ante before c c or c for cum with p p or p for post after 3 q q or q for quisque and its inflections every each s s or s for sine without x x or x for exceptus and its inflections except Note however that abbreviations involving the letter h take their macron halfway up the ascending line rather than at the normal height for Unicode overlines and macrons ħ This is separately encoded in Unicode with the symbols using bar diacritics and appears shorter than other overlines in many fonts Math and science edit Decimal separator edit Main article Decimal separator In the Middle Ages from the original Indian decimal writing before printing an overline over the units digit was used to separate the integral part of a number from its fractional part as in 99 95 meaning 99 95 in decimal point format A similar notation remains in common use as an underbar to superscript digits especially for monetary values without a decimal separator as in 9995 citation needed Vinculum edit In mathematics an overline can be used as a vinculum The vinculum can indicate a line segment 4 A B displaystyle overline rm AB nbsp The vinculum can indicate a repeating decimal value 1 7 0 142857 0 142857142857142857142857 displaystyle 1 over 7 0 overline 142857 0 142857142857142857142857 nbsp 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 3 I 3 3 3 3 3333333333333333333333333 displaystyle 3 overline phantom I 3 3 overline 3 3 3333333333333333333333333 nbsp 3 12 I 34 3 12 34 3 123434343434343434343434 displaystyle 3 12 overline phantom I 34 3 12 overline 34 3 123434343434343434343434 nbsp 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 Statistics edit The overline is used to indicate a sample mean 5 x displaystyle overline x nbsp is the average value of x i displaystyle x i nbsp Survival functions or complementary cumulative distribution functions are often denoted by placing an overline over the symbol for the cumulative F x 1 F x displaystyle overline F x 1 F x nbsp Negation edit In set theory and some electrical engineering contexts negation operators also known as complement can be written as an overline above the term or expression to be negated 6 For example Common set theory notation A B A B A B A B displaystyle begin aligned overline A cup B amp equiv overline A cap overline B overline A cap B amp equiv overline A cup overline B end aligned nbsp Electrical engineering notation A B A B A B A B displaystyle begin aligned overline A cdot B amp equiv overline A overline B overline A B amp equiv overline A cdot overline B end aligned nbsp in which the times cross means multiplication the dot means logical AND and the plus sign means logical OR Both illustrate De Morgan s laws and its mnemonic break the line change the sign Negative edit In common logarithms a bar over the characteristic indicates that it is negative whilst the mantissa remains positive This notation avoids the need for separate tables to convert positive and negative logarithms back to their original numbers log 10 0 012 2 0 07918 2 07918 displaystyle log 10 0 012 approx 2 0 07918 bar 2 07918 nbsp Complex numbers edit The overline notation can indicate a complex conjugate and analogous operations 7 if x a i b displaystyle x a ib nbsp then x a i b displaystyle overline x a ib nbsp Vector edit In physics an overline sometimes indicates a vector although boldface and arrows are also commonly used x x x displaystyle overline x x hat x nbsp Congruence classes edit Congruence modulo n is an equivalence relation and the equivalence class of the integer a denoted by a n is the set a 2n a n a a n a 2n This set consisting of all the integers congruent to a modulo n is called the congruence class residue class or simply residue of the integer a modulo n When the modulus n is known from the context that residue may also be denoted a or a Topological closure edit In topology the closure of a subset S of a topological space is often denoted S or cl S displaystyle operatorname cl S nbsp Improper rotation edit In crystallography an overline indicates an improper rotation or a negative number 3 displaystyle overline 3 nbsp is the Hermann Mauguin notation for a threefold rotoinversion used in crystallography 1 1 2 displaystyle overline 1 1 overline 2 nbsp is the direction with Miller indices h 1 displaystyle h 1 nbsp k 1 displaystyle k 1 nbsp l 2 displaystyle l 2 nbsp Maximal conductance edit 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 8 I N a t g N a m V m 3 h V m V m E N a displaystyle I mathrm Na t bar g mathrm Na m V m 3 h V m V m E mathrm Na nbsp Antiparticles edit Overlines are used in subatomic particle physics to denote antiparticles for some particles with the alternate being distinguishing based on electric charge For example the proton is denoted as p and its corresponding antiparticle is denoted as p Engineering edit An active low signal is designated by an overline e g RESET representing logical negation Morse CW edit Some Morse code prosigns can be expressed as two or three characters run together and an overline is often used to signify this The most famous is the distress signal SOS Writing edit An overline like symbol is traditionally used in Syriac text to mark abbreviations and numbers It has dots at each end and the center In German it is occasionally used to indicate a pair of letters which cannot both be fitted into the available space 9 10 When Morse code is written out as text overlines are used to distinguish prosigns and other concatenated character groups from strings of individual characters In Arabic writing and printing overlines are traditionally used instead of underlines for typographic emphasis 11 although underlines are used more and more due to the rise of the internet nbsp Overlines used in a version of the Bible in Persian 1920 Linguistics edit 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 editHTML with CSS edit In HTML using CSS overline is implemented via the text decoration property for example lt span style text decoration overline gt text lt span gt results in text The text decoration property supports also other typographical features with horizontal lines underline a line below the text and strikethrough a line through the text Unicode edit 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 There is also U 033F COMBINING DOUBLE OVERLINE 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 for example 1 2 3 may result either in a broken or an unbroken line depending on the font In Unicode character U FE26 COMBINING CONJOINING MACRON is conjoining bridging two characters In East Asian CJK computing U FFE3 FULLWIDTH MACRON is available Despite the name Unicode maps this character to both U 203E and U 00AF 12 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 the symbol can be added using the keystrokes Ctrl Shift U to activate Unicode input then type 00AF as the code for the character On a Mac with the ABC Extended keyboard use Option a 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 The Unicode character U 0B55 ORIYA SIGN OVERLINE is used as a length mark in Odia script Word processors edit 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 edit In LaTeX a text lt text gt can be overlined with overline mbox lt text gt The inner mbox is necessary to override the math mode here invoked by the dollar signs which the overline demands See also edit nbsp Wikimedia Commons has media related to Overlining A Titlo an overline used to indicate numerals or abbreviations in Cyrillic UnderscoreReferences edit Smith T P 2013 How Big is Big and How Small is Small The Sizes of Everything and Why Wells J C 2001 Orthographic diacritics and multilingual computing University College London Retrieved 23 March 2014 Cappelli Adriano 1961 Manuali Hoepli Lexicon Abbreviature Dizionario Di Abbreviature Latine ed Italiane Milan Editore Ulrico Hoepli Milano p 256 Line Segment Definition Math Open Reference www mathopenref com Retrieved 2020 08 24 Sample Means www stat yale edu Retrieved 2020 08 24 Set Operations Union Intersection Complement Difference Mutually Exclusive Partitions De Morgan s Law Distributive Law Cartesian Product www probabilitycourse com Retrieved 2020 08 24 Weisstein Eric W Complex Conjugate mathworld wolfram com Retrieved 2020 08 24 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 1392413 PMID 12991237 Hardwig Florian 2011 11 23 Grafinnen Flickr Retrieved 26 December 2017 Hardwig Florian 2015 12 26 Lieder zur Weihnachtszeit 1940 Fonts in Use Retrieved 26 December 2017 It used to be common to mark omitted double letters with an overbar especially for mm and nn These abbreviations come in handy when lyrics have to match the musical notes see da kom m t er her Emphasis typography Emphasis typography Retrieved 2020 09 02 The Unicode Consortium 2012 Halfwidth and Fullwidth Forms PDF The Unicode Standard 6 1 Unicode Consortium ISBN 978 1 936213 02 3 FULLWIDTH MACRON sometimes treated as fullwidth overline Retrieved from https en wikipedia org w index php title Overline amp oldid 1172841367, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.