From: Richard Heck Date: Thu, 31 Dec 2009 23:40:57 +0000 (+0000) Subject: Notes. X-Git-Tag: 2.0.0~4624 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8b833ea0bfb8adfa99b879f39457807c2bdb31b3;p=lyx.git Notes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32729 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/HTML/HTML.notes b/development/HTML/HTML.notes index e513965060..695a3db3bb 100644 --- a/development/HTML/HTML.notes +++ b/development/HTML/HTML.notes @@ -53,13 +53,16 @@ These insets work but still need work: as an InsetMathGrid, from which it inherits, and so as a simple table. I don't know how much more we can do. + Math We have a fair bit of math now working via MathML output, but there are still some isues, and not all the insets work. Here are the ones I know still need work: - - Array + - Array: Should be able to use alignment information via appropriate attributes, for + mtable, mrow, and mtd. - Box: There is a general issue here with text mode nesting. See the FIXME attached to the SetMode class. - - Lefteqn + - Lefteqn: For this, and numbering in general, probably need mlabeledtr, which may + mean we always need to output . - Par? - Phantom: There is some support for this in MathML.... - Ref: Needs to be deferred.