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

Karl Berry INVALID.NOREPLY at gnu.org.ua
Sat Nov 11 22:41:43 CET 2023


Author: karl
Date: 2023-11-11 21:41:43 +0000 (Sat, 11 Nov 2023)
New Revision: 1166

Modified:
   trunk/ChangeLog
   trunk/latex2e.texi
Log:
@menu for the "Class and package commands"

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2023-11-11 05:41:00 UTC (rev 1165)
+++ trunk/ChangeLog	2023-11-11 21:41:43 UTC (rev 1166)
@@ -1,3 +1,8 @@
+2023-11-11  Karl Berry  <karl at freefriends.org>
+
+	* latex2e.texi (Class and package commands): add @menu.
+	(\footnote) <\footnoterule): avoid overfull lines.
+
 2023-11-11  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 
 	* latex2e.texi (\footnote): Add ``@c xx'' comment suggesting

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2023-11-11 05:41:00 UTC (rev 1165)
+++ trunk/latex2e.texi	2023-11-11 21:41:43 UTC (rev 1166)
@@ -9174,9 +9174,8 @@
 \footnote[@var{number}]@{@var{text}@}
 @end example
 
- at c xx In the French version the text is : ``Place a footnote mark in the
- at c current page to a note @var{text} at the bottom of the page''.
-Place a footnote @var{text} at the bottom of the current page.
+Place a footnote @var{text} at the bottom of the current page, with a
+footnote marker at the current position in the text.
 
 @example
 There are over a thousand footnotes in Gibbon's 
@@ -9218,9 +9217,10 @@
 
 @c Credit egreg: https://tex.stackexchange.com/a/21917
 @example
-% \footnoterule is expanded in vertical mode, thus \kern commands
-% ensure that no vertical space is created, and the rule is separated
-% vertically 2pt above the note text
+% \footnoterule is expanded in vertical mode, thus \kern
+% commands ensure that no vertical space is created,
+% and the rule is separated vertically with 2pt
+% above the note text.
 \renewcommand*@{\footnoterule@}@{%
   \kern -3pt                         % This -3 is negative
   \hrule width \textwidth height 1pt % of the sum of this 1
@@ -10651,6 +10651,23 @@
 These are commands designed to help writers of classes or packages.
 
 @menu
+* \AtBeginDvi & \AtEndDvi::
+* \AtEndOfClass & \AtEndOfPackage::
+* \CheckCommand::
+* \ClassError and \PackageError and others::
+* \CurrentOption::
+* \DeclareOption::
+* \DeclareRobustCommand::
+* \ExecuteOptions::
+* \IfFileExists & \InputIfFileExists::
+* \LoadClass & \LoadClassWithOptions::
+* \NeedsTeXFormat::
+* \OptionNotUsed::
+* \PassOptionsToClass & \PassOptionsToPackage::
+* \ProcessOptions::
+* \ProvidesClass & \ProvidesPackage::
+* \ProvidesFile::
+* \RequirePackage & \RequirePackageWithOptions ::
 @end menu
 
 @node \AtBeginDvi & \AtEndDvi



More information about the latexrefman-commits mailing list.