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

jimhefferon at gnu.org.ua jimhefferon at gnu.org.ua
Fri Oct 12 23:18:29 CEST 2018


Author: jimhefferon
Date: 2018-10-13 00:18:29 +0300 (Sat, 13 Oct 2018)
New Revision: 705

Modified:
   trunk/ChangeLog
   trunk/latex2e.html
   trunk/latex2e.info
   trunk/latex2e.pdf
   trunk/latex2e.texi
Log:
fix overfull lines in PDF

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2018-10-12 18:00:35 UTC (rev 704)
+++ trunk/ChangeLog	2018-10-12 21:18:29 UTC (rev 705)
@@ -1,5 +1,9 @@
 2018-10-12  Jim Hefferon  <jhefferon at smcvt.edu>
 
+	* latex2e.texi  Fix overfull lines in PDF.
+
+2018-10-12  Jim Hefferon  <jhefferon at smcvt.edu>
+
 	* latex2e.texi  Add \phantom, etc.  Move it and \smash to menu
 	under Spacing in math mode.
 	* keeptrack.csv  Mark \phantom, \vphantom as done (\hphantom not there).

Modified: trunk/latex2e.html
===================================================================
--- trunk/latex2e.html	2018-10-12 18:00:35 UTC (rev 704)
+++ trunk/latex2e.html	2018-10-12 21:18:29 UTC (rev 705)
@@ -11589,7 +11589,8 @@
 He said stop going to those places.
 </pre></div>
 
-<p>If there is no such length, for example if you mistype as
+<p>If you did not declare <var>len</var> with <code>\newlength</code>, for example if
+you mistype the above as
 <code>\newlength{\specparindent}\setlength{\sepcparindent}{...}</code>,
 then you get an error like ‘<samp>Undefined control sequence. <argument>
 \sepcindent</samp>’.  If you omit the backslash at the start of the length name
@@ -11631,7 +11632,8 @@
 
 <p>then it has the value <code>1pt plus 1pt</code> for the second paragraph.
 </p>
-<p>If there is no such length <var>len</var>, for example if you mistype as
+<p>If you did not declare the length <var>len</var> with <code>\newlength</code>, if
+for example you mistype the above as
 <code>\addtolength{\specparindent}{0.6\praindent}</code>, then you get
 something like ‘<samp>Undefined control sequence. <argument> \praindent</samp>’.
 If you leave off the backslash at the start of <var>len</var>, as in
@@ -11668,10 +11670,10 @@
 \the\alphabetdepth
 </pre></div>
 
-<p>If there is no such length <var>len</var>, for example if you mistype as
-<code>\settodepth{\aplhabetdepth}{abc...}</code>, then you get something
-like ‘<samp>Undefined control sequence. <argument> \aplhabetdepth</samp>’.  If
-you leave the backslash out of <var>len</var>, as in
+<p>If you did not set aside the length <var>len</var>, if for example you
+mistype the above as <code>\settodepth{\aplhabetdepth}{abc...}</code>,
+then you get something like ‘<samp>Undefined control sequence. <argument>
+\aplhabetdepth</samp>’.  If you leave the backslash out of <var>len</var>, as in
 <code>\settodepth{alphabetdepth}{...}</code> then you get something like
 ‘<samp>Missing number, treated as zero. <to be read again> \setbox</samp>’.
 </p>
@@ -11705,7 +11707,8 @@
 \the\alphabetheight
 </pre></div>
 
-<p>If there is no such length <var>len</var>, for example if you mistype as
+<p>If no such length <var>len</var> has been declared with <code>\newlength</code>, if
+for example you mistype as
 <code>\settoheight{\aplhabetheight}{abc...}</code>, then you get something
 like ‘<samp>Undefined control sequence. <argument> \alphabetheight</samp>’.  If
 you leave the backslash out of <var>len</var>, as in
@@ -11742,10 +11745,10 @@
 \the\alphabetwidth
 </pre></div>
 
