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

推荐订阅源

Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
LangChain Blog
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
P
Proofpoint News Feed
雷峰网
雷峰网
D
Darknet – Hacking Tools, Hacker News & Cyber Security
IT之家
IT之家
V
Vulnerabilities – Threatpost
阮一峰的网络日志
阮一峰的网络日志
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs
S
Schneier on Security
Security Archives - TechRepublic
Security Archives - TechRepublic
L
Lohrmann on Cybersecurity
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
Project Zero
Project Zero
博客园 - 叶小钗
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
Latest news
Latest news
S
SegmentFault 最新的问题
C
Cyber Attacks, Cyber Crime and Cyber Security
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
L
LINUX DO - 最新话题
Google DeepMind News
Google DeepMind News
P
Privacy International News Feed
I
InfoQ
F
Fortinet All Blogs
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
T
Tenable Blog
B
Blog RSS Feed

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 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 Taylor & Francis continues as MathJax Supporter MathJax v2.7.6 now available
MathJax v2.7.8 now available
Davide P. Cervone · 2020-04-08 · via MathJax

It has been some time since there was a bug-fix release for MathJax version 2. This is largely due to our efforts to produce version 3, which was a complete rewrite of MathJax, so was pretty time-intensive. Now that version 3 is out, we have been able to return to version 2.7 for a welcome update.

We are happy to release version 2.7.8, which fixes a number of bugs, many of them long-standing ones. It also adds a new extension to handle some tex-mode macros inside \text{} and similar commands.

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.8 has not appeared there. That means version 2.7.8 can not be obtained from cdnjs, and the latest.js file will not update automatically to this version

In order to use MathJax v2.7.8, 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.8 currently). Alternatively, you can request a specific version and stay witht at until you are ready to change to a new version, e.g.,

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

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

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

Bug Fixes in this Version

The following bug fixes are included in version 2.7.8:

Output issues

  • Fix displayIndent in CHTML with floating elements. (#2352)

  • Add skew values to STIX font italic and bold-italic characters in Plane 1. (#2050)

  • Fix CHTML mroot positioning to match SVG and HTML-CSS. (#2143)

  • Make line breaks cause full-width bounding box when they are at the top level. (#1804)

  • Fix problem with italic correction not being removed from integrals after a line break. (#2139)

  • Fix scaling of enclosures in zoomed CHTML. (#1815)

  • Use proper spacing for mstyle containing a stretchy operator. (#2052)

  • Add some missing stretchy character data. (#2135)

  • Add CSS to fix RTL issue in Chrome. (#2190)

  • Fix over-wide SVG output when \vphantom is used. (#1637)

  • Scale mglyphs to proper script size. (#2125)

  • Make sure SVG elements are scaled properly in menclose for CHTML (#2089)

  • Properly handle 'fit' columns in percentage-width tables. (#2075)

  • Correct offset into Math Alphabet for bold-italic in STIX font data. (#2035)

TeX Input

  • Don’t add \text to operators whose name already include it. (#2222)

  • Allow \newline to work like \\. (#2141)

  • Use proper spacing for \mathrel in align environment. (#2175)

  • Number a single split environment when autoNumber is 'all'. (#2272, #1811)

  • [mediawiki-texvc.js] drop redefinition of \oint (#2095)

  • Add extension to process some text-mode macros (#2051)

  • Fix handing of unbalanced braces in TeX input. (#2036)

Miscellaneous

  • Update mhchem, SRE, and AsciiMath to current versions (#2344)

  • Allow tex2jax end delimiters to be close braces. (#2034)

  • Remove references to cdn.mathjax.org. (#2160)