惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Securelist
C
CERT Recently Published Vulnerability Notes
Forbes - Security
Forbes - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
L
LINUX DO - 最新话题
The Hacker News
The Hacker News
Google Online Security Blog
Google Online Security Blog
SecWiki News
SecWiki News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
The Last Watchdog
The Last Watchdog
S
Schneier on Security
T
Troy Hunt's Blog
N
News | PayPal Newsroom
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Schneier on Security
Schneier on Security
P
Privacy & Cybersecurity Law Blog
T
Tor Project blog
T
Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
A
Arctic Wolf
S
Secure Thoughts
P
Proofpoint News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Security Latest
Security Latest
Scott Helme
Scott Helme
Security Archives - TechRepublic
Security Archives - TechRepublic
Latest news
Latest news
PCI Perspectives
PCI Perspectives
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
L
LINUX DO - 热门话题
P
Palo Alto Networks Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
V2EX - 技术
V2EX - 技术
Google DeepMind News
Google DeepMind News
Project Zero
Project Zero
V
Vulnerabilities – Threatpost
T
Threat Research - Cisco Blogs
Webroot Blog
Webroot Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
H
Hacker News: Front Page
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News Blog

MathJax

MathJax v4.0.0 now available MathJax v3.2.1 now available Typora becomes a MathJax Supporter VitalSource becomes a MathJax Supporter MathJax v3.2.0 now available Cambridge University Press continues as MathJax Supporter MathJax v3.1.3 now available Taylor and Francis continues as MathJax Sponsor MAA continues as MathJax Sponsor Elsevier continues as MathJax Sponsor EBSCO continues as MathJax supporter MathJax v3.1.2 now available MathJax v2.7.9 now available Springer Nature continues as MathJax supporter The London Mathematical Society continues as MathJax supporter MathJax v3.0.5 now available MathJax v2.7.8 now available Taylor & Francis continues as MathJax Supporter MathJax v2.7.6 now available
MathJax v3.1.0 now available
Davide P. Cervone · 2020-08-25 · via MathJax

The MathJax team is pleased to announce version 3.1 of MathJax, released earlier today. This is a feature release that includes a number of API improvements, new extensions, and updates to the assistive tools, as described below. It also includes several bug fixes.

See the individual issues and pull requests linked below, as well as the What’s new in v3.1 section of the MathJax documentation, for more details.

Also note that the demos in the node examples have been updated and expanded to include examples of using a simplified interface for MathJax in server-side node applications, MathJax with Puppeteer, and MathJax with jsdom.

New Features in this Release

  • New textmacros extension for handling some macros in text-mode. (#509)
  • Add safe extension and component. (#514)
  • New German localization for speech output using the expression explorer.
  • Updated options within the accessibility contextual menu. (#505)
  • Allow MathML verification options to be specified in the input jax. (#519)
  • Add enable/disable options to document handlers for a11y and menu. (#499)
  • Add configuration options to noundefined extension. (#507)
  • Fix problems with mtextInheritFont, and provide new mtextFont option. (mathjax/MathJax#2189)
  • Make formatError a configuration option for tex input jax. (#483)
  • Improve startup.promise so it is always valid. (mathjax/MathJax#2307)
  • Add functions to manage math items within a given container. (#351)
  • General improvements to input/output errors. (#491)
  • Allow MathML verification options to be specified in the input jax. (#519)
  • Update string processing to handle SMP unicode blocks better. (#504)
  • Add TeX error as data-mjx-error, similar to compile/typeset errors. (#490)

File Location Changes

  • Normalize extension names to all lowercase with no underscores. (#485)
  • Remove MathItem bbox property. (#495)
  • Move output/common/BBox.ts to util directory. (#494)
  • Move output/common/CssStyles.ts to util/StyleList.ts. (#493)

Bug Fixes in this Release

Availability of 3.1.0

Although version 3.1.0 was released earlier today, it may take a day or two for the new version to propagate to the various CDN network computers, so you may not see v3.1.0 immediately if you are loading mathjax using a generic mathjax@2 URL. You should be able to obtain it immediately if you use the full version mathjax@3.1.0.

You may also have a cached version in your browser, so may need to either clear the browser cache, or relaunch your browser (or both) in order to get the latest version (the cached version should expire in about a week, depending on the CDN being used).

Note that it is possible for some files to be updated before others, so it may be the case that users of websites that load extensions (either explicitly or by autoloading TeX packages) may get mixed versions for until the CDN versions stabilize, which should be within a day. If you are loading one of the combined components (e.g., tex-chml.js), this is less likely to be an issue, and if you are loading a component ending in -full it is even less likely to occur.

Version 3.1.0 is available immediately from npm and GitHub for use in node applications.