> \newcommand{\myBox}[1]{\hspace{1cm}\hfill%
>   \fbox{%
>      \parbox{5cm}{#1}%
>   }%
>   \hfill%
>   \parbox{2.5cm}{%
> %    \begin{eqnarray}\end{eqnarray}% <- an
equation!!!
>   }
> }
> 
> comment the thirdlast line out.

Great, if I remove this line I don't have
anymore the numbering outside the frame but

1) I have numberings for EACH equation
inside the frame and I want to have them
for EACH equation OUTSIDE the frame.
(the numbering outside the frame that I
had before was only one global numbering
for all the equations)

For example:

Before I had that :
     ============
     | 1+1=2 (1)|
     | 1+0=1 (2)|  (4) 
     | 1+3=4 (3)|
     ============

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)
     =========


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)


I am sorry to bother you once more. I
just want to know what is wrong.
Thank you very much again

Krzys

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif


Reply via email to