mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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
This commit is contained in:
parent
b25dc19b95
commit
bfd3401999
@ -1,11 +1,10 @@
|
|||||||
TODO:
|
TODO:
|
||||||
1. InsetTabular
|
1. The counter patch, and better output for InsetRef.
|
||||||
2. The counter patch, and better output for InsetRef.
|
2. Better output for citations, meaning better labels. Numerical, as said below,
|
||||||
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
|
should be easy, and author-year oughtn't to be THAT hard. But it'll need a
|
||||||
bit of work.
|
bit of work.
|
||||||
4. CSS needs work in several places, mostly floats. Maybe check elyxer on that.
|
3. CSS needs work in several places, mostly floats. Maybe check elyxer on that.
|
||||||
5. MathML
|
4. MathML
|
||||||
|
|
||||||
|
|
||||||
These insets work but still need work:
|
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
|
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
|
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.
|
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
|
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
|
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
|
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
|
May need to make use here of TocWidget::itemInset, which should then be moved
|
||||||
to TocBackend.
|
to TocBackend.
|
||||||
|
|
||||||
These do not yet work and need some attention:
|
|
||||||
InsetTabular: This shouldn't be too hard, but will need doing.
|
|
||||||
|
|
||||||
MATH
|
MATH
|
||||||
Regarding math, the view seems to be that we should in the first instance just use what
|
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
|
we get from instant preview and copy those over to the output directory, and then try
|
||||||
|
Loading…
Reference in New Issue
Block a user