This article will show on how to display formulas (mathematics equations) inside a box or frame.
Using \fbox and \parbox
The formula will be framed. Must declare the width of the frame.
\fbox
{
\parbox{5cm}
{
\[
\oint\limits_C V\,d\tau =
\oint\limits_\Sigma\nabla\times V\,d\sigma
\]
}
}

Using \fbox and \minipage
The formula will be framed. Must declare the width of the frame.
\fbox
{
\begin{minipage}[position]{5cm}
\[
\oint\limits_C V\,d\tau =
\oint\limits_\Sigma\nabla\times V\,d\sigma
\]
\end{minipage}
}

Using equation environment and \fbox
The formula will be centred, framed and numbered.
\begin{equation}
\fbox
{
$ \displaystyle
\oint\limits_C V\,d\tau =
\oint\limits_\Sigma\nabla\times V\,d\sigma
$
}
\end{equation}

Using displaymath enviroment and \fbox
The formula will be centred, framed and unnumbered.
\begin{displaymath}
\fbox
{
$ \displaystyle
\oint\limits_C V\,d\tau =
\oint\limits_\Sigma\nabla\times V\,d\sigma
$
}
\end{displaymath}

Creates the exact copy of your hard disk and allows you to instantly restore the entire machine.
New Acronis True Image Home 2010 is the most reliable and easy in use backup solution. Now with online backup option!
15% Discount Code: FMAATIH2010
New Acronis True Image Home 2010 is the most reliable and easy in use backup solution. Now with online backup option!
15% Discount Code: FMAATIH2010







