[EMAIL PROTECTED] wrote:
> 
> For example:
> 
> Now I have this :
>      ============
>      | 1+1=2 (1)|
>      | 1+0=1 (2)|
>      | 1+3=4 (3)|
>      ============
> 
> and I would like to have this :
>      =========
>      | 1+1=2 |     (1)
>      | 1+0=1 |     (2)
>      | 1+3=4 |     (3)
>      =========

this is only possible with real latex

\begin{equation}
\fbox{$\begin{array}{rcl}
 ... all the mathstuff ...
\end{array}}
\end{equation}

remember: not with the lyx blue mathbox.

> 2) the multiline equations for which
> I don't use the \myBox macro are still
> aligned left and the numbering is close
> to them.
> 
> Without frame I have this :
> 
> 1+1=2 (1)
> 1+0=1 (2)
> 1+3=4 (3)
> 
> And I would like to have the default
> behaviour :
> 
>       1+1=2       (1)
>       1+0=1       (2)
>       1+3=4       (3)

the problem is the use of boxed and not-boxed
equations. delete all the stuff from latex
preamble and choose the above for boxed math
arrays and than all should work well.

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/


Reply via email to