[latexrefman-commits] [SCM] latexrefman updated: r608 - trunk

jimhefferon at gnu.org.ua jimhefferon at gnu.org.ua
Sun Feb 25 00:07:28 CET 2018


Author: jimhefferon
Date: 2018-02-25 01:07:27 +0200 (Sun, 25 Feb 2018)
New Revision: 608

Modified:
   trunk/latex2e.html
   trunk/latex2e.info
   trunk/latex2e.pdf
   trunk/latex2e.texi
Log:
minor adjustments from last commit

Modified: trunk/latex2e.html
===================================================================
--- trunk/latex2e.html	2018-02-24 22:04:50 UTC (rev 607)
+++ trunk/latex2e.html	2018-02-24 23:07:27 UTC (rev 608)
@@ -12220,14 +12220,14 @@
 <p>Synopsis:
 </p>
 <div class="example">
-<pre class="example">\spacefactor=1000
+<pre class="example">\spacefactor=<var>integer</var>
 </pre></div>
 
 <a name="index-_005cspacefactor"></a>
 <p>While LaTeX is making the page, to give the lines the best appearance
 it may stretch or shrink the gaps between words.  The
-<code>\spacefactor</code> command (from Plain TeX) allow you to change
-the LaTeX’s default behavior.
+<code>\spacefactor</code> command (from Plain TeX) allows you to
+change the LaTeX’s default behavior.
 </p>
 <p>After LaTeX places each character, or rule or other box, it sets a
 parameter called the space factor.  If the next thing in the input is a
@@ -12238,32 +12238,32 @@
 </p>
 <p>Normally, the space factor is 1000; this value is in effect following
 most characters, and any non-character box or math formula.  But it is
-set to 3000 after a period, exclamation mark, or question mark, it is
-2000 after a colon, 1500 after a semicolon, 1250 after a comma, and 0
-after a right parenthesis or bracket, or closing double quote or single
-quote.  Finally, it is 999 for capital letters.
+3000 after a period, exclamation mark, or question mark, it is 2000
+after a colon, 1500 after a semicolon, 1250 after a comma, and 0 after a
+right parenthesis or bracket, or closing double quote or single quote.
+Finally, it is 999 after a capital letter.
 </p>
 <p>If the space factor <var>f</var> is 1000 then the glue gap will be the
-font’s normal space value (for Computer Modern Roman 10 point that is
+font’s normal space value (for Computer Modern Roman 10 point this is
 3.3333 points).  Otherwise, if the space factor <var>f</var> is greater
 than 2000 then TeX adds the font’s extra space value (for Computer
-Modern Roman 10 point that is 1.11111 points), and after this, the
-font’s normal stretch value is multiplied by <em>f /1000</em> and the
-normal shrink value is multiplied by <em>1000/f</em> (for Computer Modern
-Roman 10 point these are 1.66666 and 1.11111 points).  In short,
-compared to a normal space, such as the space following a word ending in
-a lower-case letter, intersentence spacing has a fixed extra space added
+Modern Roman 10 point this is 1.11111 points), and then the font’s
+normal stretch value is multiplied by <em>f /1000</em> and the normal
+shrink value is multiplied by <em>1000/f</em> (for Computer Modern Roman
+10 point these are 1.66666 and 1.11111 points).  In short, compared
+to a normal space, such as the space following a word ending in a
+lower-case letter, intersentence spacing has a fixed extra space added
 and then the space can stretch 3 times as much and shrink 1/3 as much.
 </p>
 <p>The rules for how TeX uses space factors is even more complex because
-they play two more roles.  In parctice, there are two consequences.
-First, that if a period or other punctuation is followed by a close
+they play two more roles.  In practice, there are two consequences.
+First, if a period or other punctuation is followed by a close
 parenthesis or close double quote then its effect is still in place,
 that is, the following glue will have increased stretch and shrink.
 Second, conversely, if punctuation comes after a capital letter then its
-effect is not in place, so you get an ordinary space.  For this second case,
-sometimes an abbreviation does not end in a capital letter; for this
-use <code>\@</code> see <a href="#g_t_005c_0028SPACE_0029-and-_005c_0040">\(SPACE) and \@</a>.
+effect is not in place so you get an ordinary space.  For how to adjust
+to this second case, for instance if an abbreviation does not end in a
+capital letter, see <a href="#g_t_005c_0028SPACE_0029-and-_005c_0040">\(SPACE) and \@</a>.
 </p>
 
 <table class="menu" border="0" cellspacing="0">

Modified: trunk/latex2e.info
===================================================================
--- trunk/latex2e.info	2018-02-24 22:04:50 UTC (rev 607)
+++ trunk/latex2e.info	2018-02-24 23:07:27 UTC (rev 608)
@@ -7837,11 +7837,11 @@
 
 Synopsis:
 
-     \spacefactor=1000
+     \spacefactor=INTEGER
 
    While LaTeX is making the page, to give the lines the best appearance
 it may stretch or shrink the gaps between words.  The '\spacefactor'
-command (from Plain TeX) allow you to change the LaTeX's default
+command (from Plain TeX) allows you to change the LaTeX's default
 behavior.
 
    After LaTeX places each character, or rule or other box, it sets a
