]> git.lyx.org Git - lyx.git/blobdiff - development/DocBookToDo
MathML: InsetMathHull now distinguishes between hull types to present display/inline...
[lyx.git] / development / DocBookToDo
index 39ca534ecbccdab9c0b2092a2401456a03289dc0..6b6ca342ce548f76198ac9a895c3d632bc72d3e1 100644 (file)
@@ -17,4 +17,25 @@ TableRefs, TableComments: no mapping in DocBook, not really a way to add these t
 
 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. 
\ No newline at end of file
+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. 
+
+
+
+Things specific to modules
+==========================
+
+AMS
+---
+
+Theorems and the like do not have counter parts in DocBook. Maybe a <formalpara> could do the trick, but I'd need to find a way to shoehorn a title through the styles (i.e. a first complete tag): 
+
+       LyX:
+               Theorem: Bla bla
+
+       DocBook:
+               <formalpara>
+                       <title>Theorem</title>
+                       <para>Bla bla</para>
+               </formalpara>
+
+This would also only be a solution for single-paragraph things, as formalpara only allows one paragraph. Or a sidebar, but it's semantically very remote. 
\ No newline at end of file