lyx_mirror/development/DocBookToDo
Thibaut Cuvelier 7ec0307b13 DocBook: bug fixing in AASTeX layout.
That's mostly generating DocBook tags at an inappropriate place with some metadata, rather than outputting whatever you have at your disposal. Far from satisfying, but good enough for a generic tool (see details in the new TODO). Doesn't trigger assertions. Is valid XML.
2020-09-19 20:43:39 +02:00

20 lines
1.1 KiB
Plaintext

Things specific to layouts
==========================
AASTeX
------
No support for table notes. They could be implemented through <footnoteref>, but it becomes a nightmare to ensure xml:id uniqueness (the only ID available here is in the inset; mix it with the table ID?). Anyway, it would require a lot of specific code to make it work, probably not worth the effort right now.
Related parts of the layout:
Style "Table note"
InsetLayout "Flex:tablenotemark"
Alreayd used in the following test:
bibliography_precooked_aastex.lyx
Notion of MathLetters: a group of equations. No good mapping in DocBook, maybe an informalgroup? To discuss with DocBook TC.
TableRefs, TableComments: no mapping in DocBook, not really a way to add these things. To discuss with DocBook TC.
Clearly, with this kind of template, we're reaching the limits of such a system! Having a really good converter for all these cases would require a lot of very specific code.
More general: what the heck with appendices? It's not handled in the LyX way (Document > Start Appendix Here), but in a custom way. Making this work would solve some correctness issues with this template.