gbranden pushed a commit to branch master
in repository groff.

commit a109785fc41243a9f38cdbaa33b6e420b776e372
Author: Tadziu Hoffmann <[email protected]>
AuthorDate: Sat Aug 18 04:23:00 2018 +1000

    tmac/s.tmac: Use "u" scaling indicator more.
    
    * tmac/s.tmac (@QP, @XP): Be more scrupulous about using "u" scaling
      indicator.
---
 ChangeLog   | 5 +++++
 tmac/s.tmac | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ed7fedc..a5de7f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-11  Tadziu Hoffmann <[email protected]>
+
+       * tmac/s.tmac (@QP, @XP): Be more scrupulous about using "u"
+       scaling indicator.
+
 2021-06-11  G. Branden Robinson <[email protected]>
 
        Add regression test for Savannah #59604.
diff --git a/tmac/s.tmac b/tmac/s.tmac
index ea7096d..0b47a6e 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -1274,10 +1274,10 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 ..
 .de @QP
 .nr \\n[.ev]:ai \\n[\\n[.ev]:PI]
-.par*start \\n[QI] \\n[QI]
+.par*start \\n[QI]u \\n[QI]u
 ..
 .de @XP
-.par*start \\n[\\n[.ev]:PI] 0
+.par*start \\n[\\n[.ev]:PI]u 0
 .ti -\\n[\\n[.ev]:PI]u
 ..
 .de @IP

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to