Dekel Tsur wrote:
> >3. At each reaction, write \reaction at the end (inside the math inset).
> >Note that when you reference a reaction, you will get 'R. 2.1'.
> >I�m sorry, but I think I�m too dummy. I�m not able to insert a \reaction inside the
>math
> >inset. The "\" doesn�t work.But writing "reaction" in Tex-red works fine. That�s
>exactly
> >what I needed.
> What I meant is that you type \reaction in the math inset. On screen you see
> only reaction (in red).
Sorry, I� m new to Lyx and tex, but with your help I finally got it.
But now, a new problem showed up.
Then I try to align the equations by using C-Return I get an error message " \tag not
allowed here".
a+b -> c+d (R. 1.1)
a+y+d+f -> s (R. 1.2)
The second problem is, that i tried to combine an eps-figure and an equation
by creating an eps-file containing a placeholder and replaced this by using
psfrag
\psfrag {placeholder} {formula\reaction}
to get something like this
/---\
| eps | + e -> d +s (R. 1.3)
\___/
I inserted the formula via "Math-Math mode". By doing this, I get the same
error as above, which is clear to me, because I didn�t inserted it via "Math-Display
mode". Unfortunately I�m not able to insert it like this, because I get an
Error: "Bad mathmode delimiter".
What can I do?
Andi