mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add a comment and update notes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32728 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
69fc2f6702
commit
acc158a846
@ -56,7 +56,6 @@ These insets work but still need work:
|
||||
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:
|
||||
- AMSArray
|
||||
- Array
|
||||
- Box: There is a general issue here with text mode nesting. See the FIXME attached
|
||||
to the SetMode class.
|
||||
@ -68,7 +67,7 @@ Math
|
||||
lib/symbols for the commands supported, of course.
|
||||
- Space: Needs checking.
|
||||
- SpecialChar: Needs checking.
|
||||
- Split: See lib/symbols, for split insets.
|
||||
- Split: There are some alignment issues here, but it basically works.
|
||||
- Substack: This is a stack of however many cells, all in a smaller style.
|
||||
Probably do something with <mover>, again.
|
||||
- Tabular: This is more or less a text-like table in math. Probably output it
|
||||
|
@ -42,6 +42,9 @@ public:
|
||||
void infoize(odocstream & os) const;
|
||||
///
|
||||
void normalize(NormalStream &) const;
|
||||
// Don't need mathmlize as it is handled by InsetMathMatrix,
|
||||
// after being extracted in MathExtern.
|
||||
// void mathmlize(MathStream &) const;
|
||||
///
|
||||
void validate(LaTeXFeatures & features) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user