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

推荐订阅源

U
Unit 42
P
Proofpoint News Feed
The Last Watchdog
The Last Watchdog
S
Secure Thoughts
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
N
News | PayPal Newsroom
Application and Cybersecurity Blog
Application and Cybersecurity Blog
O
OpenAI News
S
Security @ Cisco Blogs
宝玉的分享
宝玉的分享
Hacker News: Ask HN
Hacker News: Ask HN
T
Troy Hunt's Blog
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
TaoSecurity Blog
TaoSecurity Blog
Help Net Security
Help Net Security
Latest news
Latest news
NISL@THU
NISL@THU
S
Security Affairs
博客园_首页
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
AI
AI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Recent Announcements
Recent Announcements
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
AWS News Blog
AWS News Blog
W
WeLiveSecurity
Google DeepMind News
Google DeepMind News
I
InfoQ
Schneier on Security
Schneier on Security
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
The Exploit Database - CXSecurity.com
IT之家
IT之家
T
Threatpost
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
N
News and Events Feed by Topic
L
LINUX DO - 最新话题
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
H
Heimdal Security Blog
S
SegmentFault 最新的问题

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 v3.1.0 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 v2.7.9 now available
Davide P. Cervone · 2020-08-25 · via MathJax

The MathJax team is happy to release version 2.7.9 of MathJax, which updates the version of the Speech-Rule Engine (SRE) that underlies MathJax’s accessibility features. MathJax now uses version 3.1 of SRE, which includes new languages (German and French), and access to the Clearspeak rules via the accessibility menu. It also includes bug fixes in SRE, and faster conversion of expressions to speech. See the SRE release notes for details (note that MathJax was using version 2.4 previously, and there have been a number of updates since that version).

MathJax 2.7.9 also updates the a11y extensions to version 1.6.0 to take advantage of the new SRE version.

MathJax and CDNJS

MathJax is hosted by a number of different CDNs. For version 2, we had been recommending cdnjs.cloudflare.com, which had served us well for many years. Now that MathJax has released version 3, it appears that cdnjs is no longer picking up earlier versions, so version 2.7.9 has not appeared there. That means version 2.7.9 cannot be obtained from cdnjs, and the latest.js file will not update automatically to this version

In order to use MathJax v2.7.9, you will need to change the CDN to one of the other ones that does provide all versions of MathJax. Our current recommendation is jsdelivr, which provides all past versions, as well as an automatic latest version if you wish. For example, you can use

cdn.jsdelivr.net/npm/mathjax@2/MathJax.js

to obtain the latest version 2 release (2.7.9 currently). Alternatively, you can request a specific version and stay at it until you are ready to change to a new version, e.g.,

cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js

will keep you at version 2.7.9 until you change the version number yourself.

Other CDNs are listed in the MathJax documentation, in case you prefer one of the alternatives.

Availability of 2.7.9

Although version 2.7.9 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 v2.7.9 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@2.7.9.

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).

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