lyx_mirror/src
Enrico Forestieri 4709a0c535 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
2007-01-07 03:28:53 +00:00
..
client Fix another instance of filename encoding problems 2006-12-21 13:01:47 +00:00
frontends * src/frontends/qt4/ui/QCharacterUi.ui: fix resize problem 2007-01-06 18:48:27 +00:00
graphics add missing encoding declaration 2006-12-28 18:47:13 +00:00
insets Fix bug 3067: Special column attributes can contain non-ascii characters, 2007-01-05 17:11:32 +00:00
mathed Fix conversion of n-th roots to mathematica and octave syntax. 2007-01-07 03:28:53 +00:00
support src/support/unlink.C: Fix an #include error 2007-01-05 22:16:04 +00:00
tex2lyx Fix bug 3052: Always start a new paragraph after a noweb code chunk 2007-01-02 12:35:53 +00:00
aspell_local.h remove some msvc warnings 2006-12-30 21:05:44 +00:00
aspell.C document why we are not using ucs-4 when communicating with aspell 2006-12-12 08:17:22 +00:00
author.C convert author names and status messages to docstring 2006-12-21 13:58:28 +00:00
author.h convert author names and status messages to docstring 2006-12-21 13:58:28 +00:00
Bidi.C
Bidi.h
boost.C
box.C
box.h
BranchList.C FIXME: remove global variable theApp 2006-11-30 00:04:51 +00:00
BranchList.h
buffer_funcs.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
buffer_funcs.h more unicode filenames 2006-12-02 16:07:15 +00:00
buffer.C Add some more LaTeX encodings, fix thailatex and display all available 2006-12-28 18:15:25 +00:00
buffer.h Convert filenames to local encoding for running lyx2lyx 2006-12-17 12:12:17 +00:00
bufferlist.C remove unused stuff 2006-12-27 08:40:40 +00:00
bufferlist.h convert author names and status messages to docstring 2006-12-21 13:58:28 +00:00
bufferparams.C * bufferparams.C (writeLaTeX): 2007-01-03 10:40:12 +00:00
bufferparams.h Fix LaTeX generation of files with inputenc == default. 2006-12-29 09:24:18 +00:00
bufferview_funcs.C This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
bufferview_funcs.h
BufferView.C update comments. 2007-01-06 23:24:55 +00:00
BufferView.h Sanitize the DEPM! 2006-12-30 15:05:15 +00:00
Bullet.C
Bullet.h
ChangeLog
changes.C * src/changes.C: remove obsolete check for empty table 2006-11-26 10:28:55 +00:00
changes.h
Chktex.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
Chktex.h
chset.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
chset.h
Color.C
Color.h
converter.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
converter.h more unicode filenames 2006-12-04 17:43:49 +00:00
ConverterCache.C more unicode filenames (+ fix one possible initialization order bug in 2006-12-05 12:57:01 +00:00
ConverterCache.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
coordcache.C
coordcache.h
counters.C
counters.h
cursor_slice.C
cursor_slice.h
cursor.C Don't test twice for selection() 2007-01-04 15:21:58 +00:00
cursor.h This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
CutAndPaste.C Fix and document middle mouse button paste. This is probably the last of 2007-01-05 14:40:49 +00:00
CutAndPaste.h Fix and document middle mouse button paste. This is probably the last of 2007-01-05 14:40:49 +00:00
debug.C Adjust -dbg output 2006-12-10 16:51:25 +00:00
debug.h add a FIXME comment 2006-11-14 16:46:06 +00:00
DepTable.C remove unused stuff 2006-12-27 08:40:40 +00:00
DepTable.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
dimension.C * Dimension is a simple wrapper class again. 2006-12-04 10:45:43 +00:00
dimension.h * Dimension is a simple wrapper class again. 2006-12-04 10:45:43 +00:00
dispatchresult.h
dociterator.C header cleanup following rev 16332. 2006-12-19 14:09:47 +00:00
dociterator.h * src/dociterator.h: fix typo in comment 2007-01-04 22:01:43 +00:00
encoding.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
encoding.h Add some more LaTeX encodings, fix thailatex and display all available 2006-12-28 18:15:25 +00:00
errorlist.C
errorlist.h
exporter.C Add LyX 1.4.x format for export 2006-12-28 16:23:12 +00:00
exporter.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
factory.C Add inset clearpage and cleardoublepage, from Urgas 2006-11-25 15:09:01 +00:00
factory.h
Floating.C
Floating.h
FloatList.C
FloatList.h
FontIterator.C
FontIterator.h
format.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
format.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
funcrequest.C
funcrequest.h
FuncStatus.C
FuncStatus.h
gettext.C Don't crash anymore if an .ui file contains unicode labels 2006-11-23 16:31:48 +00:00
gettext.h Don't crash anymore if an .ui file contains unicode labels 2006-11-23 16:31:48 +00:00
graph.C
graph.h
importer.C more unicode filenames 2006-12-02 16:07:15 +00:00
importer.h more unicode filenames 2006-12-02 16:07:15 +00:00
insetiterator.C
insetiterator.h
InsetList.C
InsetList.h
intl.C
intl.h
ispell.C Oops, committed an old version. This one links. 2006-12-10 16:13:00 +00:00
ispell.h Fix ispell encoding for lyxrc.isp_use_input_encoding == true 2006-12-10 16:08:52 +00:00
kbmap.C Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
kbmap.h Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
kbsequence.C Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
kbsequence.h Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
language.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
language.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
LaTeX.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
LaTeX.h document the LaTeX class a bit 2006-12-04 17:56:51 +00:00
LaTeXFeatures.C * src/frontends/qt4/QMathMatrixDialog.C: 2007-01-03 21:51:10 +00:00
LaTeXFeatures.h
layout.h
LColor.C * src/LColor.[Ch] 2006-12-22 10:23:25 +00:00
LColor.h * src/LColor.[Ch] 2006-12-22 10:23:25 +00:00
lengthcommon.C
lengthcommon.h
lfuns.h Add inset clearpage and cleardoublepage, from Urgas 2006-11-25 15:09:01 +00:00
lyx_cb.C Add some more LaTeX encodings, fix thailatex and display all available 2006-12-28 18:15:25 +00:00
lyx_cb.h
lyx_main.C Fix two filename bugs (from Enrico and me) 2006-12-21 12:04:01 +00:00
lyx_main.h Cleanup loading of files and gui session restoring. 2006-12-04 16:54:32 +00:00
lyx_sty.C * bufferparams.C (writeLaTeX): 2007-01-03 10:40:12 +00:00
lyx_sty.h
LyXAction.C Add inset clearpage and cleardoublepage, from Urgas 2006-11-25 15:09:01 +00:00
LyXAction.h
lyxfind.C This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
lyxfind.h convert thesaurus and spellchecker to docstring 2006-12-10 11:52:46 +00:00
lyxfont.C convert LyXFont::stateText and LColor::getGUIName to docstring, 2006-12-21 14:31:19 +00:00
lyxfont.h convert LyXFont::stateText and LColor::getGUIName to docstring, 2006-12-21 14:31:19 +00:00
lyxfunc.C Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
lyxfunc.h convert author names and status messages to docstring 2006-12-21 13:58:28 +00:00
lyxgluelength.C
lyxgluelength.h
lyxlayout_ptr_fwd.h
lyxlayout.C Make it possible to uses non-ascii labelstring, endlabelstring and 2006-11-11 12:00:34 +00:00
lyxlayout.h
lyxlength.C
lyxlength.h unicode: ditch another utf8 roundtrip 2006-11-11 20:59:04 +00:00
lyxlex_pimpl.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxlex_pimpl.h remove unused stuff 2006-11-29 21:34:24 +00:00
lyxlex.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxlex.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxrc.C fix encoding of user name and email address 2006-12-22 10:26:52 +00:00
lyxrc.h convert some more filenames for unicode 2006-11-29 21:47:37 +00:00
lyxrow.C
lyxrow.h
lyxserver.C remove forgotten theApp variables 2006-11-30 08:42:29 +00:00
lyxserver.h
lyxsocket.C FIXME: remove global variable theApp 2006-11-30 00:04:51 +00:00
lyxsocket.h
lyxtext.h Fix thinko: default paste method for plain text 2007-01-06 15:33:07 +00:00
lyxtextclass.C remove unneeded conversions 2006-12-21 19:02:17 +00:00
lyxtextclass.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
lyxtextclasslist.C convert some more filenames for unicode 2006-11-29 21:47:37 +00:00
lyxtextclasslist.h
lyxvc.C Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
lyxvc.h more unicode filenames 2006-12-02 16:07:15 +00:00
main.C * lyx_main.[Ch] 2006-11-18 17:47:12 +00:00
Makefile.am This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
MenuBackend.C Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
MenuBackend.h Make the shortcuts work correctly with the mac. 2007-01-04 17:10:24 +00:00
messages.C strip the translation hints also in the dummy variant 2006-11-12 11:06:02 +00:00
messages.h
metricsinfo.C
metricsinfo.h
mover.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
mover.h Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
output_docbook.C
output_docbook.h
output_latex.C Add some more LaTeX encodings, fix thailatex and display all available 2006-12-28 18:15:25 +00:00
output_latex.h
output_plaintext.C remove unneeded includes 2006-12-04 17:41:03 +00:00
output_plaintext.h more unicode filenames 2006-12-04 15:46:57 +00:00
output.C more unicode filenames 2006-12-04 15:46:57 +00:00
output.h more unicode filenames 2006-12-04 15:46:57 +00:00
outputparams.C
outputparams.h
paper.h
paragraph_funcs.C This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
paragraph_funcs.h
paragraph_pimpl.C Add some more LaTeX encodings, fix thailatex and display all available 2006-12-28 18:15:25 +00:00
paragraph_pimpl.h * src/paragraph.C: 2006-11-24 21:16:46 +00:00
paragraph.C This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
paragraph.h This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
ParagraphList_fwd.h
ParagraphList.h
ParagraphMetrics.C * src/ParagraphMetrics.C: compile fix (missing include). 2007-01-06 11:12:24 +00:00
ParagraphMetrics.h fix compile error: 2007-01-06 10:08:48 +00:00
ParagraphParameters.C
ParagraphParameters.h
pariterator.C
pariterator.h
pch.h
PrinterParams.C
PrinterParams.h
pspell.C Fix encoding for pspell. I cannot test this, but this should work according 2006-12-10 17:47:44 +00:00
pspell.h Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00
RowList_fwd.h This commit fixes the singlePar optimization which was disabled due to the ParagraphMetrics cleanup. 2007-01-06 09:15:59 +00:00
rowpainter.C This commit fixes the singlePar optimization which was disabled due to the ParagraphMetrics cleanup. 2007-01-06 09:15:59 +00:00
rowpainter.h
Sectioning.C
Sectioning.h
session.C more unicode filenames 2006-12-02 16:07:15 +00:00
session.h more unicode filenames 2006-12-02 16:07:15 +00:00
sgml.C
sgml.h
Spacing.C
Spacing.h
SpellBase.C Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00
SpellBase.h Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00
stamp-h.in
tabular.C Fix bug 3067: Special column attributes can contain non-ascii characters, 2007-01-05 17:11:32 +00:00
tabular.h Fix bug 3067: Special column attributes can contain non-ascii characters, 2007-01-05 17:11:32 +00:00
tex-accent.C
tex-accent.h
tex-strings.C
tex-strings.h
texrow.C
texrow.h remove some msvc warnings 2006-12-30 21:05:44 +00:00
text2.C Fix cursor navigation with UP arrows. I don't know why this return was not there at the first place. 2007-01-01 16:00:27 +00:00
text3.C Fix thinko: default paste method for plain text 2007-01-06 15:33:07 +00:00
text.C * src/text.C: check end-of-par BEFORE you accept/reject the rest of the par (I fear this code has to rewritten later) 2007-01-04 23:10:51 +00:00
TextMetrics.C This commit fixes the singlePar optimization which was disabled due to the ParagraphMetrics cleanup. 2007-01-06 09:15:59 +00:00
TextMetrics.h Transfer x2pos() and pos2x from LyXText to TextMetrics. 2007-01-01 11:36:30 +00:00
Thesaurus.C convert thesaurus and spellchecker to docstring 2006-12-10 11:52:46 +00:00
Thesaurus.h convert thesaurus and spellchecker to docstring 2006-12-10 11:52:46 +00:00
toc.C Patch from Martin V.: Fix Undo/Redo bugs with outline. 2006-11-16 12:20:50 +00:00
toc.h
TocBackend.C Extend the navigate menu to child docs 2006-11-13 16:53:49 +00:00
TocBackend.h Extend the navigate menu to child docs 2006-11-13 16:53:49 +00:00
ToolbarBackend.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
ToolbarBackend.h
trans_decl.h
trans_mgr.C
trans_mgr.h
trans.C Next step of true unicode filenames: Use support::FileName instead of 2006-11-26 21:30:39 +00:00
trans.h
undo.C unicode: ditch another utf8 roundtrip + some obsolete FIXMEs 2006-11-11 21:09:51 +00:00
undo.h Sanitize the DEPM! 2006-12-30 15:05:15 +00:00
UpdateFlags.h Add UpdateFlags.h to the build systems. 2006-11-22 20:13:02 +00:00
Variables.C
Variables.h
vc-backend.C more unicode filenames 2006-12-02 16:07:15 +00:00
vc-backend.h more unicode filenames 2006-12-02 16:07:15 +00:00
version.C.in
version.h
vspace.C unicode: ditch another utf8 roundtrip 2006-11-11 20:59:04 +00:00
vspace.h unicode: ditch another utf8 roundtrip 2006-11-11 20:59:04 +00:00
WordLangTuple.h Convert the spell checking machinery to docstring. 2006-12-08 19:46:16 +00:00