bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #59522] an-ext.tmac: can't find font 'CR' for a dvi-device


From: Bjarni Ingi Gislason
Subject: [bug #59522] an-ext.tmac: can't find font 'CR' for a dvi-device
Date: Mon, 23 Nov 2020 16:41:32 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?59522>

                 Summary: an-ext.tmac: can't find font 'CR' for a dvi-device
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Mon 23 Nov 2020 09:41:30 PM UTC
                Category: Macro - man
                Severity: 3 - Normal
              Item Group: Warning/Suspicious behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

tmac/an-ext.tmac: can't find font 'CR' for a dvi-device

  Found with "test-groff -Tdvi -man groff_char.7.man".

  A simpler test is "groff -Tdvi -fC /dev/null"

  A font file 'CR' is not in the "font/devdvi" directory,
but 'CW' is.

  The macro 'EX' has these lines:
.verbatim+
.\" Start example.
.de EX
.  do ds mF \\n[.fam]
.  nr mE \\n(.f
.  nr sP \\n(PD \" Save paragraph distance.
.  nr PD 1v
.  nf
.  nh
.  do fam C
.  ft CW
..


  A simple work around fix is to create a link from 'CR' to 'CW' in the
directory "font/devdvi",
and add 'CR' to the ".gitignore" file.

  It looks like that the ".fam" request looks for an 'R' style font,
here 'CR', and does not find any.

  That does not affect the result of ".ft CW"; meaning "troff" outputs
for example:

x font 17 CW





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59522>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]