groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: 1st italic corr. (\,) absent in macros IR and IB


From: Carsten Kunze
Subject: [groff] 01/01: 1st italic corr. (\,) absent in macros IR and IB
Date: Fri, 28 Apr 2017 15:19:33 -0400 (EDT)

carstenkunze pushed a commit to branch master
in repository groff.

commit 30096e900d2adb72765e8a9a792a75984496dd14
Author: Bjarni Ingi Gislason <address@hidden>
Date:   Fri Apr 28 21:18:05 2017 +0200

    1st italic corr. (\,) absent in macros IR and IB
    
    Fixes https://savannah.gnu.org/bugs/?42906
---
 ChangeLog        | 8 ++++++++
 tmac/an-old.tmac | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3533092..58ff90e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-04-28  Bjarni Ingi Gislason  <address@hidden>
+
+       First italic correction (\,) is absent in macros IR and IB
+
+       * tmac/an-old.tmac: Italic correction added
+
+       https://savannah.gnu.org/bugs/?42906
+
 2017-04-13  Ingo Schwarze  <address@hidden>
 
        * tmac/doc.tmac-u: Make .Lk with more than two arguments
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index b46202a..947d5d7 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -525,7 +525,7 @@
 .
 .de1 IR
 .  if \\n[.$] \{\
-.    ds an-result \&\f[I]\\$1\f[R]\"
+.    ds an-result \&\f[I]\,\\$1\f[R]\"
 .    shift
 .    while (\\n[.$] >= 2) \{\
 .      as an-result \/\\$1\f[I]\,\\$2\f[R]\"
@@ -539,7 +539,7 @@
 .
 .de1 IB
 .  if \\n[.$] \{\
-.    ds an-result \&\f[I]\\$1\"
+.    ds an-result \&\f[I]\,\\$1\"
 .    shift
 .    while (\\n[.$] >= 2) \{\
 .      as an-result \/\f[B]\\$1\f[I]\,\\$2\\*[an-empty]\"



reply via email to

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