]> git.lyx.org Git - lyx.git/blob - development/HTML/HTML.notes
Fix more ja documents for LuaTeX/XeTeX + systemF
[lyx.git] / development / HTML / HTML.notes
1
2 These insets work but still need work:
3         InsetBibtex: There are a few issues here.
4                 - One is that the output is not very nice. This will be solved, though, by
5                         a patch of mine I seem to have forgotten to finish.
6                 - Another issue concerns cross-references. At the moment, we simply use the
7                         xref information for every entry, rather than listing the xref separately and
8                         then referencing it. That should not be terribly hard, but it would take a bit
9                         of work.
10         InsetFloat: This seems to work OK, but it will need testing and tweaking. There is
11                 also no CSS yet for these.
12         InsetFloatList: Seems to work well, but may need testing.
13         InsetGraphics: This works in a pretty primitive way, in that it outputs the graphic
14           and appropriate img tag. But we don't yet do any sort of scaling, rotating, and
15                 so forth. That won't be hard, since we can just call ImageMagick to do this for
16                 us, but appropriate routines will need to be written.
17         InsetNomencl and InsetPrintNomencl: Do not work at all yet, but would be easy to do.
18                 First, Nomencl would need to go to the TOC, which it should do anyway. Then just
19                 do as for TOC and Index, more or less.
20         InsetTabular: Works reasonably well, but we don't do anything with any of the
21                 arguments provided for longtable. There are probably other limitations, too,
22                 since I'm very much not an expert with tables.
23
24
25 Math
26   We have a fair bit of math now working via MathML output, but there are still some
27   isues, and not all the insets work. Here are the ones I know still need work:
28         - Array: Should be able to use alignment information via appropriate attributes, for
29                 mtable, mrow, and mtd.
30         - Par?
31         - Phantom: There is some support for this in MathML....
32         - Space: Needs checking.
33         - SpecialChar: Needs checking.
34         - Split: There are some alignment issues here, but it basically works.
35         - Tabular: This is more or less a text-like table in math. Probably output it
36                 as a table, but set the font.
37
38 Other math notes:
39         - AMSArray: Some of these should be handled via images. I need to investigate which.
40         - Hull:
41                 -       Need to check that we handle all the various types correctly.
42
43
44 These insets do not work and are not yet scheduled to work:
45         InsetExternal: It may be that this won't be too hard, but I don't understand
46                 these so am not sure what to do. For now, it is disabled.