-<p>If there is no such length <var>len</var>, for example if you mistype as
-<code>\settowidth{\aplhabetwidth}{abc...}</code>, then you get something
-like ‘<samp>Undefined control sequence. <argument> \aplhabetwidth</samp>’.  If
-you leave the backslash out of <var>len</var>, as in
+<p>If no such length <var>len</var> has been set aside, if for example you
+mistype the above as <code>\settowidth{\aplhabetwidth}{abc...}</code>,
+then you get something like ‘<samp>Undefined control sequence. <argument>
+\aplhabetwidth</samp>’.  If you leave the backslash out of <var>len</var>, as in
 <code>\settoheight{alphabetwidth}{...}</code> then you get something like
 ‘<samp>Missing number, treated as zero. <to be read again> \setbox</samp>’.
 </p>

Modified: trunk/latex2e.info
===================================================================
--- trunk/latex2e.info	2018-10-12 18:00:35 UTC (rev 704)
+++ trunk/latex2e.info	2018-10-12 21:18:29 UTC (rev 705)
@@ -7934,7 +7934,8 @@
      \setlength{\parindent}{0em}
      He said stop going to those places.
 
-   If there is no such length, for example if you mistype as
+   If you did not declare LEN with '\newlength', for example if you
+mistype the above as
 '\newlength{\specparindent}\setlength{\sepcparindent}{...}', then you
 get an error like 'Undefined control sequence. <argument> \sepcindent'.
 If you omit the backslash at the start of the length name then you get
@@ -7965,7 +7966,8 @@
 
 then it has the value '1pt plus 1pt' for the second paragraph.
 
-   If there is no such length LEN, for example if you mistype as
+   If you did not declare the length LEN with '\newlength', if for
+example you mistype the above as
 '\addtolength{\specparindent}{0.6\praindent}', then you get something
 like 'Undefined control sequence. <argument> \praindent'.  If you leave
 off the backslash at the start of LEN, as in
@@ -7992,12 +7994,12 @@
      \settodepth{\alphabetdepth}{abcdefghijklmnopqrstuvwxyz}
      \the\alphabetdepth
 
-   If there is no such length LEN, for example if you mistype as
-'\settodepth{\aplhabetdepth}{abc...}', then you get something like
-'Undefined control sequence. <argument> \aplhabetdepth'.  If you leave
-the backslash out of LEN, as in '\settodepth{alphabetdepth}{...}' then
-you get something like 'Missing number, treated as zero. <to be read
-again> \setbox'.
+   If you did not set aside the length LEN, if for example you mistype
+the above as '\settodepth{\aplhabetdepth}{abc...}', then you get
+something like 'Undefined control sequence. <argument> \aplhabetdepth'.
+If you leave the backslash out of LEN, as in
+'\settodepth{alphabetdepth}{...}' then you get something like 'Missing
+number, treated as zero. <to be read again> \setbox'.
 
 
 File: latex2e.info,  Node: \settoheight,  Next: \settowidth,  Prev: \settodepth,  Up: Lengths
@@ -8019,12 +8021,12 @@
      \settoheight{\alphabetheight}{abcdefghijklmnopqrstuvwxyz}
      \the\alphabetheight
 
-   If there is no such length LEN, for example if you mistype as
-'\settoheight{\aplhabetheight}{abc...}', then you get something like
-'Undefined control sequence. <argument> \alphabetheight'.  If you leave
-the backslash out of LEN, as in '\settoheight{alphabetheight}{...}' then
-you get something like 'Missing number, treated as zero. <to be read
-again> \setbox'.
+   If no such length LEN has been declared with '\newlength', if for
+example you mistype as '\settoheight{\aplhabetheight}{abc...}', then you
+get something like 'Undefined control sequence. <argument>
+\alphabetheight'.  If you leave the backslash out of LEN, as in
+'\settoheight{alphabetheight}{...}' then you get something like 'Missing
+number, treated as zero. <to be read again> \setbox'.
 
 
 File: latex2e.info,  Node: \settowidth,  Prev: \settoheight,  Up: Lengths
