Author Topic: One space or two spaces after a period?  (Read 12010 times)

0 Members and 2 Guests are viewing this topic.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
One space or two spaces after a period?
« on: January 20, 2011, 08:02:23 am »
Well?...I've always known it to be one.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: One space or two spaces after a period?
« Reply #1 on: January 20, 2011, 08:39:35 am »
I learned two in school, then was forced to re-learn one when I was doing some "professional" writing. It can go both ways depending on which standards you're following.

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: One space or two spaces after a period?
« Reply #2 on: January 20, 2011, 10:09:18 am »
I do two, because that's what I learned in my business class when we did letter writing (for business). 
And like a fool I believed myself, and thought I was somebody else...

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: One space or two spaces after a period?
« Reply #3 on: January 20, 2011, 10:52:11 am »
Btw: http://forum.x86labs.org/index.php/topic,8578.0.html

I remember writing that when I was told to do one space after a period. Since then it's become a total habit.

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: One space or two spaces after a period?
« Reply #4 on: January 20, 2011, 11:52:02 am »
I encourage you to learn LaTeX. It takes care of these details for you.

Code: [Select]
% Let's write an 'article' with formatting predetermined by 'document engineers.'
\documentclass{article}
\usepackage{float}

\title{Bubble Gum}
\author{nslay}

\begin{document}

\maketitle
\date{}

\section{Introduction}
% Comment
Robots are cool. Everyone loves robots.

This is the next paragraph. It is indented for you.             White space   doesn't mean    anything.

\subsection{Special Introduction Stuff}
Only talking robots are really cool.

\begin{table}[H]
\centering
\begin{tabular}{|c|c|}
\hline
Talking & Non-Talking \\
\hline
2.3 & 1.9 \\
\hline
\end{tabular}
\caption{Table of Robot Coolness Factor}
\end{table}

\end{document}
An adorable giant isopod!

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: One space or two spaces after a period?
« Reply #5 on: January 20, 2011, 12:27:41 pm »
If the period is to signify the end of a sentence, then two.  If the period is to signify an abbreviation, such as in a title like "Dr. No," then one.  No spaces if the period is "at the end of a quotation."  But, you follow the closing quotes with two spaces in that situation.  :)
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: One space or two spaces after a period?
« Reply #6 on: January 20, 2011, 12:28:58 pm »
nslay, either you, or possibly iago's LaTeX interpreter, are a little off on LaTeX syntax, apparently.  :)

[latex]
% Let's write an 'article' with formatting predetermined by 'document engineers.'
\documentclass{article}
\usepackage{float}

\title{Bubble Gum}
\author{nslay}

\begin{document}

\maketitle
\date{}

\section{Introduction}
% Comment
Robots are cool. Everyone loves robots.

This is the next paragraph. It is indented for you.             White space   doesn't mean    anything.

\subsection{Special Introduction Stuff}
Only talking robots are really cool.

\begin{table}[H]
\centering
\begin{tabular}{|c|c|}
\hline
Talking & Non-Talking \\
\hline
2.3 & 1.9 \\
\hline
\end{tabular}
\caption{Table of Robot Coolness Factor}
\end{table}

\end{document}

[/latex]
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: One space or two spaces after a period?
« Reply #7 on: January 20, 2011, 01:58:03 pm »
nslay, either you, or possibly iago's LaTeX interpreter, are a little off on LaTeX syntax, apparently.  :)

The forum software doesn't implement all of LaTeX.

Here's the resulting PDF as well as the source. The source is an exact copy of the code from my previous post.

P.S. To compile it
Code: [Select]
latex test.tex
dvipdf test.dvi
« Last Edit: January 20, 2011, 02:00:35 pm by nslay »
An adorable giant isopod!

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: One space or two spaces after a period?
« Reply #8 on: January 20, 2011, 02:32:34 pm »
If the period is to signify the end of a sentence, then two.  If the period is to signify an abbreviation, such as in a title like "Dr. No," then one.  No spaces if the period is "at the end of a quotation."  But, you follow the closing quotes with two spaces in that situation.  :)
MLA and CMS disagree with you. APA is the only style guide I've seen that advocates the archaic method of 2 spaces after a period.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: One space or two spaces after a period?
« Reply #9 on: January 20, 2011, 02:56:12 pm »
MLA didn't change to 1 space until a few years ago.  I've always used their guidelines. 

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: One space or two spaces after a period?
« Reply #10 on: January 20, 2011, 03:00:14 pm »
"archaic"?  I don't think that's a good word for this situation.

