commit 7feffb89e931973bc1e9f3b2622724baca656df7
Author: Thibaut Cuvelier
Date: Tue Oct 1 23:53:30 2024 +0200
MathML: let the user change the MathML version.
Discussed in https://www.lyx.org/trac/ticket/13058.
development/FORMAT | 7 +-
lib/lyx2lyx/lyx_2_5.py
commit 78ce5ebc45d3663f5d8ec6b821c67c575455b666
Author: Thibaut Cuvelier
Date: Tue Oct 29 04:12:29 2024 +0100
Math: use the new MathFontInfo class to determine HTML and MathML
attributes.
---
src/mathed/InsetMathFont.cpp | 61 +++-
1 file changed, 9
commit 477e36db9f8f9a27bbe7e0c58d57aabc291bf5b3
Author: Thibaut Cuvelier
Date: Tue Oct 29 03:17:12 2024 +0100
MathML: add a note about small caps.
---
src/mathed/InsetMathFont.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cp
commit 9a81bb36f4a51891730f052b84ca535f20583c52
Author: Thibaut Cuvelier
Date: Tue Oct 29 04:06:07 2024 +0100
Math: add a structure to hold font information.
It will allow to merge a lot of code for MathML and HTML: same parsing,
slightly different outputs. The refactoring also sh
commit 91a85dd96aa490ce2ba0d6593d382be2e44ccea0
Author: Thibaut Cuvelier
Date: Tue Oct 29 03:55:40 2024 +0100
Amend 477e36db.
This was the wrong place...
---
src/mathed/InsetMathFont.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/I
commit 5c17e07bd11f5fc1e80d2f81f2a5741e5ee0b0a6
Author: Thibaut Cuvelier
Date: Tue Oct 29 04:21:05 2024 +0100
Math: support all font combinations in HTML.
This code cannot yet be triggered, we need nesting first.
---
src/mathed/InsetMathFont.cpp | 75 ++
commit 73c19cae414f4f31841191baf060017b57a6dc1d
Author: Thibaut Cuvelier
Date: Tue Oct 29 04:31:41 2024 +0100
Amend 7feffb89: restore the meaning of the elements in the QComboBox.
The order is not user-friendly, but correct. Before this patch, the
elements in the UI didn't corresp