Steve --
On Sat, Apr 09, 2022, Steve Ross via wrote:
> When using the "mom" macro of `.FT' instead of escape sequences,
> I would like to end a sentence with a Roman font
> .FT I
> period
> .FT R
> .br
> How would I do that?
Place \& before the period:
.FT I
period
.FT R
\&.
.br
\& is
Steve Ross via wrote:
> Groffers,
> Following is the content of a "mom"-formatted file that poses a question to
> you.
>
> --- begin ---This is Roman font.
> .br
> This is a sentence ending with a word in the italic font
> (by using in-line escape sequences)
> before ending with a Roman font \f
Groffers,
Following is the content of a "mom"-formatted file that poses a question to you.
--- begin ---This is Roman font.
.br
This is a sentence ending with a word in the italic font
(by using in-line escape sequences)
before ending with a Roman font \fIperiod\fP.
.br
When using the "mom" macro