MathML: should the app activate MathJax automatically if indicated in the OPF? #1841
llemeurfr
started this conversation in
Developer corner
Replies: 1 comment
-
MathJax is intentionally an "opt-in" feature in Thorium, due to its undesirable side effects (notably, we force scroll mode when in paginated mode, in order to work around focus / autoscroll issues introduced by MathJax's own user interface). When Thorium users decide to activate MathML support, Thorium detects the presence of Math markup in loaded HTML documents, and only injects the MathJax library if necessary. Thorium also checks that the MathJax library isn't already used in authored documents, so as to not inject its own potentially conflicting version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
mathml
is required to be present in the list of properties in the manifest element of the OPF file.This could trigger the activation of the MathML option.
The manuel MathML setting would still be present in user config.
Beta Was this translation helpful? Give feedback.
All reactions