groff
[Top][All Lists]
Advanced

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

[Groff] Omission in mom ?


From: Jacek Sobczak
Subject: [Groff] Omission in mom ?
Date: Sun, 5 Sep 2010 12:04:39 +0200

Hello,

I've noticed that setting DOC_FAMILY does not change the font for
author name that appears directly after the title at the beginning of
a document. Inspecting om.tmac version 1.5e I found in the definition
for the _FAMILY macro:

-- cut --
.MAC _FAMILY END
.    if '\\$0'AUTHOR_FAMILY'
.    if '\\$0'BIBLIOGRAPHY_FAMILY'            .ds $BIB_FAM \\$1
-- cut --

Shouldn't it be something like this?

-- cut --
.MAC _FAMILY END
.    if '\\$0'AUTHOR_FAMILY'                  .ds $AUTHOR_FAM \\$1
.    if '\\$0'BIBLIOGRAPHY_FAMILY'            .ds $BIB_FAM \\$1
-- cut --

-- 
Jacek



reply via email to

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