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

Karl Berry INVALID.NOREPLY at gnu.org.ua
Mon Jul 5 03:08:22 CEST 2021


Author: karl
Date: 2021-07-05 01:08:22 +0000 (Mon, 05 Jul 2021)
New Revision: 931

Modified:
   trunk/ChangeLog
   trunk/aspell.en.pws
   trunk/latex2e.texi
Log:
\@dottedtocline: tiny tweaks

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2021-07-04 19:09:48 UTC (rev 930)
+++ trunk/ChangeLog	2021-07-05 01:08:22 UTC (rev 931)
@@ -1,3 +1,7 @@
+2021-07-04  Karl Berry  <karl at freefriends.org>
+
+	* latex2e.texi (\@dottedtocline): Tiny tweaks.
+
 2021-07-04  Jim Hefferon  <jhefferon at smcvt.edu>
 
 	* latex2e.texi (\stretch): Added section.

Modified: trunk/aspell.en.pws
===================================================================
--- trunk/aspell.en.pws	2021-07-04 19:09:48 UTC (rev 930)
+++ trunk/aspell.en.pws	2021-07-05 01:08:22 UTC (rev 931)
@@ -278,3 +278,5 @@
 didot
 texput
 xstring
+qed
+dottedtocline

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2021-07-04 19:09:48 UTC (rev 930)
+++ trunk/latex2e.texi	2021-07-05 01:08:22 UTC (rev 931)
@@ -11163,10 +11163,6 @@
 @end example
 
 
-
-
-
-
 @node Expressions
 @section Expressions
 
@@ -18517,8 +18513,8 @@
 
 @cindex Halmos symbol
 @cindex tombstone
-This produces a rectangular blob, sometimes called a Halmos symbol,
-often used to mark the end of a proof.
+This example produces a rectangular blob, sometimes called a Halmos symbol,
+or just ``qed'', often used to mark the end of a proof:
 
 @example
 \newcommand@{\qedsymbol@}@{\rule@{0.4em@}@{2ex@}@}
@@ -19080,9 +19076,9 @@
 contents, list of figures, or list of tables.  Authors do not directly
 enter @code{\@@dottedtocline} commands.
 
-This command is often used by @code{\l@@section}, @code{\l@@subsection},
+This command is typically used by @code{\l@@section}, @code{\l@@subsection},
 etc., to format the content lines.  For example, the @file{article.cls}
-file contains these definitions.
+file contains these definitions:
 
 @example
 \newcommand*\l@@section@{\@@dottedtocline@{1@}@{1.5em@}@{2.3em@}@}
@@ -19091,22 +19087,24 @@
 @end example
 
 @noindent
-(In this example, @code{\@@dottedcline} appears to have been given only
-three arguments.  But tracing the internal code shows it picks up the
- at var{text} and @var{pagenumber} arguments from a call to
- at code{\contentsline}.)
+In this example, @code{\@@dottedcline} appears to have been given only
+three arguments.  But tracing the internal code shows that it picks up
+the final @var{text} and @var{pagenumber} arguments in the synopsis
+from a call to @code{\contentsline}.
 
+ at cindex leaders, dots in table of contents
 Between the box for the title text of a section and the right margin
-box, these @code{\@@dottedtocline} commands insert leaders,
-evenly-spaced dots.  The dot-to-dot space is given by the command
- at code{\@@dotsep}.  By default it is 4.5 (it is in math units, which are
- at code{1/18}@tie{}em.  Change it using @code{\renewcommand}, as with
- at code{\renewcommand@{\@@dotsep@}@{3.5@}}.  (In the default book class,
- at LaTeX{} does not use dotted leaders for the Part and Chapter table
-entries, and in the default article class it does not use dotted leaders
-for Section entries.)
+box, these @code{\@@dottedtocline} commands insert @dfn{leaders}, that
+is, evenly-spaced dots.  The dot-to-dot space is given by the command
+ at code{\@@dotsep}.  By default it is 4.5 (it is in math units, which
+are @code{1/18}@tie{}em.  Change it using @code{\renewcommand}, as
+in @code{\renewcommand@{\@@dotsep@}@{3.5@}}.
 
+In the default book class, @LaTeX{} does not use dotted leaders for
+the Part and Chapter table entries, and in the default article class
+it does not use dotted leaders for Section entries.
 
+
 @node \addcontentsline
 @subsection @code{\addcontentsline}
 
@@ -19120,7 +19118,7 @@
 @end example
 
 @findex \contentsline
-Add an entry to the auxillary file with extension @var{ext}.
+Add an entry to the auxiliary file with extension @var{ext}.
 
 The following will result in an @samp{Appendices} line in the table of
 contents.



More information about the latexrefman-commits mailing list.