gbranden pushed a commit to branch master
in repository groff.

commit e64b6871812af39b09528e254f4e57808db6c0cb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 14 10:12:06 2026 -0500

    doc/groff-pdf-features.ms: Improve in nroff mode.
    
    Remap font names in the Courier family.  Silences warnings in "font"
    category.  Cribbed from "doc/ms.ms.in".
---
 doc/groff-pdf-features.ms | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/groff-pdf-features.ms b/doc/groff-pdf-features.ms
index 3f462d0e1..d3f8923a6 100644
--- a/doc/groff-pdf-features.ms
+++ b/doc/groff-pdf-features.ms
@@ -16,6 +16,17 @@
 .\"
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
+.
+.\" Handle font requests with families, for instance in tbl(1) tables.
+.if n \{\
+.  ftr CR B \" for a visible distinction from roman
+.  ftr CB B
+.  ftr CI I
+.  ftr CBI BI
+.  \" Redefine CW to use bold instead for a visible font change.
+.  als CW B
+.\}
+.
 .nr PS 11
 .nr VS 13
 .nr PO 2c

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to