Am Donnerstag, 22. August 2019, 02:45:55 CEST schrieb Larry Kollar via groff: > > On Aug 21, 2019, at 8:45 AM, Mikkel Meinike Nielsen <mime...@gmail.com> > > wrote: > > > > No haven't done any prosper "homework" before asking. Just wanted to here > > your opinion. Actually what I won't is a text box or a very specificly > > placed column of text. > > Much can be found by doing “man groff_ms” (assuming your command line is > of the Un*x family). > > Anyway, if you want block-level boxed text, you can do this: > > .B1 > .LP > All the text from here to the > .CW \&.B2 > macro is boxed. > You can use it to show off code blocks, > draw attention to important notes, > or anything else. > .B2 > > I’ve seen a macro for boxed inline text (like one might use for keystrokes), > but can’t remember it right now.
That is .BX [txt] > > Larry Heinz