Update dependency mathjax to v4.1.3 - #459
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/mathjax-4.x
branch
from
July 3, 2026 14:34
61430d4 to
7e18086
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
4.1.1→4.1.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mathjax/MathJax (mathjax)
v4.1.3: mathJax v4.1.3Compare Source
This is a bug-fix release, primarily to resolve several issues with the semantic-enrichment and speech-generation code that could loop infinitely in some cases, leading MathJax to crash. In particular:
Several regressions within the speech-rule engine, mostly involving empty bases for super- or subscript, or initial spaces within expressions, were resolved.
A performance issue with speech generation for large flat expressions was resolved.
See the release notes for the list of other bugs that have been fixed in this version.
v4.1.2: MathJax v4.1.2Compare Source
This is mainly a bug fix release that resolves a number of issues from v4.1.1.
The one change that may affect current content is that some of the font-sizing macros like
\largeand\tinywere setting the wrong sizes, and have been corrected. In particular, the sizes for\tinyand\Tinywere reversed, while the size for\largeand the other larger sizes were all off by one size (\largewas using the size that should have been for\Large,\Largewas using the size of\LARGE, etc.), and\smallwas too small. These have all been fixed to use the correct sizes. Existing content that use these macros will now use the correct sizing values, and that may affect the results of those expressions. For this reason, we have added a newfontsizev3TeX package that puts back the incorrect sizing values used in v3 and earlier versions of v4. If you includein your configuration, you will keep the original sizes. In addition to these size corrections, the missing
\SMALL,\Small, and\footnotesizewere added, as was a non-standard\HUGEto correspond with the size available (incorrectly) as\Hugein the past.See the release notes for 4.1.2 for additional details.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.