Gabriele Zucchetta
2005-03-21 14:09:26 UTC
Hi,
I need to obtain this
------------------
| Text text text.|
------------------
center to the page, and I use:
\begin{center}
\fbox{
Text text text.
}\end{center}
But I have 2 questions:
1) Why this form don't works:
\fbox{\begin{center}Text text text.\end{center}}
2) I need to define this whit new environment. I have tried this:
\newenvironment{mycenterbox}{\fbox{\begin{center}}{\end{center}}}
and this is similar to the example that I have found in the
facybox.sty manual (pag. 3), but this not work, why?
zucchi
I need to obtain this
------------------
| Text text text.|
------------------
center to the page, and I use:
\begin{center}
\fbox{
Text text text.
}\end{center}
But I have 2 questions:
1) Why this form don't works:
\fbox{\begin{center}Text text text.\end{center}}
2) I need to define this whit new environment. I have tried this:
\newenvironment{mycenterbox}{\fbox{\begin{center}}{\end{center}}}
and this is similar to the example that I have found in the
facybox.sty manual (pag. 3), but this not work, why?
zucchi