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

0 Members and 3 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.