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

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
雷峰网
雷峰网
The Register - Security
The Register - Security
The Cloudflare Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
I
InfoQ
博客园 - 三生石上(FineUI控件)
H
Help Net Security
博客园 - 司徒正美
Vercel News
Vercel News
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
L
LangChain Blog
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recorded Future
Recorded Future
小众软件
小众软件
Martin Fowler
Martin Fowler
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Apple Machine Learning Research
Apple Machine Learning Research
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
V
Visual Studio Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
V
V2EX
Blog — PlanetScale
Blog — PlanetScale

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.