@@ -8046,12 +8048,12 @@
      \settowidth{\alphabetwidth}{abcdefghijklmnopqrstuvwxyz}
      \the\alphabetwidth
 
-   If there is no such length LEN, for example if you mistype as
-'\settowidth{\aplhabetwidth}{abc...}', then you get something like
-'Undefined control sequence. <argument> \aplhabetwidth'.  If you leave
-the backslash out of LEN, as in '\settoheight{alphabetwidth}{...}' then
-you get something like 'Missing number, treated as zero. <to be read
-again> \setbox'.
+   If no such length LEN has been set aside, if for example you mistype
+the above as '\settowidth{\aplhabetwidth}{abc...}', then you get
+something like 'Undefined control sequence. <argument> \aplhabetwidth'.
+If you leave the backslash out of LEN, as in
+'\settoheight{alphabetwidth}{...}' then you get something like 'Missing
+number, treated as zero. <to be read again> \setbox'.
 
 
 File: latex2e.info,  Node: Making paragraphs,  Next: Math formulas,  Prev: Lengths,  Up: Top
@@ -18013,227 +18015,227 @@
 Ref: units of length en301443
 Ref: units of length ex301443
 Node: \setlength302299
-Node: \addtolength303356
-Node: \settodepth304396
-Node: \settoheight305256
-Node: \settowidth306122
-Node: Making paragraphs306971
-Node: \par308742
-Node: \indent & \noindent310689
-Node: \parindent & \parskip312223
-Node: Marginal notes313258
-Ref: marginal notes marginparpush314654
-Ref: marginal notes marginparsep314767
-Ref: marginal notes marginparwidth314899
-Node: Math formulas315248
-Node: Subscripts & superscripts319416
-Node: Math symbols321574
-Node: Blackboard bold347741
-Node: Calligraphic348513
-Node: \boldmath & \unboldmath349085
-Node: Dots350599
-Ref: ellipses cdots351021
-Ref: ellipses ddots351168
-Ref: ellipses ldots351257
-Ref: ellipses vdots351678
-Node: Math functions352864
-Node: Math accents354508
-Node: Over- and Underlining355407
-Node: Spacing in math mode357234
-Ref: spacing in math mode thickspace358166
-Ref: spacing in math mode medspace358258
-Ref: Spacing in math mode/\thinspace358354
-Ref: spacing in math mode thinspace358354
-Ref: spacing in math mode negthinspace358835
-Ref: spacing in math mode quad359033
-Ref: spacing in math mode qquad359289
-Node: \smash359567
-Node: \phantom & \vphantom & \hphantom361784
-Node: Math miscellany363822
-Node: Colon character & \colon364381
-Node: \*365074
-Node: \frac365658
-Node: \left & \right366038
-Node: \sqrt367212
-Node: \stackrel367807
-Node: Modes368080
-Ref: modes paragraph mode368530
-Ref: modes lr mode368726
-Ref: modes math mode369332
-Ref: modes vertical mode369667
-Ref: modes internal vertical mode369838
-Ref: modes inner paragraph mode370311
-Ref: modes outer paragraph mode370311
-Node: \ensuremath370725
-Node: Page styles371430
-Node: \maketitle372193
-Node: \pagenumbering375203
-Node: \pagestyle377191
-Node: \thispagestyle380693
-Node: Spaces381647
-Node: \enspace & \quad & \qquad383088
-Node: \hspace384002
-Node: \hfill385840
-Node: \hss386904
-Node: \spacefactor387598
-Node: \@390985
-Ref: \AT391085
-Node: \frenchspacing393025
-Node: \normalsfcodes393860
-Node: \(SPACE)394107
-Node: ~395871
-Node: \thinspace & \negthinspace398341
-Node: \/399284
-Node: \hrulefill & \dotfill400590
-Node: \bigskip & \medskip & \smallskip401946
-Ref: bigskip402764
-Ref: medskip402968
-Ref: smallskip403177
-Node: \bigbreak & \medbreak & \smallbreak403838
-Node: \strut404824
-Node: \vspace408019
-Node: \vfill409582
-Node: \addvspace410510
-Node: Boxes412508
-Node: \mbox & \makebox413214
-Ref: mbox makebox depth414426
-Ref: mbox makebox height414426
-Ref: mbox makebox width414426
-Ref: mbox makebox totalheight414426
-Node: \fbox & \framebox416520
-Ref: fbox framebox fboxrule417833
-Ref: fbox framebox fboxsep418023
-Node: \parbox419112
-Node: \raisebox421416
-Ref: raisebox depth422379
-Ref: raisebox height422379
-Ref: raisebox width422379
-Ref: raisebox totalheight422379
-Node: \sbox & \savebox423093
-Node: lrbox426059
-Node: \usebox426881
-Node: Color427287
-Node: Color package options428086
-Node: Color models429732
-Ref: color models cmyk430529
-Ref: color models gray430892
-Ref: color models rgb431041
-Ref: color models RGB431378
-Ref: color models named431753
-Node: Commands for color432041
-Node: Define colors432456
-Node: Colored text433181
-Node: Colored boxes435579
-Node: Colored pages436968
-Node: Graphics437661
-Node: Graphics package options439788
-Node: Graphics package configuration442541
-Node: \graphicspath443343
-Node: \DeclareGraphicsExtensions446234
-Node: \DeclareGraphicsRule448002
-Node: Commands for graphics451184
-Node: \includegraphics451689
-Ref: includegraphics width456739
-Ref: includegraphics height457270
-Ref: includegraphics totalheght457676
-Ref: includegraphics keepaspectratio457940
-Ref: includegraphics viewport459626
-Ref: includegraphics trim459996
-Ref: includegraphics clip460452
-Ref: includegraphics page460712
-Ref: includegraphics pagebox460803
-Ref: includegraphics interpolate461668
-Ref: includegraphics quiet461873
-Ref: includegraphics draft462034
-Ref: includegraphics bb462839
-Ref: includegraphics bbllx463237
-Ref: includegraphics bblly463237
-Ref: includegraphics bburx463237
-Ref: includegraphics bbury463237
-Ref: includegraphics natwidth463379
-Ref: includegraphics natheight463379
-Ref: includegraphics hiresbb463565
-Ref: includegraphics type464327
-Ref: includegraphics ext464367
-Ref: includegraphics read464470
-Ref: includegraphics command464587
-Node: \rotatebox464832
-Node: \scalebox467686
-Node: \resizebox468742
-Node: Special insertions469934
-Node: Reserved characters470736
-Node: Upper and lower case471938
-Node: Symbols by font position473853
-Node: Text symbols474473
-Node: Accents478474
-Node: Additional Latin letters480489
-Ref: Non-English characters480660
-Node: \rule481677
-Node: \today482849
-Node: Splitting the input483785
-Node: \endinput485526
-Node: \include & \includeonly486793
-Node: \input491015
-Node: Front/back matter492230
-Node: Table of contents etc.492563
-Node: \addcontentsline496299
-Node: \addtocontents499141
-Node: \nofiles500732
-Node: Indexes501464
-Node: \index503092
-Node: makeindex508201
-Ref: makeindex preamble509869
-Ref: makeindex postamble510009
-Ref: makeindex group skip510094
-Ref: makeindex letheadflag510414
-Ref: makeindex lethead prefix510875
-Ref: makeindex lethead suffix511027
-Ref: makeindex item 0511175
-Ref: makeindex item 1511255
-Ref: makeindex item 2511330
-Ref: makeindex item 01511408
-Ref: makeindex item x1511513
-Ref: makeindex item 12511718
-Ref: makeindex item x2511826
-Ref: makeindex delim 0511986
-Ref: makeindex delim 1512116
-Ref: makeindex delim 2512246
-Ref: makeindex delim n512372
-Ref: makeindex delim r512507
-Ref: makeindex line max512615
-Ref: makeindex indent space512750
-Ref: makeindex indent length512845
-Ref: makeindex page precedence513030
-Node: \printindex513904
-Node: Glossaries514376
-Node: \newglossaryentry516343
-Node: \gls517812
-Node: Letters518606
-Node: \address522233
-Node: \cc523044
-Node: \closing523486
-Node: \encl523800
-Node: \location524214
-Node: \makelabels524478
-Node: \name526795
-Node: \opening527036
-Node: \ps527317
-Node: \signature527606
-Node: \telephone528834
-Node: Terminal input/output529199
-Node: \typein529464
-Node: \typeout530713
-Node: Command line531757
-Node: Command line options533815
-Node: Command line input537374
-Node: Recovering from errors539237
-Node: Document templates540583
-Node: beamer template541028
-Node: article template541682
-Node: book template542109
-Node: Larger book template542590
-Node: tugboat template544076
-Node: Index546447
-Ref: Command Index546533
+Node: \addtolength303384
+Node: \settodepth304459
+Node: \settoheight305337
+Node: \settowidth306230
+Node: Making paragraphs307098
+Node: \par308869
+Node: \indent & \noindent310816
+Node: \parindent & \parskip312350
+Node: Marginal notes313385
+Ref: marginal notes marginparpush314781
+Ref: marginal notes marginparsep314894
+Ref: marginal notes marginparwidth315026
+Node: Math formulas315375
+Node: Subscripts & superscripts319543
+Node: Math symbols321701
+Node: Blackboard bold347868
+Node: Calligraphic348640
+Node: \boldmath & \unboldmath349212
+Node: Dots350726
+Ref: ellipses cdots351148
+Ref: ellipses ddots351295
+Ref: ellipses ldots351384
+Ref: ellipses vdots351805
+Node: Math functions352991
+Node: Math accents354635
+Node: Over- and Underlining355534
+Node: Spacing in math mode357361
+Ref: spacing in math mode thickspace358293
+Ref: spacing in math mode medspace358385
+Ref: Spacing in math mode/\thinspace358481
+Ref: spacing in math mode thinspace358481
+Ref: spacing in math mode negthinspace358962
+Ref: spacing in math mode quad359160
+Ref: spacing in math mode qquad359416
+Node: \smash359694
+Node: \phantom & \vphantom & \hphantom361911
+Node: Math miscellany363949
+Node: Colon character & \colon364508
+Node: \*365201
+Node: \frac365785
+Node: \left & \right366165
+Node: \sqrt367339
+Node: \stackrel367934
+Node: Modes368207
+Ref: modes paragraph mode368657
+Ref: modes lr mode368853
+Ref: modes math mode369459
+Ref: modes vertical mode369794
+Ref: modes internal vertical mode369965
+Ref: modes inner paragraph mode370438
+Ref: modes outer paragraph mode370438
+Node: \ensuremath370852
+Node: Page styles371557
+Node: \maketitle372320
+Node: \pagenumbering375330
+Node: \pagestyle377318
+Node: \thispagestyle380820
+Node: Spaces381774
+Node: \enspace & \quad & \qquad383215
+Node: \hspace384129
+Node: \hfill385967
+Node: \hss387031
+Node: \spacefactor387725
+Node: \@391112
+Ref: \AT391212
+Node: \frenchspacing393152
+Node: \normalsfcodes393987
+Node: \(SPACE)394234
+Node: ~395998
+Node: \thinspace & \negthinspace398468
+Node: \/399411
+Node: \hrulefill & \dotfill400717
+Node: \bigskip & \medskip & \smallskip402073
+Ref: bigskip402891
+Ref: medskip403095
+Ref: smallskip403304
+Node: \bigbreak & \medbreak & \smallbreak403965
+Node: \strut404951
+Node: \vspace408146
+Node: \vfill409709
+Node: \addvspace410637
+Node: Boxes412635
+Node: \mbox & \makebox413341
+Ref: mbox makebox depth414553
+Ref: mbox makebox height414553
+Ref: mbox makebox width414553
+Ref: mbox makebox totalheight414553
+Node: \fbox & \framebox416647
+Ref: fbox framebox fboxrule417960
+Ref: fbox framebox fboxsep418150
+Node: \parbox419239
+Node: \raisebox421543
+Ref: raisebox depth422506
+Ref: raisebox height422506
+Ref: raisebox width422506
+Ref: raisebox totalheight422506
+Node: \sbox & \savebox423220
+Node: lrbox426186
+Node: \usebox427008
+Node: Color427414
+Node: Color package options428213
+Node: Color models429859
+Ref: color models cmyk430656
+Ref: color models gray431019
+Ref: color models rgb431168
+Ref: color models RGB431505
+Ref: color models named431880
+Node: Commands for color432168
+Node: Define colors432583
+Node: Colored text433308
+Node: Colored boxes435706
+Node: Colored pages437095
+Node: Graphics437788
+Node: Graphics package options439915
+Node: Graphics package configuration442668
+Node: \graphicspath443470
+Node: \DeclareGraphicsExtensions446361
+Node: \DeclareGraphicsRule448129
+Node: Commands for graphics451311
+Node: \includegraphics451816
+Ref: includegraphics width456866
+Ref: includegraphics height457397
+Ref: includegraphics totalheght457803
+Ref: includegraphics keepaspectratio458067
+Ref: includegraphics viewport459753
+Ref: includegraphics trim460123
+Ref: includegraphics clip460579
+Ref: includegraphics page460839
+Ref: includegraphics pagebox460930
+Ref: includegraphics interpolate461795
+Ref: includegraphics quiet462000
+Ref: includegraphics draft462161
+Ref: includegraphics bb462966
+Ref: includegraphics bbllx463364
+Ref: includegraphics bblly463364
+Ref: includegraphics bburx463364
+Ref: includegraphics bbury463364
+Ref: includegraphics natwidth463506
+Ref: includegraphics natheight463506
+Ref: includegraphics hiresbb463692
+Ref: includegraphics type464454
+Ref: includegraphics ext464494
+Ref: includegraphics read464597
+Ref: includegraphics command464714
+Node: \rotatebox464959
+Node: \scalebox467813
+Node: \resizebox468869
+Node: Special insertions470061
+Node: Reserved characters470863
+Node: Upper and lower case472065
+Node: Symbols by font position473980
+Node: Text symbols474600
+Node: Accents478601
+Node: Additional Latin letters480616
+Ref: Non-English characters480787
+Node: \rule481804
+Node: \today482976
+Node: Splitting the input483912
+Node: \endinput485653
+Node: \include & \includeonly486920
+Node: \input491142
+Node: Front/back matter492357
+Node: Table of contents etc.492690
+Node: \addcontentsline496426
+Node: \addtocontents499268
+Node: \nofiles500859
+Node: Indexes501591
+Node: \index503219
+Node: makeindex508328
+Ref: makeindex preamble509996
+Ref: makeindex postamble510136
+Ref: makeindex group skip510221
+Ref: makeindex letheadflag510541
+Ref: makeindex lethead prefix511002
+Ref: makeindex lethead suffix511154
+Ref: makeindex item 0511302
+Ref: makeindex item 1511382
+Ref: makeindex item 2511457
+Ref: makeindex item 01511535
+Ref: makeindex item x1511640
+Ref: makeindex item 12511845
+Ref: makeindex item x2511953
+Ref: makeindex delim 0512113
+Ref: makeindex delim 1512243
+Ref: makeindex delim 2512373
+Ref: makeindex delim n512499
+Ref: makeindex delim r512634
+Ref: makeindex line max512742
+Ref: makeindex indent space512877
+Ref: makeindex indent length512972
+Ref: makeindex page precedence513157
+Node: \printindex514031
+Node: Glossaries514503
+Node: \newglossaryentry516470
+Node: \gls517939
+Node: Letters518733
+Node: \address522360
+Node: \cc523171
+Node: \closing523613
+Node: \encl523927
+Node: \location524341
+Node: \makelabels524605
+Node: \name526922
+Node: \opening527163
+Node: \ps527444
+Node: \signature527733
+Node: \telephone528961
+Node: Terminal input/output529326
+Node: \typein529591
+Node: \typeout530840
+Node: Command line531884
+Node: Command line options533942
+Node: Command line input537501
+Node: Recovering from errors539364
+Node: Document templates540710
+Node: beamer template541155
+Node: article template541809
+Node: book template542236
+Node: Larger book template542717
+Node: tugboat template544203
+Node: Index546574
+Ref: Command Index546660
 
 End Tag Table

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

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2018-10-12 18:00:35 UTC (rev 704)
+++ trunk/latex2e.texi	2018-10-12 21:18:29 UTC (rev 705)
@@ -9928,7 +9928,8 @@
 He said stop going to those places.
 @end example
 
