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