[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #54537] [PATCH] om.tmac: Add block brackets to avoid a warning abou
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #54537] [PATCH] om.tmac: Add block brackets to avoid a warning about unbalanced .ie |
Date: |
Sun, 19 Aug 2018 12:29:04 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/bugs/?54537>
Summary: [PATCH] om.tmac: Add block brackets to avoid a
warning about unbalanced .ie
Project: GNU troff
Submitted by: bjarniig
Submitted on: Sun 19 Aug 2018 04:29:03 PM UTC
Category: Macro - mom
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From c8e2fbba04a2cf4871108f07835ae403b71af327 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sun, 19 Aug 2018 15:55:41 +0000
Subject: [PATCH] om.tmac: Add block brackets to avoid a warning about
unbalanced .ie
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
contrib/mom/om.tmac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index 78bc13fb..bd0219d0 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -5879,9 +5879,10 @@ SMALLCAPS takes precedence.
(\\n[#TOC]=0)&\
(\\n[#LIST_OF_FIGURES]=0)&\
(\\n[#LIST_OF_TABLES]=0)&\
-(\\n[#LIST_OF_EQUATIONS]=0) \
+(\\n[#LIST_OF_EQUATIONS]=0) \{\
. ie !\\n[#DOC_LEAD]=\\n[#SAVED_DOC_LEAD] .nr #RERUN_TRAPS 1
. el .nr #SKIP_TRAPS 1
+. \}
. \}
. ie \\n[#ADJ_DOC_LEAD]=1 .
. el \
--
2.18.0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54537>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #54537] [PATCH] om.tmac: Add block brackets to avoid a warning about unbalanced .ie,
Bjarni Ingi Gislason <=