texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\unicodechardefs): Define U+20


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\unicodechardefs): Define U+2032 (prime) with \prime in superscript. From Werner Lemberg.
Date: Thu, 31 Oct 2024 13:25:39 -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 58398e985f * doc/texinfo.tex (\unicodechardefs): Define U+2032 (prime) 
with \prime in superscript.  From Werner Lemberg.
58398e985f is described below

commit 58398e985f95606e7bfe6c39760fc73195147424
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 31 17:25:32 2024 +0000

    * doc/texinfo.tex (\unicodechardefs): Define U+2032 (prime)
    with \prime in superscript.  From Werner Lemberg.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f5c2c166d1..821f76ac09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-31  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\unicodechardefs): Define U+2032 (prime)
+       with \prime in superscript.  From Werner Lemberg.
+
 2024-10-30  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/encoded/list-of-tests (verbatiminclude_names_latin1_html)
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 312d9a21e1..a4bd5d1a96 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{2024-10-28.18}
+\def\texinfoversion{2024-10-31.16}
 %
 % Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
 %
@@ -11175,7 +11175,7 @@ directory should work if nowhere else does.}
   \DeclareUnicodeCharacter{2287}{\ensuremath\supseteq}%
   %
   \DeclareUnicodeCharacter{2016}{\ensuremath\Vert}%
-  \DeclareUnicodeCharacter{2032}{\ensuremath\prime}%
+  \DeclareUnicodeCharacter{2032}{\ensuremath{^\prime}}%
   \DeclareUnicodeCharacter{210F}{\ensuremath\hbar}%
   \DeclareUnicodeCharacter{2111}{\ensuremath\Im}%
   \DeclareUnicodeCharacter{2113}{\ensuremath\ell}%



reply via email to

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