Re: Equation import from LaTex

2006-05-06 Thread Uwe Stöhr
Georg Baum wrote: Please add this bug report at http://bugzilla.lyx.org. I did this (I reported other math related bugs, so I also added this to be not forgotten), it is bug 2577: http://bugzilla.lyx.org/show_bug.cgi?id=2577 regards Uwe

Re: Equation import from LaTex

2006-05-05 Thread Georg Baum
Am Freitag, 5. Mai 2006 15:06 schrieb Dmitry Khvorostyanov: > - > \newcommand{\tc}{c} > \newcommand{\pd}[2]{ \frac{\partial #1}{\partial #2} } > \newcommand{\eq}[2][nolabel]{\begin{equation}\label{#1}#2\end{equation}} > --

Equation import from LaTex

2006-05-05 Thread Dmitry Khvorostyanov
Hello, It seems that tex2lyx looses some information in equations. In my case below it omits the underscores in \sum_i, \Lambda_i, \kappa_i producing instead \sumi, \Lambdai, \kappai - \newcommand{\tc}{c} \newcommand{\pd}[2]{ \fr