-If there is no such length, for example if you mistype as
+If you did not declare @var{len} with @code{\newlength}, for example if
+you mistype the above as
 @code{\newlength@{\specparindent@}\setlength@{\sepcparindent@}@{...@}},
 then you get an error like @samp{Undefined control sequence. <argument>
 \sepcindent}.  If you omit the backslash at the start of the length name
@@ -9966,7 +9967,8 @@
 @noindent
 then it has the value @code{1pt plus 1pt} for the second paragraph.
 
-If there is no such length @var{len}, for example if you mistype as
+If you did not declare the length @var{len} with @code{\newlength}, if
+for example you mistype the above as
 @code{\addtolength@{\specparindent@}@{0.6\praindent@}}, then you get
 something like @samp{Undefined control sequence. <argument> \praindent}.
 If you leave off the backslash at the start of @var{len}, as in
@@ -9997,10 +9999,10 @@
 \the\alphabetdepth
 @end example
 
-If there is no such length @var{len}, for example if you mistype as
- at code{\settodepth@{\aplhabetdepth@}@{abc...@}}, then you get something
-like @samp{Undefined control sequence. <argument> \aplhabetdepth}.  If
-you leave the backslash out of @var{len}, as in
+If you did not set aside the length @var{len}, if for example you
+mistype the above as @code{\settodepth@{\aplhabetdepth@}@{abc...@}},
+then you get something like @samp{Undefined control sequence. <argument>
+\aplhabetdepth}.  If you leave the backslash out of @var{len}, as in
 @code{\settodepth@{alphabetdepth@}@{...@}} then you get something like
 @samp{Missing number, treated as zero. <to be read again> \setbox}.
 
