"[EMAIL PROTECTED]" wrote:
> fbox {
>  \begin{Benumerate}
> ...
>  \end{Benumerate}
> }
> 
> the customisation guide helps me understands that i can create a laout
> the
> fbox (with Latextype commnand), or \begin...\end (with Latextype
> Environment)
> 
> , but i dont know how to do it it both at the same type, ie a layout
> that would emit fbox { \begin{Benumerate} athe begining, and
> \end{Benumerate}
> } at the end?

try

 \fbox{\parbox{14cm}{  ...  any text with paragraphs ... }}

14cm is the width of the box, choose any value you like or

\fbox{\parbox{1.0\columnwidth}{ ... bl bla bla ...}} for the maximum.


Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/voss

Reply via email to