On Mon, Oct 08, 2007 at 07:08:16PM +0200, Franci Žižek wrote: > Hi! > I'm currently using Lyx for some papers, but would like to use it to > type a book for my colleague. I have two questions in this regard: > > 1. Is there a plan to support the nath Latex module - > http://www.ctan.org/tex-archive/macros/latex/contrib/nath/ > I put it in the preamble and it works but I can't type the 3rd root of > an expression, because the module uses a different syntax than plain > Latex (the Tex command doesn't work ether). Latex:\sqrt[3]{x} ; > Latex+nath: \sqrt{3}{x}
\sqrt is pretty hasrdcoded in LyX. The only way I see is to re-defining the macro using TeX. > 2. I was trying out the maxima integration into Lyx. Is it possible to > store and call variables: > m_1 := 100 > m_1 + 1 = {maxima result=101} No. That's just a toy. Andre'