Ellipsis
From Wikipedia, the free encyclopedia
|
This article is about the punctuation symbol. For the linguistic term, see Elliptical construction and Elliptical clause. For the narrative device, see Ellipsis (narrative device).
Not to be confused with ellipse.
Ellipsis (plural ellipses; from Greek ἔλλειψις 'omission') in printing and writing refers to a mark or series of marks that usually indicate an intentional omission of a word or a phrase from the original text. An ellipsis can also be used to indicate a pause in speech, an unfinished thought or, at the end of a sentence, a trailing off into silence (aposiopesis). The most common form for an ellipsis consists of a row of three full stops (…, . . . or [...]). Forms encountered less often are three asterisks (***), or one (—) or more (––) dashes. The triple-dot punctuation mark is also called a suspension point, points of ellipsis, periods of ellipsis, or colloquially, dot-dot-dot.
In writingThe use of ellipses can either mislead or clarify, and the reader must rely on the good intentions of the writer who uses it. An example of this ambiguity is ‘She went to… school.’ In this sentence, ‘…’ might represent the word ‘elementary’, or the word ‘no’. Omission of part of a quoted sentence without indication by an ellipsis (or bracketed text) (i.e., ‘She went to school.’ as opposed to ‘She went to Broadmoor Elementary school.’) is considered misleading. An ellipsis at the end of the sentence which ends with a period (or such a period followed by an ellipsis), appears, therefore, as four dots. Typographical rulesThere are differences in typographical rules and conventions of using ellipses between languages. In EnglishThe style and use varies in the English language. The Chicago Manual of Style suggests the use of an ellipsis for any omitted word, phrase, line, or paragraph from within a quoted passage. There are two commonly used methods of using ellipses: one uses three dots for any omission, while the second makes a distinction between omissions within a sentence (using three dots: ...) and omissions between sentences (using a period and a space followed by three dots: . . . ). An ellipsis at the end of a sentence with no sentence following should be followed by a period (for a total of four dots). The Modern Language Association (MLA) however, used to indicate that an ellipsis must include spaces before and after each dot in all uses. If an ellipsis is meant to represent an omission, square brackets must surround the ellipsis to make it clear that there was no pause in the original quote: [ . . . ]. Currently, the MLA has removed the requirement of brackets in their style handbooks. However, the use of brackets is still correct as it clears confusion.[1] According to Robert Bringhurst's Elements of Typographic Style, the details of typesetting ellipses depend on the character and size of the font being set and the typographer's preference. Bringhurst writes that a full space between each dot is "another Victorian eccentricity. In most contexts, the Chicago ellipsis is much too wide" — he recommends using flush dots, or thin-spaced dots (up to one-fifth of an em), or the prefabricated ellipsis character (Unicode U+2026, Latin entity …). Bringhurst suggests that normally an ellipsis should be spaced fore-and-aft to separate it from the text, but when it combines with other punctuation, the leading space disappears and the other punctuation follows. He provides the following examples:
In legal writing in the United States, Rule 5.3 in the Bluebook citation guide governs the use of ellipses and requires a space before the first dot and between the two subsequent dots. If an ellipsis ends the sentence, then there are three dots, each separated by a space, followed by the final punctuation. In PolishIn Polish, an ellipsis (called wielokropek, which means multidot) is always composed of three dots without any spaces between. There is no space between the ellipsis and the preceding word, but there is always a space after the ellipsis, unless the following character is a closing bracket or quote mark, in which case the space is inserted after that character instead. When the ellipsis is used for omitting a fragment of quotation, it is always surrounded with either square brackets or, more commonly, parentheses, with no space inside. An ellipsis without parentheses usually means a pause in speech. It can also mean a word said partially and interrupted and in that case can be directly followed by another punctuation mark without space: Ellipsis can be used at the end of a sentence, but it is always composed of three dots, never four, and the only difference is the capitalisation of the next word: In JapaneseIn writing, the ellipsis is often three dots or six dots (in two groups of three dots), however variations in number of dots exist. The dots can be either on the baseline or centred within the baseline and the ascender when horizontal; the dots are centred horizontally when vertical. As the Japanese word for dot is pronounced 'ten', the dots are colloquially referred to by the moniker 'ten-ten-ten' (てんてんてん) (akin to the English 'dot dot dot'). More officially, they are called n-dot leaders (n-ten rīda, n-ten rīdā), where n corresponds to the number of dots. In Japanese manga, the ellipsis by itself represents speechlessness, or a "pregnant pause." Given the context, this could be anything from an admission of guilt or an expression of being dumbfounded as a result of something that another person has just said or done. As a device, the tententen is intended to focus the reader on a character while allowing the character to not speak any dialogue. This conveys to the reader a focus of the narrative "camera" on the silent subject, implying an expectation of some motion or action. It is not unheard of to see inanimate objects "speaking" the ellipsis.[2] In ChineseIn Chinese, the ellipsis is six dots (in two groups of three dots, occupying the same horizontal space as two characters). The dots are always centred within the baseline and the ascender when horizontal, but on the baseline are also accepted today; and centred horizontally when vertical. In mathematical notationAn ellipsis is also often used in mathematics to mean “and so forth”. In a list, between commas, or following a comma, a normal ellipsis is used, as in:
Sometimes, it is appropriate to display the formula being used. The preceding example would become:
In programmingIn some programming languages (including Perl, Ruby, and Pascal), a shortened two-dot ellipsis is used to represent a range of values given two endpoints; for example, to iterate through a list of integers between 1 and 100 inclusive in Perl:
Perl overloads the ".." operator in scalar context as a stateful bistable Boolean test, roughly equivalent to "true while x but not yet y".[1] In Perl6, the 3-character ellipsis is also known as the "yadda yadda yadda" operator and, similarly to its linguistic meaning, serves as a "stand-in" for code to be inserted later. In addition, an actual Unicode ellipsis character is used to serve as a type of marker in a perl6 format string.[2] In the C programming language, an ellipsis is used to represent a variable number of parameters to a function. For example:
The above function in C could then be called with different types and numbers of parameters such as:
and
As of version 1.5, Java has adopted this "varargs" functionality. For example:
Most programming languages other than Perl6 require the ellipsis to be written as a series of periods; a single (Unicode) ellipsis character cannot be used. In computingIn computing, several ellipsis characters have been codified. In Unicode, there are the following characters:
These code points, given here in hexadecimal, typically manifest in encoded form, either via a Unicode Transformation Format like UTF-8, or via an older character map ("legacy encoding"). The Chinese and Japanese ellipsis characters are done by entering two consecutive horizontal ellipsis (U+2026). In vertical texts, the application should rotate the symbol accordingly. Unicode recognizes a series of three period characters (period being code point 002E, hexadecimal) as being a valid equivalent to the horizontal ellipsis character. The horizontal ellipsis character may be represented in HTML by the entity reference The horizontal ellipsis character also appears in the following older character maps:
As with all characters, especially those outside of the ASCII range, the author, sender and receiver of an encoded ellipsis must be in agreement upon what bytes are being used to represent the character. Naive text processing software may improperly assume that a particular encoding is being used, resulting in mistranslation. The following is an excerpt from the Chicago Style Q&A [3]:
In a user interface, ... after a command means that the user needs to enter extra information before the command can execute. It is also used to signify that an operation may take some time, as in "Please wait...". In a GUI environment, clicking on a menu item with ... after the name means another dialog box will open which requires more actions from the user. A typical example is the Run... in the Microsoft Windows Start menu and the List of Values field in Oracle ERP applications. In Abstract Syntax Notation One (ASN.1), the ellipsis is used as extension marker to indicate the possibility of type extensions in the future revisions of a protocol specification. In a type constraint expression like A ::= INTEGER (0..127, ..., 256..511) ellipsis is used to separate extension root from extension additions. Definition of type A in version 1 system of the form A ::= INTEGER (0..127, ...) and definition of type A in version 2 system of the form A ::= INTEGER (0..127, ..., 256..511) constitute extension series of the same type A in different versions of the same specification. The ellipsis can also be used in compound type definitions to separate the set of fields belonging to the extension root from the set of fields constituting extension additions. Here is an example: B ::= SEQUENCE { a INTEGER, b INTEGER, ..., c INTEGER } Types in typographyIn typography there are various types of ellipsis, which are displayed below using TEX.
The therefore sign (∴) has the three dots in a triangle. References
Further reading
cs:Výpustka da:Udeladelsesprikker de:Auslassungspunkte es:Puntos suspensivos eo:Tripunkto eu:Etenpuntuak fa:سه نقطه fr:Points de suspension hr:Trotočje id:Elipsis it:Punti di sospensione he:שלוש נקודות lt:Daugtaškis hu:Három pont nl:Beletselteken ja:リーダー (記号) no:Ellipse (skrift) pl:Wielokropek pt:Reticências ru:Многоточие simple:Ellipsis sl:Tripičje fi:Kolme pistettä sv:Uteslutningstecken th:จุดไข่ปลา |


