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 a zero-width, non-printing character whose most usual use-case is to prevent groff from interpreting a period at the beginning of an input line as a control character. -- Peter Schaffter https://www.schaffter.ca