groff-commit
[Top][All Lists]
Advanced

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

[groff] 32/38: tmac/mdoc/doc-ditroff: Align font defaults.


From: G. Branden Robinson
Subject: [groff] 32/38: tmac/mdoc/doc-ditroff: Align font defaults.
Date: Sun, 24 Mar 2024 17:00:00 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 822934bbaa012a07ca76b2017a3d2c48f64c0760
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Mar 24 01:28:45 2024 -0500

    tmac/mdoc/doc-ditroff: Align font defaults.
    
    ...with those used for terminals.
    
    * tmac/mdoc/doc-ditroff: Align typesetting font defaults with terminal
      font defaults.  Change `Cm`, `Fl`, and `Li` to use bold instead of
      roman.
---
 ChangeLog             | 6 ++++++
 tmac/mdoc/doc-ditroff | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 81531ff57..07f6c424d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-24  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/mdoc/doc-ditroff: Align typesetting font defaults with
+       terminal font defaults.  Change `Cm`, `Fl`, and `Li` to use bold
+       instead of roman.
+
 2024-03-23  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [mdoc]: Change default font used for many macros when formatting
diff --git a/tmac/mdoc/doc-ditroff b/tmac/mdoc/doc-ditroff
index e2f88c4b4..879be110b 100644
--- a/tmac/mdoc/doc-ditroff
+++ b/tmac/mdoc/doc-ditroff
@@ -55,17 +55,17 @@
 .ds doc-page-section-font \f[R]
 .ds doc-Ad-font \f[I]
 .ds doc-Ar-font \f[I]
-.ds doc-Cm-font \f[R]
+.ds doc-Cm-font \f[B]
 .ds doc-Em-font \f[I]
 .ds doc-Er-font \f[R]
 .ds doc-Ev-font \f[I]
 .ds doc-Fa-font \f[I]
 .ds doc-Fd-font \f[B]
-.ds doc-Fl-font \f[R]
+.ds doc-Fl-font \f[B]
 .ds doc-Fn-font \f[B]
 .ds doc-Ft-font \f[I]
 .ds doc-Ic-font \f[B]
-.ds doc-Li-font \f[R]
+.ds doc-Li-font \f[B]
 .ds doc-Lk-font \f[R]
 .ds doc-Me-font \f[B]
 .ds doc-Mt-font \f[R]



reply via email to

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