bugGNU roff - Bugs: bug #51417, [PATCH] www.tmac.in: Change the...

 
 

bug #51417: [PATCH] www.tmac.in: Change the font name 'C' to 'CR' and define 'CR'

Submitter:  Bjarni Ingi Gislason <bjarniig>
Submitted:  Sat 08 Jul 2017 04:29:55 PM UTC
   
 
Category:  Macro - others/general Severity:  3 - Normal
Item Group:  Incorrect behaviour Status:  Fixed
Privacy:  Public Assigned to:  gbranden
Open/Closed:  Closed Planned Release:  1.22.4
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 22 Jan 2022 11:17:11 AM UTC, comment #1: 


commit 0de1d6d79cdb959ffa7dac3af77c2a36ef31873f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date:   Sun Oct 22 04:33:46 2017 -0400

    www.tmac: Rename font 'C' to 'CR'; define 'CR'.

    The font name 'C' ('CW') is not a part of groff's fonts.

    Fixes Savannah #51417 and half of #51426.

    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
    Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>


G. Branden Robinson <gbranden>
Group administrator
Sat 08 Jul 2017 04:29:55 PM UTC, original submission:  


From 1dcea1cfe555f32a9cfc7590d759903f51b9ae14 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
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 <bjarniig@rhi.hi.is>
---
 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


Bjarni Ingi Gislason <bjarniig>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bgarrigues (Updated the item)
  • -email is unavailable- added by gbranden (Updated the item)
  • -email is unavailable- added by bjarniig (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-01-22 gbranden Item GroupNone Incorrect behaviour
        Planned ReleaseNone 1.22.4
    2018-07-02 bgarrigues Open/ClosedOpen Closed
    2017-10-22 gbranden StatusIn Progress Fixed
    2017-10-22 gbranden CategoryNone Macro - others/general
        StatusNone In Progress
        Assigned toNone gbranden

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code