Andre Poenitz:
> On Wed, Jul 09, 2003 at 03:55:26PM +0200, Francesco Orsenigo wrote:
> >
> > I need to write a sheet with some formulas. How can I add a lable
> > (or a comment... just a single phrase) on the right side of a display
> > formula? (in-line formulas are too small).
>
> Something like \tag{A comment} ?
Ehm.. i'm using lyx because is wysiwyg... i don't know TeX...
This is the best i can try:
\begin_inset Formula \[
\frac{\Delta I}{I}=1-e^{-n\sigma x}\]
\tag{This is the formula}
\end_inset
or
\begin_inset Formula \[
\frac{\Delta I}{I}=1-e^{-n\sigma x}\]
\end_inset
\tag{This is the formula}
And of course it does not work...
I tried with a 2-column table but i can only insert in-line formulas and cannot spread
the comment on multiple lines.
(Yes, i'm trying to use TeX like it was HTML....)
Thank you,
Francesco Orsenigo