A teacher asked me to write one of his papers in LaTeX. The document is almost ready, but I have a problem when I try to insert an equation on a framebox. I just can't get it.
I can't provide MWE because Kile can't compile the document, but the following code is the one I'm using.
Code: Select all
...
\framebox[\textwidth][l]{Lorem ipsum...
$$ x = 1$$
lorem ipsum...
}
...
Any suggestion?
Thanks in advance
Turbo