In the past — or at least, when I was in elementary school — periods/full stops were followed by two spaces. Lately, it's become more and more common to see just one space. In the modern world, should we still use two spaces between sentences, or is just one okay? Does it depend on the situation? Or are both acceptable, with the choice simply coming down to personal preference?
|
Actually, I feel a few of the other answers here (and even the question) are a bit simplistic: there's more to this issue than is indicated by the latest editions of the Chicago Manual of Style or Bringhurst's The Elements of Typographic Style. In lieu of a very long answer, let me point to the (long) Wikipedia articles on exactly this issue:
My (inadequate) summary would be something like the following:
Even shorter summary (my opinion): |
|||||||||||
|
|
Both are still acceptable, though the two-space style has been falling out of favor with the advent of variable-width fonts. From Common Errors:
The Chicago Manual of Style agrees in these two Q&A segments: http://www.chicagomanualofstyle.org/CMS_FAQ/OneSpaceorTwo/OneSpaceorTwo01.html The latter states:
So yes, it basically falls to personal preference, but one space is becoming more and more prevalent. (It's worth noting that all HTML renderers I know of automatically condense multiple spaces into one, so it would actually take some effort to get the double-space style to render on the web.) |
|||||||||||
|
|
Robert Bringhurst has this to say about the subject in The Elements of Typographic Style:
Before I first read this many years ago, I had always used two spaces after every period (as I had been instructed by my middle-school typing teacher). Since then, however, I’ve observed that a single space after a period is used in almost all professionally typeset materials (books, magazines, etc.), and I’ve changed my habits. I continue to use two spaces after a period when writing in a |
|||||
|
|
It seems that four or so observations have not yet made it into this thread, so let's add them:
Conclusion: double space after a full stop is a cosmetic habit of the typewriting age and before, and should not be used in online writing or proportional / kerned writing. |
|||||||
|
|
I used to be a stickler about this in my own writing and when editing others writing as well, but especially as the computer has taken the place of the typewriter in my writing (showing my age a bit) and as the brevity of twitter has influenced my other writing (in a good way, mostly) I've come to see the 2nd space as a waste of space. One nail in the second space's coffin, for me, was watching this video with Microsoft's ex-typography guru, Bill Hill. |
|||||||||||||||||||||
|
|
As aluded to by one of the respondents, the reason (most likely) that a single space has become common place is due to the fact that HTML won't allow two sequential spaces without a bit of special plumbing, so the second space got lost in a lot of online writing. However now that we are used to it I think it's probably here to stay. My preference would be for two as I find it a good visual cue of a sentence end. |
|||||||||
|
|
I always thought that an extra space following the period at the end of a sentence and before the start of a new one, as opposed to a single space after a comma or a semicolon, etc. is there to emphasize a slightly longer pause in the rhythm of a language… And typesetting environments like TEX has always handled that elegantly, only wider-spread applications like office productivity suits, etc. do not known, how to handle it correctly. |
||||
|
|
|
I dropped my old school days/typewriter habit of typing two spaces after a period after I read about fonts in The Mac is not a Typewriter by Robin Williams. That was way back in 1991. Robin explained what many have said above: typewriter monospaced fonts needed the second space to compensate for not being able to use proportional fonts. In typesetting with proportional fonts, using one space after a sentence has always been the norm. It's a wonderful book and she also points out some other stylistic customs to follow in manuscripts for a professional appearance. As an amazon.com review says: "What is important for the non professional typist to know [is to] use "smart" quotes, don't space twice after a period, italicize instead of underlining, create a long (em) dash by typing [shift + option + -]" I find it very odd that there are apparently so many folks who didn't "get the memo" on this even after all these years. heheh It's about appearance, not about html coding. |
|||||||
|
|
LaTeX handles this in the most aesthetically pleasing way. This typesetting software uses somewhere between a space and a space and a half for intra-sentence spaces. |
|||
|
|
|
Without extra space between sentences, how does one tell the difference between (HTML rendering is going to collapse these): Watch it, Mr. Smith is coming. (one sentence) Watch it, Mr. Smith is coming. (two sentences) disambiguating: (with to force a space) Watch it, Mr. Smith is coming. (one sentence) Watch it, Mr. Smith is coming. (two sentences) i.e. Watch it, Mister. Smith is coming. (two sentences) |
|||||||||||||||
|
|
Farhad Manjoo has a great article on "Why you should never, ever use two spaces after a period." Mr. Manjoo claims that:
While the two-space rule was adopted during the typewriter era of monospaced fonts, it should go the way of the dodo bird given the adoption of proportional fonts.
Personally, I have converted to the one-space rule even when using a monospaced font. I agree with Mr. Manjoo that:
|
|||
|
|
|
When using a word processor, my father inserts a line break after every line (and two between paragraphs). Needless to say, it messes up word wrapping. Two spaces after each period is similar -- a useless anachronism from the bad old typewriter days. |
|||
|
|
|
For most uses, there's no need for a double space. A well defined font will handle the spacing between characters with kerning, and adding a double space should be unnecessary. If the font you use has such poor kerning that you can't see the period or sentence structure without two spaces, just use a better font. For normal prose, it's just something you shouldn't need to worry about. Of course, if you're composing concrete poetry or advertising copy, you may have to worry after all. |
|||
|
|
|
You should separate sentences with one space, not two. The reasoning is simple. The AP and MLA handbooks state that you should include only one space. If you include two, you will be marked down. Submissions guidelines from most publishers ask for a single space. |
|||
|
|
|
Others have discussed the typographical issues; I have nothing to add there. Two spaces are a pain on computers because they require extra, special logic rules for the computer to process correctly. It's not just HTML: two spaces were a pain for the earliest word processors. When the computer sees two spaces, it doesn't know if it's the end-of-sentence rule, or if the user is trying to make columns line up or do some other special formatting. It requires some extra logic when you get to the end of a line: if a line ends with the end of a sentence, we don't want to leave an extra gap at the end of that line, making it uneven with lines above and below, and we don't want to carry the space down to the next line. Etc. Of course writers of word processing software have long since come up with solutions to these problems, but in the early days it could be an issue. Yes, I was taught this rule in typing class too, back in the 1970's. I think it was simply an unnecessary, nuisance rule back then, and more so now. It's one of those rules that is mostly followed because it is a rule rather than because there is any good reason for it. |
|||
|
|
protected by RegDwighт♦ May 15 '11 at 16:18
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
—, you can just say—. – Joey Adams Jan 17 '11 at 2:32