texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * doc/texinfo.tex (\LaTeX): Smaller font for lett


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\LaTeX): Smaller font for letter A in footnotes and indices.
Date: Fri, 26 Aug 2022 20:41:28 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a0c61f0fb1 * doc/texinfo.tex (\LaTeX): Smaller font for letter A in 
footnotes and indices.
a0c61f0fb1 is described below

commit a0c61f0fb1b60d3ae6654d1503b8829ec83cea6c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Aug 27 01:41:19 2022 +0100

    * doc/texinfo.tex (\LaTeX): Smaller font for letter A in footnotes
    and indices.
---
 ChangeLog       |  5 +++++
 doc/texinfo.tex | 12 +++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 60a85c9c13..7ece0ad947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-27  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\LaTeX): Smaller font for letter A in footnotes
+       and indices.
+
 2022-08-27  Gavin Smith  <gavinsmith0123@gmail.com>
 
        @set txicodevaristt by default, for now
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index c800b7b59d..ec249c7ff2 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2022-08-26.23}
+\def\texinfoversion{2022-08-27.12}
 %
 % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc.
 %
@@ -3459,8 +3459,13 @@ $$%
        % Revert to plain's \scriptsize, which is 7pt.
        \count255=\the\fam $\fam\count255 \scriptstyle A$%
      \else
-       % For 11pt, we can use our lllsize.
-       \switchtolllsize A%
+       \ifx\curfontsize\smallword
+         % For footnotes and indices
+         \count255=\the\fam $\fam\count255 \scriptstyle A$%
+       \else
+         % For 11pt, we can use our lllsize.
+         \switchtolllsize A%
+       \fi
      \fi
      }%
      \vss
@@ -3468,6 +3473,7 @@ $$%
   \kern-.15em
   \TeX
 }
+\def\smallword{small}
 
 % Some math mode symbols.  Define \ensuremath to switch into math mode
 % unless we are already there.  Expansion tricks may not be needed here,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]