@@ -7853,32 +7853,32 @@
 
    Normally, the space factor is 1000; this value is in effect following
 most characters, and any non-character box or math formula.  But it is
-set to 3000 after a period, exclamation mark, or question mark, it is
-2000 after a colon, 1500 after a semicolon, 1250 after a comma, and 0
-after a right parenthesis or bracket, or closing double quote or single
-quote.  Finally, it is 999 for capital letters.
+3000 after a period, exclamation mark, or question mark, it is 2000
+after a colon, 1500 after a semicolon, 1250 after a comma, and 0 after a
+right parenthesis or bracket, or closing double quote or single quote.
+Finally, it is 999 after a capital letter.
 
    If the space factor F is 1000 then the glue gap will be the font's
-normal space value (for Computer Modern Roman 10 point that is
+normal space value (for Computer Modern Roman 10 point this is
 3.3333 points).  Otherwise, if the space factor F is greater than 2000
 then TeX adds the font's extra space value (for Computer Modern Roman 10
-point that is 1.11111 points), and after this, the font's normal stretch
-value is multiplied by f /1000 and the normal shrink value is multiplied
-by 1000/f (for Computer Modern Roman 10 point these are 1.66666 and
+point this is 1.11111 points), and then the font's normal stretch value
+is multiplied by f /1000 and the normal shrink value is multiplied by
+1000/f (for Computer Modern Roman 10 point these are 1.66666 and
 1.11111 points).  In short, compared to a normal space, such as the
 space following a word ending in a lower-case letter, intersentence
 spacing has a fixed extra space added and then the space can stretch 3
 times as much and shrink 1/3 as much.
 
    The rules for how TeX uses space factors is even more complex because
-they play two more roles.  In parctice, there are two consequences.
-First, that if a period or other punctuation is followed by a close
+they play two more roles.  In practice, there are two consequences.
+First, if a period or other punctuation is followed by a close
 parenthesis or close double quote then its effect is still in place,
 that is, the following glue will have increased stretch and shrink.
 Second, conversely, if punctuation comes after a capital letter then its
-effect is not in place, so you get an ordinary space.  For this second
-case, sometimes an abbreviation does not end in a capital letter; for
-this use '\@' *note \(SPACE) and \@::.
+effect is not in place so you get an ordinary space.  For how to adjust
+to this second case, for instance if an abbreviation does not end in a
+capital letter, *note \(SPACE) and \@::.
 
 * Menu:
 
@@ -11840,69 +11840,69 @@
 Node: \hspace278972
 Node: \hfill279927
 Node: \spacefactor280319
-Node: \(SPACE) and \@283034
-Ref: \AT283177
-Node: \frenchspacing284654
-Node: \normalsfcodes285270
-Node: \(SPACE) after control sequence285459
-Node: \thinspace286370
-Node: \/286690
-Node: \hrulefill \dotfill287872
-Node: \addvspace288865
-Node: \bigskip \medskip \smallskip289911
-Node: \vfill290803
-Node: \vspace291672
-Node: Boxes292665
-Node: \mbox293390
-Node: \fbox and \framebox293677
-Node: lrbox294480
-Node: \makebox294839
-Node: \parbox295559
-Node: \raisebox297127
-Node: \savebox297724
-Node: \sbox298139
-Node: \usebox298588
-Node: Special insertions298849
-Node: Reserved characters299650
-Node: Upper and lower case300851
-Node: Symbols by font position302766
-Node: Text symbols303386
-Node: Accents306834
-Node: Additional Latin letters309376
-Ref: Non-English characters309547
-Node: \rule310564
-Node: \today310993
-Node: Splitting the input311747
-Node: \include312511
-Node: \includeonly313102
-Node: \input313615
-Node: Front/back matter314110
-Node: Tables of contents314315
-Node: \addcontentsline315376
-Node: \addtocontents316394
-Node: Glossaries316927
-Node: Indexes317446
-Node: Letters319079
-Node: \address322757
-Node: \cc323627
-Node: \closing324045
-Node: \encl324356
-Node: \location324771
-Node: \makelabels325040
-Node: \name326041
-Node: \opening326271
-Node: \ps326611
-Node: \signature326900
-Node: \telephone327992
-Node: Terminal input/output328357
-Node: \typein328622
-Node: \typeout329207
-Node: Command line329830
-Node: Document templates330782
-Node: beamer template331189
-Node: book template331840
-Node: tugboat template332208
-Node: Concept Index334572
-Node: Command Index392354
+Node: \(SPACE) and \@283025
+Ref: \AT283168
+Node: \frenchspacing284645
+Node: \normalsfcodes285261
+Node: \(SPACE) after control sequence285450
+Node: \thinspace286361
+Node: \/286681
+Node: \hrulefill \dotfill287863
+Node: \addvspace288856
+Node: \bigskip \medskip \smallskip289902
+Node: \vfill290794
+Node: \vspace291663
+Node: Boxes292656
+Node: \mbox293381
+Node: \fbox and \framebox293668
+Node: lrbox294471
+Node: \makebox294830
+Node: \parbox295550
+Node: \raisebox297118
+Node: \savebox297715
+Node: \sbox298130
+Node: \usebox298579
+Node: Special insertions298840
+Node: Reserved characters299641
+Node: Upper and lower case300842
+Node: Symbols by font position302757
+Node: Text symbols303377
+Node: Accents306825
+Node: Additional Latin letters309367
+Ref: Non-English characters309538
+Node: \rule310555
+Node: \today310984
+Node: Splitting the input311738
+Node: \include312502
+Node: \includeonly313093
+Node: \input313606
+Node: Front/back matter314101
+Node: Tables of contents314306
+Node: \addcontentsline315367
+Node: \addtocontents316385
+Node: Glossaries316918
+Node: Indexes317437
+Node: Letters319070
+Node: \address322748
+Node: \cc323618
+Node: \closing324036
+Node: \encl324347
+Node: \location324762
+Node: \makelabels325031
+Node: \name326032
+Node: \opening326262
+Node: \ps326602
+Node: \signature326891
+Node: \telephone327983
+Node: Terminal input/output328348
+Node: \typein328613
+Node: \typeout329198
+Node: Command line329821
+Node: Document templates330773
+Node: beamer template331180
+Node: book template331831
+Node: tugboat template332199
+Node: Concept Index334563
+Node: Command Index392345
 
 End Tag Table

