Hi Geoffrey Lloyd,
I looked at what people answer you, and gothered it with something i
have, to compute this answer:
You would need to add in ERT (Control + L) this:
\renewcommand{\theequation}{\thesubsection.\arabic\{equation}}
Then you would need to use M-N lin Uwn said to place the equations
numbers at the place you want. If you wouldlike the number to refere
to something else then subsection, you can write something else, like
\thesubsubsection. I hope you uderstand my point, so if you did you
also understand you could write (1.1.1) in the same way or (1.1-1) or
also (1.1a) by changing \arabic to \alph.
Once you would like to reset the equation counter, you need to write in ERT:
\setcounter{equation}{0}.
I hope this way would help
Hannan
On 5/12/05, Geoffrey Lloyd <[EMAIL PROTECTED]> wrote:
> Hi
>
> I want to achieve the following and wondered whether it is possible. I
> think it should be can't get it to work.
>
> I have an erray of equations
>
> x=blah
> y=boo eq(1.1)
> z=cow
>
> and I want a single equation number on the middle line as shown
>
> Although I can get it not to number the first line by selecting label
> afterwards, it seems to want to label all subsequent lines.
>
> Also is there a way to do this with a two line array such that the number
> is centred between them
>
> Geoff
>