groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Macro "itc" is needed to make escape "\c" useful


From: Carsten Kunze
Subject: [groff] 01/01: Macro "itc" is needed to make escape "\c" useful
Date: Fri, 28 Apr 2017 15:28:02 -0400 (EDT)

carstenkunze pushed a commit to branch master
in repository groff.

commit 3549fd9f7bb9134e84a51e9bf82521b6af87a011
Author: Bjarni Ingi Gislason <address@hidden>
Date:   Fri Apr 28 21:27:09 2017 +0200

    Macro "itc" is needed to make escape "\c" useful
    
    Fixes https://savannah.gnu.org/bugs/?42907
---
 ChangeLog        |  8 ++++++++
 tmac/an-old.tmac | 14 +++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 58ff90e..b098b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2017-04-28  Bjarni Ingi Gislason  <address@hidden>
 
+       Macro "itc" is needed to make escape "\c" useful
+
+       * tmac/an-old.tmac: .it changed to .itc
+
+       https://savannah.gnu.org/bugs/?42907
+
+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
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 947d5d7..1091e3d 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -351,7 +351,7 @@
 .  ti 0
 .  nr need_eo_h 1
 .  DEVTAG-NH \\n[an-level]
-.  it 1 an-trap
+.  itc 1 an-trap
 .  nr an-no-space-flag 1
 .  nr an-break-flag 1
 .  ps \\n[PS-SH]u
@@ -366,7 +366,7 @@
 .  fi
 .  in \\n[IN]u
 .  ti \\n[SN]u
-.  it 1 an-trap
+.  itc 1 an-trap
 .  nr an-no-space-flag 1
 .  nr an-break-flag 1
 .  ps \\n[PS-SS]u
@@ -376,25 +376,25 @@
 ..
 .
 .de1 B
-.  it 1 an-trap
+.  itc 1 an-trap
 .  ft B
 .  if \\n[.$] \&\\$*
 ..
 .
 .de1 I
-.  it 1 an-trap
+.  itc 1 an-trap
 .  ft I
 .  if \\n[.$] \,\\$*\/
 ..
 .
 .de1 SM
-.  it 1 an-trap
+.  itc 1 an-trap
 .  ps -1
 .  if \\n[.$] \&\\$*
 ..
 .
 .de1 SB
-.  it 1 an-trap
+.  itc 1 an-trap
 .  ps -1
 .  ft B
 .  if \\n[.$] \&\\$*
@@ -403,7 +403,7 @@
 .de1 TP
 .  sp \\n[PD]u
 .  if \\n[.$] .nr an-prevailing-indent (n;\\$1)
-.  it 1 an-trap
+.  itc 1 an-trap
 .  in 0
 .  if !\\n[an-div?] \{\
 .    ll -\\n[an-margin]u



reply via email to

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