I use two.  The choice is completely arbitrary, and there are advantages to both ways.

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: One space or two spaces after a period?
« Reply #11 on: January 20, 2011, 03:17:08 pm »
"archaic"?  I don't think that's a good word for this situation.

I use two.  The choice is completely arbitrary, and there are advantages to both ways.

This is a waste of time. Writers should be focusing on content, not correct formatting. That's why I advocate LaTeX.

To stay on topic, I've always been taught two spaces. However, I always thought this and double-spacing provided the instructor space to write comments and corrections.
An adorable giant isopod!

Offline Falcon

  • Full Member
  • ***
  • Posts: 241
  • I haven't visited my profile!
    • View Profile
Re: One space or two spaces after a period?
« Reply #12 on: January 20, 2011, 03:26:08 pm »
I've always been taught and and used one.

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: One space or two spaces after a period?
« Reply #13 on: January 20, 2011, 03:28:54 pm »
I  had nothing to do with the latex plugin, don't blame me! :P

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: One space or two spaces after a period?
« Reply #14 on: January 20, 2011, 03:35:51 pm »
"archaic"?  I don't think that's a good word for this situation.

I use two.  The choice is completely arbitrary, and there are advantages to both ways.

This is a waste of time. Writers should be focusing on content, not correct formatting. That's why I advocate LaTeX.

To stay on topic, I've always been taught two spaces. However, I always thought this and double-spacing provided the instructor space to write comments and corrections.

::).  You bug me.

We're not writing anything, we're having a useless and (mildly) interesting discussion.  There's no content to focus on.  No one is asking for advice on the matter.  I'm pretty sure we're just curious.

I  had nothing to do with the latex plugin, don't blame me! :P

hehe.  The plugin probably includes some boilerplate code with every piece of TeX it's passed, so the formatting is pre-determined.  For the sake of security, it probably blacklists some tags, which is why you end up with the mess up there.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: One space or two spaces after a period?
« Reply #15 on: January 20, 2011, 05:52:18 pm »
MLA and CMS disagree with you. APA is the only style guide I've seen that advocates the archaic method of 2 spaces after a period.
Since I did all of my college writing in APA, I guess that makes sense, then.  :)
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline dark_drake

  • Mufasa was 10x the lion Simba was.
  • x86
  • Hero Member
  • *****
  • Posts: 2440
  • Dun dun dun
    • View Profile
Re: One space or two spaces after a period?
« Reply #16 on: January 20, 2011, 07:21:18 pm »
It really doesn't matter to me.  I've never stopped and criticized someone's post/blog/paper/etc. for using differing conventions. A lot of time it's not even that noticeable.

What about indentation vs. an extra blank line for new paragraphs?
errr... something like that...

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: One space or two spaces after a period?
« Reply #17 on: January 20, 2011, 07:23:23 pm »
"archaic"?  I don't think that's a good word for this situation.

I use two.  The choice is completely arbitrary, and there are advantages to both ways.
From my understanding, two spaces after a period spawned from the typewriter generation. The monospaced font used was not very clear in what was a broad space (eg those found at the end of sentences) and a regular space, so two spaces were adopted for ease-of-reading. In the modern day, it's font-face dependent. Most fonts that people use on a day-to-day basis don't need to be adjusted.

And, of course, the typewriter generation taught OUR generation how to use computers/write, so they passed down the legacy of double-spacing.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: One space or two spaces after a period?
« Reply #18 on: January 20, 2011, 07:34:11 pm »
"archaic"?  I don't think that's a good word for this situation.

I use two.  The choice is completely arbitrary, and there are advantages to both ways.
From my understanding, two spaces after a period spawned from the typewriter generation. The monospaced font used was not very clear in what was a broad space (eg those found at the end of sentences) and a regular space, so two spaces were adopted for ease-of-reading. In the modern day, it's font-face dependent. Most fonts that people use on a day-to-day basis don't need to be adjusted.

And, of course, the typewriter generation taught OUR generation how to use computers/write, so they passed down the legacy of double-spacing.

So.. what you're saying is that the single space is older?  'archaic' isn't the right word!  :P
And like a fool I believed myself, and thought I was somebody else...

Offline Ender

  • x86
  • Hero Member
  • *****
  • Posts: 2390
    • View Profile
Re: One space or two spaces after a period?
« Reply #19 on: January 20, 2011, 07:35:26 pm »
I always do one space.

It's interesting to note that the concept of a single unit of whitespace (colloquially, a "space") doesn't make any sense in a hand-written letter. Thus, whatever standards exist for this issue are pretty "young" so to speak - much more recent than other standards pertaining to writing. So perhaps it's understandable there isn't a wide consensus on this issue.

