Sebastian Kranz wrote: > I wanted to ask if perhaps, it could be possible to add a Lyx command that > allows to copy selected Lyx text containing math and text as Latex code. To > be more precise, when I paste copied Lyx text in a text editor it shall be > correct Latex code including $ signs. Currently, the dollar signs $ for > math are not copied, e.g. when copying the following text: "text $x=5$", I > can only paste it as "text x=5". I know that one can open the latex source > window in Lyx, and copy code from there but that is rather inconvenient.
Hi Sebastian, are you aware of math-extern LFUN? Pushing math code to maxima and back (done through TeX wrapping IIRC) works already and adding support for 'solve' could be few lines of code in MathExtern.cpp. Pavel
