[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51109] PATCH: an-ext.tmac: Add definitions of strings "la" and "re
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51109] PATCH: an-ext.tmac: Add definitions of strings "la" and "re" for "nroff" |
Date: |
Wed, 24 May 2017 19:40:15 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
URL:
<http://savannah.gnu.org/bugs/?51109>
Summary: PATCH: an-ext.tmac: Add definitions of strings "la"
and "re" for "nroff"
Project: GNU troff
Submitted by: bjarniig
Submitted on: Wed 24 May 2017 11:40:14 PM UTC
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
>From 37d9cb842c7f84d20f3ee9230db190dd12f94741 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Wed, 24 May 2017 23:22:51 +0000
Subject: [PATCH]: an-ext.tmac: Add definitions of strings "la" and "re" for
"nroff"
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Otherwise "man" shows "??" instead.
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
tmac/an-ext.tmac | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index 585af208..740d73f4 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -44,8 +44,14 @@
.
.\" groff has glyph entities for angle brackets.
.ie \n(.g \{\
-. ds la \(la\"
-. ds ra \(ra\"
+. ie t \{\
+. ds la \(la\"
+. ds ra \(ra\"
+. \}
+. el \{\
+. ds la <\"
+. ds ra >\"
+. \}
.\}
.el \{\
. ds la <\"
--
2.11.0
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51109>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51109] PATCH: an-ext.tmac: Add definitions of strings "la" and "re" for "nroff",
Bjarni Ingi Gislason <=