I am using book class, with amsmath package to write some of my equations.
And also using fbox, for creating box for my equations.
But, when I use fbox for equations, compiler is saying that $ is mandatory.
Adding "$" to my equation makes it slanting.But I dont want that..
The resulting equation in fbox, should be normal as other text.. Please do help me in this issue..
I have added the code below..
Code: Select all
\documentclass[11pt,a4paper,english]{book}
\usepackage{babel,amsmath}
\begin{document}
\begin{center}
\fbox{ $ \displaystyle N = \frac{A \times E}{L_{n} \times CU \times LLF}$}
\end{center}
\end{document}
Regards,
Muthu.