\fbox¶
Command in package box.
Synopsis¶
\fbox{content}
Description¶
Creates an inline box with a frame and the specified content.
Line breaks are suppressed in the box.
Example¶
Lorem ipsum dolor sit amet, \fbox{consectetuer adipiscing} elit.
Result, as rendered by your browser
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
This page is generated automatically and each change here will be replaced on a next update.