@@ -10028,7 +10030,8 @@
 \the\alphabetheight
 @end example
 
-If there is no such length @var{len}, for example if you mistype as
+If no such length @var{len} has been declared with @code{\newlength}, if
+for example you mistype as
 @code{\settoheight@{\aplhabetheight@}@{abc...@}}, then you get something
 like @samp{Undefined control sequence. <argument> \alphabetheight}.  If
 you leave the backslash out of @var{len}, as in
@@ -10059,10 +10062,10 @@
 \the\alphabetwidth
 @end example
 
-If there is no such length @var{len}, for example if you mistype as
- at code{\settowidth@{\aplhabetwidth@}@{abc...@}}, then you get something
-like @samp{Undefined control sequence. <argument> \aplhabetwidth}.  If
-you leave the backslash out of @var{len}, as in
+If no such length @var{len} has been set aside, if for example you
+mistype the above as @code{\settowidth@{\aplhabetwidth@}@{abc...@}},
+then you get something like @samp{Undefined control sequence. <argument>
+\aplhabetwidth}.  If you leave the backslash out of @var{len}, as in
 @code{\settoheight@{alphabetwidth@}@{...@}} then you get something like
 @samp{Missing number, treated as zero. <to be read again> \setbox}.
 



More information about the latexrefman-commits mailing list