From: Richard Heck Date: Mon, 14 Dec 2009 17:24:52 +0000 (+0000) Subject: Update HTML notes. X-Git-Tag: 2.0.0~4808 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bfd34019997debb3ad1b03762384a044ecf17805;p=lyx.git Update HTML notes. The User's Guide now outputs and validates completely, and pretty nicely, too, except for math. Back to MathML next. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32537 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/HTML/HTML.notes b/development/HTML/HTML.notes index 3c96a775e6..237da98c6b 100644 --- a/development/HTML/HTML.notes +++ b/development/HTML/HTML.notes @@ -1,11 +1,10 @@ TODO: -1. InsetTabular -2. The counter patch, and better output for InsetRef. -3. Better output for citations, meaning better labels. Numerical, as said below, +1. The counter patch, and better output for InsetRef. +2. 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. -4. CSS needs work in several places, mostly floats. Maybe check elyxer on that. -5. MathML +3. CSS needs work in several places, mostly floats. Maybe check elyxer on that. +4. MathML These insets work but still need work: @@ -41,6 +40,9 @@ 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. + InsetTabular: Works reasonably well, but we don't do anything with any of the + arguments provided for longtable. There are probably other limitations, too, + since I'm very much not an expert with tables. 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 @@ -58,9 +60,6 @@ These insets do not work and are not yet scheduled to work: May need to make use here of TocWidget::itemInset, which should then be moved to TocBackend. -These do not yet work and need some attention: - InsetTabular: This shouldn't be too hard, but will need doing. - MATH Regarding math, the view seems to be that we should in the first instance just use what we get from instant preview and copy those over to the output directory, and then try