[latexrefman-commits] r429 - in /trunk: ChangeLog latex2e.texi

jhefferon at domain.hid jhefferon at domain.hid
Sat Sep 12 14:56:12 CEST 2015


Author: jhefferon
Date: Sat Sep 12 14:56:11 2015
New Revision: 429

URL: http://svn.gna.org/viewcvs/latexrefman?rev=429&view=rev
Log:
add node for \frenchspacing

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=429&r1=428&r2=429&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Sat Sep 12 14:56:11 2015
@@ -1,3 +1,7 @@
+2015-09-12  Jim Hefferon  <jhefferon at domain.hid>
+
+	* latex2e.texi (\frenchspacing): Add this node.
+
 2015-09-11  Jim Hefferon  <jhefferon at domain.hid>
 
 	* latex2e.texi (\newline): Add description of what happens in

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=429&r1=428&r2=429&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Sat Sep 12 14:56:11 2015
@@ -4284,6 +4284,7 @@
 * \fussy::                     Be fussy about line breaking.
 * \sloppy::                    Be sloppy about line breaking.
 * \hyphenation::               Tell @LaTeX{} how to hyphenate a word.
+* \frenchspacing::             Make interword and intersentence space equal.
 * \linebreak & \nolinebreak::  Forcing & avoiding line breaks.
 @end menu
 
@@ -4362,12 +4363,12 @@
 single cell of the table.
 
 @example
-\begin at domain.hid@}@}
+\begin at domain.hid@}@}
   Name: \newline Address: &Date: \\ \hline
 \end at domain.hid@}
 @end example
 
-The @samp{Date:} will be baseline aligned with @samp{Name:}.
+The @samp{Date:} will be baseline-aligned with @samp{Name:}.
 
 
 @node \- (hyphenation)
@@ -4385,7 +4386,6 @@
 When you insert @code{\-} commands in a word, the word will only be
 hyphenated at those points and not at any of the hyphenation points
 that @LaTeX{} might otherwise have chosen.
-
 
 
 @node \fussy
@@ -4435,6 +4435,22 @@
 @example
 \hyphenation at domain.hid col-umns data-base data-bases@}
 @end example
+
+
+ at node \frenchspacing
+ at section @code{\frenchspacing}
+
+ at findex \frenchspacing
+ at cindex spacing, intersentence
+
+This declaration (from plain @TeX{}) causes @LaTeX{} to treat
+intersentence spacing the same as interword spacing.  In justifying the
+text in a line some typographic traditions, including that of English,
+prefer to adjust the space between sentences (or after other punctuation
+marks) more than the space between words.  Following this declaration,
+all spaces are treated equally.
+
+Revert to the default behavior by declaring @code{\nonfrenchspacing}.
 
 
 @node \linebreak & \nolinebreak
@@ -7455,20 +7471,21 @@
 Mark a punctuation character, typically a period, as either ending a
 sentence or as ending an abbreviation.
 
- at domain.hid xx create node for frenchspacing and reference it here
-By default @TeX{} puts a larger space between sentences than between
-words. @TeX{} assumes that a period (or a question mark, exclamation
-point, or colon) ends a sentence unless it is preceded by a capital
-letter, in which case it takes that period for part of an abbreviation.
-Note that if a sentence-ending period is immediately followed by a right
-parenthesis or bracket, or right single or double quote, then the
-intersentence space follows that parenthesis or quote.
-
-If you have a period in an abbreviation that does not end with a capital
-letter and that is not the last word in the sentence then follow that
-period with a backslash-space (@code{\ }) or a tie (@code{~}).  Examples
-are @code{Nat.\ Acad.\ Science}, and @code{Mr.~Bean}, and @code{(manure,
-etc.)\ for sale}.
+By default, in justifying a line @LaTeX{} adjusts the space after a
+sentence-ending period (or a question mark, exclamation point, comma, or
+colon) more than the space between words
+(@pxref{\frenchspacing}). @LaTeX{} assumes that the period ends a
+sentence unless it is preceded by a capital letter, in which case it
+takes that period for part of an abbreviation.  Note that if a
+sentence-ending period is immediately followed by a right parenthesis or
+bracket, or right single or double quote, then the intersentence space
+follows that parenthesis or quote.
+
+If you have a period ending an abbreviation whose last letter is not a
+capital letter, and that abbreviation is not the last word in the
+sentence, then follow that period with a backslash-space (@code{\ }) or
+a tie (@code{~}).  Examples are @code{Nat.\ Acad.\ Science}, and
+ at code{Mr.~Bean}, and @code{(manure, etc.)\ for sale}.
 
 In addition, the @code{\ } command is also often used after control
 sequences to keep them from gobbling the space that follows, as in
@@ -7482,7 +7499,7 @@
 
 In contrast, putting @code{\@@} on the right of a period tells @TeX{}
 that the period does not end the sentence.  In the example
- at domain.hid strings A, B (etc.\@@) are different}, @TeX{} will put
+ at code{reserved words (if, then, etc.\@@) are different}, @TeX{} will put
 interword space after the closing parenthesis (note that @code{\@@} is
 before the parenthesis).
 





More information about the latexrefman-commits mailing list