Update notes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32462 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-10 20:05:55 +00:00
parent e5afe8db66
commit cd242c7b87

View File

@ -1,12 +1,11 @@
TODO:
1. InsetTabular
2. InsetTOC
3. The counter patch, and better output for InsetRef.
4. Better output for citations, meaning better labels. Numerical, as said below,
2. The counter patch, and better output for InsetRef.
3. Better output for citations, meaning better labels. Numerical, as said below,
should be easy, and author-year oughtn't to be THAT hard. But it'll need a
bit of work.
5. CSS needs work in several places, mostly floats. Maybe check elyxer on that.
6. MathML
4. CSS needs work in several places, mostly floats. Maybe check elyxer on that.
5. MathML
These insets work but still need work:
@ -42,6 +41,11 @@ These insets work but still need work:
InsetRef: At present, we just use the label name as associated text, and put it
into square brackets. It'd be nice to be able to do more, but for that we'd need to
associate counters with the labels, and we don't have that yet.
InsetTOC: This now works pretty well, but only for the table of contents, not for
any other TOC-like lists. Getting those to work shouldn't be too bad, as we can
do almost exactly the same thing. That said, though, we might want to do things
slightly differently, and have the links target actual *insets*, rather than just
target paragraphs. That'd mean doing a bit of work on TocBackend, etc.
These insets do not work and are not yet scheduled to work:
InsetExternal: It may be that this won't be too hard, but I don't understand
@ -56,9 +60,6 @@ to TocBackend.
These do not yet work and need some attention:
InsetTabular: This shouldn't be too hard, but will need doing.
InsetTOC: We should just be able to use what we have in the TOC. To get links to
work, though, we'll need to co-ordinate the writing of anchors in the sections,
which won't actually happen until later.
MATH
Regarding math, the view seems to be that we should in the first instance just use what