Also: this thread deserves a poll.
« Last Edit: January 20, 2011, 07:39:29 pm by Ender »

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: One space or two spaces after a period?
« Reply #20 on: January 20, 2011, 08:10:40 pm »
While units of space don't make sense, the size of a space does exist in writing (indentations, for example, have to be of a noticeable size).  You can translate that to amount of spaces quite easily.
And like a fool I believed myself, and thought I was somebody else...

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: One space or two spaces after a period?
« Reply #21 on: January 20, 2011, 10:40:37 pm »
So.. what you're saying is that the single space is older?  'archaic' isn't the right word!  :P
Age does not correlate to relevance. From dictionary.com (I'm sure the OED has a similar definiton, I'm too lazy to look it up there though):
Quote
marked by the characteristics of an earlier period; antiquated: an archaic manner; an archaic notion.
The use of double spaces in regular typeset is due largely to the use of double spaces in monotype. Since 99% of text is not monotype, I say that double-spacing is archaic.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: One space or two spaces after a period?
« Reply #22 on: January 21, 2011, 08:44:02 am »
It really doesn't matter to me.  I've never stopped and criticized someone's post/blog/paper/etc. for using differing conventions. A lot of time it's not even that noticeable.
You've clearly never been an editor. :)

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: One space or two spaces after a period?
« Reply #23 on: January 21, 2011, 11:27:20 am »
.
« Last Edit: January 21, 2011, 11:29:02 am by Rule »

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: One space or two spaces after a period?
« Reply #24 on: January 21, 2011, 11:40:47 am »
The use of double spaces in regular typeset is due largely to the use of double spaces in monotype. Since 99% of text is not monotype, I say that double-spacing is archaic.
I disagree.  I find the extra space, even in situations in which I'm typing or reading in an adaptively-spaced font, to make it easier to find the ends of sentences and such.  It provides an extra visual clue to your brain even if you're not cognitively aware of it.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: One space or two spaces after a period?
« Reply #25 on: January 21, 2011, 01:48:14 pm »
And, of course, the typewriter generation taught OUR generation how to use computers/write, so they passed down the legacy of double-spacing.

That is where I am coming from.  I read an OPED in Texas Tech's student paper where some pretentious douche was whining about this shit, so I decided to post this to my more educated forum people.  And honestly, I'm 24 and learned to type on a typewriter...not a computer...like a fucking mechanical non-electric typewriter.

I noticed in my case books that the authors only have one space between sentences.  Also, recent Supreme Court decisions use only one space.  I guess I should attempt to switch.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: One space or two spaces after a period?
« Reply #26 on: January 21, 2011, 02:33:14 pm »
I disagree.  I find the extra space, even in situations in which I'm typing or reading in an adaptively-spaced font, to make it easier to find the ends of sentences and such.  It provides an extra visual clue to your brain even if you're not cognitively aware of it.
I'd say it depends on the medium you are reading. If I'm reading printed things, it makes no difference or the two spaces are sometimes enough to actually slightly disrupt my reading flow. I'm reading x86 on a screen that's ~20" wide. There double spaces makes a slight difference, but I still see it "sticking out" like a sore thumb. Fonts are typically autokerned now to make a single space after a period appear larger, anyway.

That is where I am coming from.  I read an OPED in Texas Tech's student paper where some pretentious douche was whining about this shit, so I decided to post this to my more educated forum people.  And honestly, I'm 24 and learned to type on a typewriter...not a computer...like a fucking mechanical non-electric typewriter.

I noticed in my case books that the authors only have one space between sentences.  Also, recent Supreme Court decisions use only one space.  I guess I should attempt to switch.
A link to that oped would be for the lulz. College op-eds are a true societal gem.

It really depends. Most law style guides I've seen say to single space, but YMMV.
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: One space or two spaces after a period?
« Reply #28 on: December 06, 2011, 02:20:27 pm »
ah!  this "issue" has come up in a group project.  2 of us are from the law school (where it just depends on who you work for whether 1 or 2 spaces), and one is from main campus (we're all in a personal financial planning class), and she is used to 1 space.

I've decided that since I'm basically leading the project, we will use 2 spaces, so I'm going back through everything and adding spaces.  sigh,

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: One space or two spaces after a period?
« Reply #29 on: December 06, 2011, 05:46:45 pm »
I'd replace all ".{space}" with ".{space}{space" and then replace all "{space}{space}{space}" with "{space}{space}"
And like a fool I believed myself, and thought I was somebody else...

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: One space or two spaces after a period?
« Reply #30 on: December 06, 2011, 05:53:38 pm »
never thought to do it that way.  nice.  thnx.