[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #51417] [PATCH] www.tmac.in: Change the font name 'C' to 'CR' and d
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #51417] [PATCH] www.tmac.in: Change the font name 'C' to 'CR' and define 'CR' |
Date: |
Sat, 8 Jul 2017 12:29:56 -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/?51417>
Summary: [PATCH] www.tmac.in: Change the font name 'C' to
'CR' and define 'CR'
Project: GNU troff
Submitted by: bjarniig
Submitted on: Sat 08 Jul 2017 04:29:55 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 1dcea1cfe555f32a9cfc7590d759903f51b9ae14 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sat, 8 Jul 2017 16:23:56 +0000
Subject: [PATCH] www.tmac.in: Change the font name 'C' to 'CR' and define
'CR'
The font name 'C' ('CW') is not a part of groff's fonts.
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
tmac/www.tmac.in | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/tmac/www.tmac.in b/tmac/www.tmac.in
index db8d8e70..8bbe5ae2 100644
--- a/tmac/www.tmac.in
+++ b/tmac/www.tmac.in
@@ -51,6 +51,15 @@ HTML always denotes XHTML also.
.cp 0
.
.
+.\" Taken from tmac/an-ext.tmac
+.\" Map mono-width fonts to standard fonts for groff's TTY device.
+.if n \{\
+. do ftr CR R
+. do ftr CW R
+. do ftr CI I
+. do ftr CB B
+.\}
+.
.ie r xhtml \
. ds www-> />\"
.el \
@@ -1472,7 +1481,7 @@ HTML always denotes XHTML also.
.\" start of some code
.\"
.de CDS
-. ft C
+. ft CR
. nf
..
.
@@ -1603,7 +1612,7 @@ HTML always denotes XHTML also.
.\" final setup
.\" --------------------------------------------------------------------
.
-.LINKSTYLE blue C \[la] \[ra]
+.LINKSTYLE blue CR \[la] \[ra]
.
.if \n[www-html] \{\
. nh
--
2.13.2
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?51417>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #51417] [PATCH] www.tmac.in: Change the font name 'C' to 'CR' and define 'CR',
Bjarni Ingi Gislason <=