]> git.lyx.org Git - features.git/commit
Fix conversion of n-th roots to mathematica and octave syntax.
authorEnrico Forestieri <forenr@lyx.org>
Sun, 7 Jan 2007 03:28:53 +0000 (03:28 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 7 Jan 2007 03:28:53 +0000 (03:28 +0000)
commit4709a0c535da50f93db30aaffc93f016fd3220ed
tree3229828ef8224ca57b459a36b78023881b9e84f0
parentfc86d802eebddc75d5fa1c2d4dcf261fd2cdf9a3
Fix conversion of n-th roots to mathematica and octave syntax.

* src/mathed/MathExtern.C
(pipeThroughOctave): take into account that the output from octave
may contain ansi control sequences.

* src/mathed/InsetMathRoot.[Ch]
(InsetMathRoot::mathematica): new virtual method to output n-th
roots in mathematica syntax.

* src/mathed/InsetMathRoot.C
(InsetMathRoot::octave): octave has not a root() command.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16559 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathRoot.C
src/mathed/InsetMathRoot.h
src/mathed/MathExtern.C