Clan x86

General Forums => General Discussion => Topic started by: CrAz3D on January 20, 2011, 08:02:23 AM

Title: One space or two spaces after a period?
Post by: CrAz3D on January 20, 2011, 08:02:23 AM
Well?...I've always known it to be one.
Title: Re: One space or two spaces after a period?
Post by: iago 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.
Title: Re: One space or two spaces after a period?
Post by: Blaze 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). 
Title: Re: One space or two spaces after a period?
Post by: iago 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.
Title: Re: One space or two spaces after a period?
Post by: nslay on January 20, 2011, 11:52:02 AM
I encourage you to learn LaTeX. It takes care of these details for you.


% 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}
Title: Re: One space or two spaces after a period?
Post by: MyndFyre 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.  :)
Title: Re: One space or two spaces after a period?
Post by: MyndFyre 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]
Title: Re: One space or two spaces after a period?
Post by: nslay on January 20, 2011, 01:58:03 PM
Quote from: MyndFyre 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.  :)

The forum software doesn't implement all of LaTeX.

Here's the resulting PDF (http://nslay.36bit.com/tmp/test.pdf) as well as the source (http://nslay.36bit.com/tmp/test.tex). The source is an exact copy of the code from my previous post.

P.S. To compile it

latex test.tex
dvipdf test.dvi
Title: Re: One space or two spaces after a period?
Post by: deadly7 on January 20, 2011, 02:32:34 PM
Quote from: MyndFyre 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.  :)
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.
Title: Re: One space or two spaces after a period?
Post by: Chavo 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. 
Title: Re: One space or two spaces after a period?
Post by: Sidoh 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.
Title: Re: One space or two spaces after a period?
Post by: nslay on January 20, 2011, 03:17:08 PM
Quote from: Sidoh 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.

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.
Title: Re: One space or two spaces after a period?
Post by: Falcon on January 20, 2011, 03:26:08 PM
I've always been taught and and used one.
Title: Re: One space or two spaces after a period?
Post by: iago on January 20, 2011, 03:28:54 PM
I  had nothing to do with the latex plugin, don't blame me! :P
Title: Re: One space or two spaces after a period?
Post by: Sidoh on January 20, 2011, 03:35:51 PM
Quote from: nslay on January 20, 2011, 03:17:08 PM
Quote from: Sidoh 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.

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.

Quote from: iago on January 20, 2011, 03:28:54 PM
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.
Title: Re: One space or two spaces after a period?
Post by: MyndFyre on January 20, 2011, 05:52:18 PM
Quote from: deadly7 on January 20, 2011, 02:32:34 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.  :)
Title: Re: One space or two spaces after a period?
Post by: dark_drake 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?
Title: Re: One space or two spaces after a period?
Post by: deadly7 on January 20, 2011, 07:23:23 PM
Quote from: Sidoh 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.
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.
Title: Re: One space or two spaces after a period?
Post by: Blaze on January 20, 2011, 07:34:11 PM
Quote from: deadly7 on January 20, 2011, 07:23:23 PM
Quote from: Sidoh 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.
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
Title: Re: One space or two spaces after a period?
Post by: Ender 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.
Title: Re: One space or two spaces after a period?
Post by: Blaze 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.
Title: Re: One space or two spaces after a period?
Post by: deadly7 on January 20, 2011, 10:40:37 PM
Quote from: Blaze on January 20, 2011, 07:34:11 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):
Quotemarked 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.
Title: Re: One space or two spaces after a period?
Post by: iago on January 21, 2011, 08:44:02 AM
Quote from: dark_drake 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.
You've clearly never been an editor. :)
Title: Re: One space or two spaces after a period?
Post by: Rule on January 21, 2011, 11:27:20 AM
.
Title: Re: One space or two spaces after a period?
Post by: MyndFyre on January 21, 2011, 11:40:47 AM
Quote from: deadly7 on January 20, 2011, 10:40:37 PM
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.
Title: Re: One space or two spaces after a period?
Post by: CrAz3D on January 21, 2011, 01:48:14 PM
Quote from: deadly7 on January 20, 2011, 07:23:23 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.
Title: Re: One space or two spaces after a period?
Post by: deadly7 on January 21, 2011, 02:33:14 PM
Quote from: MyndFyre on January 21, 2011, 11:40:47 AM
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.

Quote from: CrAz3D on January 21, 2011, 01:48:14 PM
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.
Title: Re: One space or two spaces after a period?
Post by: CrAz3D on January 21, 2011, 04:18:02 PM
Linkity link link:
http://www.dailytoreador.com/opinion/article_3b683d9c-2378-11e0-a1b4-00127992bc8b.html
Title: Re: One space or two spaces after a period?
Post by: CrAz3D 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,
Title: Re: One space or two spaces after a period?
Post by: Blaze 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}"
Title: Re: One space or two spaces after a period?
Post by: CrAz3D on December 06, 2011, 05:53:38 PM
never thought to do it that way.  nice.  thnx.