[1] http://1997.webhistory.org/www.lists/www-talk.1993q3/index.h...
[2] https://en.wikipedia.org/wiki/Sentence_spacing_in_language_a...
71–80 of 270 posts
[1] http://1997.webhistory.org/www.lists/www-talk.1993q3/index.h...
[2] https://en.wikipedia.org/wiki/Sentence_spacing_in_language_a...
Great! No more having to find/replace all the double-spacing in documents I review.
Earlier quoted context omitted.
Not so for the default mode in LaTeX. It tries to guess which periods indicate end-of-sentence (based on whether the next letter is capitalized) and will add additional horizontal space accordingly, unless you tell it not to by declaring your document uses “French Spacing”. (Edit: and my memory may be serving me incorrectly here, but I recall 20 years ago having a support package that also detected double-space in th…
Won’t that mess up titles like Dr. Livingstone and Mr. President? Splitting text into sentences is actually really hard.
That's pretty obnoxious. I do two spaces out of habit, and would prefer it just removed them quietly rather than forcing me to relearn. (which is what HTML does, effectively.... it displays it the same if you use two spaces)
I use LyX ( https://www.lyx.org/ ) which just silently ignores the second space (acting as if you hadn't pressed the key). I think this would be a better way for Word to do it than flagging it as an error.
(FWIW, I think WYSIWYG editors are a bad hack and should be avoided wherever possible. Either use a semantic editor or a real page layout program.)
We debated this in 1993 on the www-talk mailing list [1]. Terry Allen (an editor at O'Reilly) wanted rendered HTML documents to follow Tex conventions with extra space after a period. Marc Andreessen (still at NCSA in 1993) pointed out browser developers couldn’t do the syntactic analysis required to distinguish the end of sentences from inter-sentence periods. Guido van Rossum (working on Python version 1.0 at the t…
Earlier quoted context omitted.
I use LyX ( https://www.lyx.org/ ) which just silently ignores the second space (acting as if you hadn't pressed the key). I think this would be a better way for Word to do it than flagging it as an error.
The problem is that Word is a WYSIWYG editor, so it can’t ignore second spaces. It must affect the layout. (FWIW, I think WYSIWYG editors are a bad hack and should be avoided wherever possible. Either use a semantic editor or a real page layout program.)
This reminds me of the Tabs vs Space discussion, and how once Bill Gates did an AMA on Reddit and his answer was that tabs was better because of consistency.
They’re consistent between fonts.
That's pretty obnoxious. I do two spaces out of habit, and would prefer it just removed them quietly rather than forcing me to relearn. (which is what HTML does, effectively.... it displays it the same if you use two spaces)
But I don't believe that 'correcting' a typographical convention is what this is directly about.