commit 477e36db9f8f9a27bbe7e0c58d57aabc291bf5b3
Author: Thibaut Cuvelier <[email protected]>
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.cpp
index 25ee4ae53b..73822563c7 100644
--- a/src/mathed/InsetMathFont.cpp
+++ b/src/mathed/InsetMathFont.cpp
@@ -178,6 +178,7 @@ void InsetMathFont::htmlize(HtmlStream & os) const
        else if (tag == "mathtt" || tag == "texttt")
                variant = "monospace";
        else if (tag == "textipa" || tag == "textsc" || tag == "noun")
+               // TODO: MathML doesn't seem to support small caps!
                variant = "noun";
 
        docstring const beg = (tag.size() < 4) ? from_ascii("") : tag.substr(0, 
4);
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to