Modified: trunk/latex2e.pdf
===================================================================
(Binary files differ)

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2018-02-24 22:04:50 UTC (rev 607)
+++ trunk/latex2e.texi	2018-02-24 23:07:27 UTC (rev 608)
@@ -9522,14 +9522,14 @@
 Synopsis:
 
 @example
-\spacefactor=1000
+\spacefactor=@var{integer}
 @end example
 
 @findex \spacefactor
 While @LaTeX{} is making the page, to give the lines the best appearance
 it may stretch or shrink the gaps between words.  The
- at code{\spacefactor} command (from Plain at tie{}@TeX{}) allow you to change
-the @LaTeX{}'s default behavior.
+ at code{\spacefactor} command (from Plain at tie{}@TeX{}) allows you to
+change the @LaTeX{}'s default behavior.
 
 After @LaTeX{} places each character, or rule or other box, it sets a
 parameter called the space factor.  If the next thing in the input is a
@@ -9540,32 +9540,32 @@
 
 Normally, the space factor is 1000; this value is in effect following
 most characters, and any non-character box or math formula.  But it is
-set to 3000 after a period, exclamation mark, or question mark, it is
-2000 after a colon, 1500 after a semicolon, 1250 after a comma, and 0
-after a right parenthesis or bracket, or closing double quote or single
-quote.  Finally, it is 999 for capital letters.
+3000 after a period, exclamation mark, or question mark, it is 2000
+after a colon, 1500 after a semicolon, 1250 after a comma, and 0 after a
+right parenthesis or bracket, or closing double quote or single quote.
+Finally, it is 999 after a capital letter.
 
 If the space factor at tie{}@var{f} is 1000 then the glue gap will be the
-font's normal space value (for Computer Modern Roman 10 point that is
+font's normal space value (for Computer Modern Roman 10 point this is
 3.3333 at tie{}points).  Otherwise, if the space factor @var{f} is greater
 than 2000 then @TeX{} adds the font's extra space value (for Computer
-Modern Roman 10 point that is 1.11111 at tie{}points), and after this, the
-font's normal stretch value is multiplied by @math{f /1000} and the
-normal shrink value is multiplied by @math{1000/f} (for Computer Modern
-Roman 10 point these are 1.66666 and 1.11111 at tie{}points).  In short,
-compared to a normal space, such as the space following a word ending in
-a lower-case letter, intersentence spacing has a fixed extra space added
+Modern Roman 10 point this is 1.11111 at tie{}points), and then the font's
+normal stretch value is multiplied by @math{f /1000} and the normal
+shrink value is multiplied by @math{1000/f} (for Computer Modern Roman
+10 point these are 1.66666 and 1.11111 at tie{}points).  In short, compared
+to a normal space, such as the space following a word ending in a
+lower-case letter, intersentence spacing has a fixed extra space added
 and then the space can stretch 3 times as much and shrink 1/3 as much.
 
 The rules for how @TeX{} uses space factors is even more complex because
-they play two more roles.  In parctice, there are two consequences.
-First, that if a period or other punctuation is followed by a close
+they play two more roles.  In practice, there are two consequences.
+First, if a period or other punctuation is followed by a close
 parenthesis or close double quote then its effect is still in place,
 that is, the following glue will have increased stretch and shrink.
 Second, conversely, if punctuation comes after a capital letter then its
-effect is not in place, so you get an ordinary space.  For this second case,
-sometimes an abbreviation does not end in a capital letter; for this
-use @code{\@@} @pxref{\(SPACE) and \@@}.
+effect is not in place so you get an ordinary space.  For how to adjust
+to this second case, for instance if an abbreviation does not end in a
+capital letter, @pxref{\(SPACE) and \@@}.
 
 
 @menu



More information about the latexrefman-commits mailing list