\fbox - Tex Command



NAME

\fbox - Used to put a box around argument; argument is in text mode.

SYNOPSIS

{ \fbox #1 }

DESCRIPTION

\fbox command draws a box around argument; argument is in text mode.

EXAMPLE

  1. \boxed{Hi there!}
    $ \boxed{Hi there!} $
  2. \fbox{Hi there!}
    $ \fbox{Hi there!} $
Advertisements