groff-commit
[Top][All Lists]
Advanced

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

[groff] 11/14: groff_char(7): Fix \[sqrt], \[radicalex] lines.


From: G. Branden Robinson
Subject: [groff] 11/14: groff_char(7): Fix \[sqrt], \[radicalex] lines.
Date: Fri, 7 May 2021 10:29:47 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b49b3c1c2b1a4ea1351be2d81c5d121a0ec9dc58
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri May 7 23:28:58 2021 +1000

    groff_char(7): Fix \[sqrt], \[radicalex] lines.
    
    * man/groff_char.7.man (Glyph tables/Mathematical symbols): Fix errors
      in special character descriptions; \[sqrt] is a "special" glyph (that
      is, it uses mathematical metrics on typesetter devices), and
      \[radicalex) is not (and is thus a "text" glyph).  See Werner
      Lemberg's ChangeLog entry of 2003-01-05.  Problem dates to 07a6233ad,
      27 May 2014.
    
    The overloaded use of the word "special" really pinches here.
---
 ChangeLog            | 11 +++++++++++
 man/groff_char.7.man |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 91b7ec6..0fc8303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2021-05-07  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * man/groff_char.7.man (Glyph tables/Mathematical symbols): Fix
+       errors in special character descriptions; \[sqrt] is a "special"
+       glyph (that is, it uses mathematical metrics on typesetter
+       devices), and \[radicalex) is not (and is thus a "text" glyph).
+       See Werner Lemberg's ChangeLog entry of 2003-01-05.  Problem
+       dates to 07a6233ad, 27 May 2014.
+
+       The overloaded use of the word "special" really pinches here.
+
+2021-05-07  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * tmac/tty.tmac: Replace fallback glyphs for radical extension
        and square root extension; use \[rn] instead, which works fine.
 
diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 8e36a79..ffbb19e 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -1568,8 +1568,8 @@ _
 \[coproduct]   \e[coproduct]   u2210   coproduct ***
 \[gr]  \e[gr]  u2207   gradient +
 \[sr]  \e[sr]  u221A   radical sign, square root +
-\[sqrt]        \e[sqrt]        u221A   radical sign, square root
-\[radicalex]   \e[radicalex]   ---     radical extension ***
+\[sqrt]        \e[sqrt]        u221A   radical sign, square root ***
+\[radicalex]   \e[radicalex]   ---     radical extension
 \[sqrtex]      \e[sqrtex]      ---     radical extension ***
 
 \[lc]  \e[lc]  u2308   left ceiling +



reply via email to

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