Herve Saint-Amand
2003-07-16 19:45:37 UTC
Hello,
I'm using LaTeX to write a book. There's a part of the book that
requires some mathematical knowledge. I'd like to have a framed box
that takes a whole page and contains the related math explanations. It
would have a figure's characteristics (a caption, a label so that I
can reference it), and would have a solid border to outline it and
make it clear that it's a digression from the main text.
I tried the following, but I seem to understand from the error
messages that you can't put a figure in an fbox.
=======================================
\fbox{
\begin{figure}
\input{mathexplanations}
\caption{Math explanations}
\label{mathexpl}
\end{figure}
}
=======================================
Any suggestions (code or readings) ?
thanks a lot
Herb
I'm using LaTeX to write a book. There's a part of the book that
requires some mathematical knowledge. I'd like to have a framed box
that takes a whole page and contains the related math explanations. It
would have a figure's characteristics (a caption, a label so that I
can reference it), and would have a solid border to outline it and
make it clear that it's a digression from the main text.
I tried the following, but I seem to understand from the error
messages that you can't put a figure in an fbox.
=======================================
\fbox{
\begin{figure}
\input{mathexplanations}
\caption{Math explanations}
\label{mathexpl}
\end{figure}
}
=======================================
Any suggestions (code or readings) ?
thanks a lot
Herb