<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>MathJax</title>
	<link href="https://www.mathjax.org/feed.xml" rel="self" />
	<link href="https://www.mathjax.org/" />
	<id>https://www.mathjax.org/</id>
	<author>
		<name>MathJax Consortium</name>
	</author>
	<updated>2019-10-16T10:51:47+00:00</updated>

	<entry>
		<title type="text">MathJax v2.7.6 now available</title>
		<link href="https://www.mathjax.org/mathjax-v2-7-6-now-available/" />
		<id>https://www.mathjax.org/mathjax-v2-7-6-now-available/</id>
		<published>2019-08-21T00:00:00+00:00</published>
		<updated>2019-08-21T00:00:00+00:00</updated>
		<summary type="html">We are happy to officially release MathJax v2.7.6 today.

</summary>
		<content type="html">&lt;p&gt;We are happy to officially release MathJax v2.7.6 today.&lt;/p&gt;

&lt;p&gt;This is a maintenance release that fixes an issue with the &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; file that is used to obtain the most current 2.x version of MathJax from one of the CDNs that serves MathJax.  The problem is that the most current version is only obtained if the highest version on the CDN is version 2.x.y for some x and y, so when MathJax goes to version 3.0.0 (scheduled for August 31st), &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; will find that the current CDN version is 3.0.0 and (correctly) will not switch to that, but instead will (incorrectly) use the version from which &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; was loaded rather than the highest 2.x.y available.  This means that when version 3.0 is released, sites using &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; will fall back from version 2.7.5 to the version that they specified for &lt;code class=&quot;highlighter-rouge&quot;&gt;latests.js&lt;/code&gt;.  MathJax will still run on those pages, but it may be an earlier version than you have been getting in the past.&lt;/p&gt;

&lt;p&gt;The new version of &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; properly handles the situation when the current version is not 2.x, so switching to&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/latest.js
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;should mean you will get the highest 2.x version in the future, even when v3.0 is released. This version also updates the CDN list to include additional servers, and to remove RawGit, which is no longer in service.  Finally, it updates the packed version of the &lt;code class=&quot;highlighter-rouge&quot;&gt;mhchem&lt;/code&gt; TeX extension to version 3.3.0, so that the unpacked and packed versions are the same.&lt;/p&gt;

&lt;p&gt;We recommend anyone using &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; switch to this version.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v3 beta.4 released</title>
		<link href="https://www.mathjax.org/MathJax-v3-beta.4/" />
		<id>https://www.mathjax.org/MathJax-v3-beta.4/</id>
		<published>2019-05-21T00:00:00+00:00</published>
		<updated>2019-05-21T00:00:00+00:00</updated>
		<summary type="html">The MathJax team has been working hard on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the fourth public beta release of MathJax v3.

</summary>
		<content type="html">&lt;p&gt;The MathJax team has been working hard on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the fourth public &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/releases/tag/3.0.0-beta.4&quot;&gt;beta release of MathJax v3&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;where-to-find-the-beta-release&quot;&gt;Where to Find the Beta Release&lt;/h2&gt;

&lt;p&gt;The code for the release is available in the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/tree/beta&quot;&gt;beta&lt;/a&gt; branch of the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3&quot;&gt;MathJax v3&lt;/a&gt; github repository.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos repository&lt;/a&gt; includes examples of how to use MathJax v3 in web browsers, including interactive examples, custom configurations, custom tex extensions, and custom builds that you can use as a starting point for your own projects.  See the instructions in that repository for more details.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;https://github.com/mathjax/mj3-demos-node&quot;&gt;mj3-demos-node repository&lt;/a&gt; includes examples for how to use MathJax v3 in NodeJS applications, and includes sample tools and examples of how to use a number of MathJax v3’s features.&lt;/p&gt;

&lt;h2 id=&quot;whats-included-in-mathjax-v3&quot;&gt;What’s Included in MathJax v3&lt;/h2&gt;

&lt;p&gt;This beta version includes two input processors (TeX and MathML) and two output processors (CommonHTML and SVG).  Other input and output processors (e.g., AsciiMath input) will be added in the future.&lt;/p&gt;

&lt;p&gt;The current TeX input processor has all the core functionality of the MathJax v2 TeX input, and nearly all the extensions that are now available in v3.&lt;/p&gt;

&lt;p&gt;The CommonHTML and SVG output implement all the MathML elements that they do in v2, but do not yet include support for line breaking (neither automatic nor explicit ones); this will be implemented in a later version.  Both output renderers currently only support the MathJax TeX font; other fonts will be added in the future.&lt;/p&gt;

&lt;h2 id=&quot;whats-new&quot;&gt;What’s New&lt;/h2&gt;

&lt;p&gt;This beta includes a number of important improvements over the beta.3 version.&lt;/p&gt;

&lt;h3 id=&quot;mathjax-components&quot;&gt;MathJax Components&lt;/h3&gt;

&lt;p&gt;The biggest change is the ability to create MathJax “components” that can be dynamically loaded by MathJax as needed (much as could be done in version 2).  This allows portions of MathJax to be bundled together into components that include most or all of what you need to run MathJax, but still allows less-used pieces to be loaded on demand later when needed.  This is similar to v2’s combined configuration files and TeX extensions.&lt;/p&gt;

&lt;p&gt;The main goal of these components is to use them for the delivery of MathJax from the CDNs that host MathJax.  This allows you to customize the MathJax components that you use without having to have (as single files on the CDN) every possible combination of parts that anyone would need packaged together.  We will provide a number of all-in-one packages that include an input and output jax together with the data for a font to be used, but also will provide separate components for the individual input and output jax, fonts, TeX extensions, and so on, so that you can mix-and-match them as needed.&lt;/p&gt;

&lt;p&gt;MathJax components can be used in the browser as well as on the server in &lt;code class=&quot;highlighter-rouge&quot;&gt;NodeJS&lt;/code&gt; applications, so browser and server-side applications can use the same code base and configurations.  Components can be combined together into larger packages, either with other MathJax components, or with your own code, via &lt;code class=&quot;highlighter-rouge&quot;&gt;webpack&lt;/code&gt;, for example.&lt;/p&gt;

&lt;p&gt;Moreover, the tools for building components are available so that you can create your own custom components that you can serve from your own website if you have special needs not addressed by the CDN.  For example, authors writing TeX extensions for MathJa can create their own components that can be loaded into MathJax from a different server even if the core MathJax is loaded from a CDN.&lt;/p&gt;

&lt;p&gt;Although components are a convenient way of working with MathJax, those writing &lt;code class=&quot;highlighter-rouge&quot;&gt;NodeJS&lt;/code&gt; scripts that use MathJax need not use the components as we have packaged them at all; they can continue to import MathJax into their projects directly, as in previous beta versions.&lt;/p&gt;

&lt;h3 id=&quot;configuring-components&quot;&gt;Configuring Components&lt;/h3&gt;

&lt;p&gt;The component system described above can be configured using a global variable &lt;code class=&quot;highlighter-rouge&quot;&gt;MathJax&lt;/code&gt; that you set before loading the main MathJax component that you are planning to use.  The &lt;code class=&quot;highlighter-rouge&quot;&gt;MathJax&lt;/code&gt; variable specifies configuration blocks for the various components in much the same was as was done in version 2 (this is illustrated in the examples below, and described in more detail in a separate section below).  MathJax will modify this global variable to include the methods and data that it creates during the startup process for your use in your applications.&lt;/p&gt;

&lt;h3 id=&quot;rendering-and-converting-math&quot;&gt;Rendering and Converting Math&lt;/h3&gt;

&lt;p&gt;The mechanism for rendering expressions in previous beta versions of MathJax 3 involved calling a sequence of MathJax commands to perform the individual actions required to find, compile, typeset, and insert the math into the page.  These functions are still available, but there are now several new functions to make that process easier and more natural to perform.  The &lt;code class=&quot;highlighter-rouge&quot;&gt;render()&lt;/code&gt; method of the &lt;code class=&quot;highlighter-rouge&quot;&gt;MathDocument&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;MathItem&lt;/code&gt; classes will perform all the actions normally needed for typesetting math to the page, and the &lt;code class=&quot;highlighter-rouge&quot;&gt;convert()&lt;/code&gt; method will perform conversion from the input format to the output format of the page (or to MathML, which is used internally by MathJax).&lt;/p&gt;

&lt;p&gt;These methods use an internal list of actions to be taken when they are called, and those lists are updated automatically when extensions are loaded.  For example, when the semantic-enrichment extension is loaded, the action that performs the enrichment is added to &lt;code class=&quot;highlighter-rouge&quot;&gt;render()&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;convert()&lt;/code&gt; automatically, so you don’t have to call the extension’s methods yourself.  You can even add your own actions to the list, if you want, or could remove the automatic ones to fully customize the rendering process.&lt;/p&gt;

&lt;p&gt;If you use the MathJax components described above, MathJax will set up short-hand functions for you for typesetting the page or converting from input to output formats.  For example, if you load the &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;output/chtml&lt;/code&gt; components (or the &lt;code class=&quot;highlighter-rouge&quot;&gt;tex-chtml&lt;/code&gt; combonent that combines them), you automatically get methods &lt;code class=&quot;highlighter-rouge&quot;&gt;Typeset()&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;TypesetPromise()&lt;/code&gt; for typesetting the page, and  &lt;code class=&quot;highlighter-rouge&quot;&gt;tex2chml()&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;tex2chtmlPromise()&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;tex2mml()&lt;/code&gt;, and &lt;code class=&quot;highlighter-rouge&quot;&gt;tex2mmlPromise()&lt;/code&gt; that convert from TeX to HTML or MathML.  You also get &lt;code class=&quot;highlighter-rouge&quot;&gt;texReset()&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;TypesetClear()&lt;/code&gt;, and &lt;code class=&quot;highlighter-rouge&quot;&gt;chtmlStylesheet()&lt;/code&gt; that reset TeX’s labels and equation numbers, reset the typesetting system entirely (the information about CSS used, font caches, etc.), and produce the CSS stylesheet object used by CommonHTML for the expressions you have processed so far.  The ones ending in &lt;code class=&quot;highlighter-rouge&quot;&gt;Promise&lt;/code&gt; return a promise that is resolved when the math is completed (use this if there is a chance that an external module needs to be loaded, e.g., with &lt;code class=&quot;highlighter-rouge&quot;&gt;\require&lt;/code&gt;), while the others perform the typesetting or conversion and return the result immediately (they will throw an error if an external module needs to be loaded).&lt;/p&gt;

&lt;p&gt;If you are using the MathJax components, then the &lt;code class=&quot;highlighter-rouge&quot;&gt;MathJax.startup&lt;/code&gt; object includes references to the important objects created by MathJax automatically, like the input and output jax, the DOM adaptor, and the MathDocument.  You may reference these as needed in order to access their methods for more special-purpose needs.  Some of the examples below illustrate this.&lt;/p&gt;

&lt;h3 id=&quot;contextual-menu&quot;&gt;Contextual Menu&lt;/h3&gt;

&lt;p&gt;A contextual menu similar to the one in version 2 has been added to MathJax v3 in this beta version.  It has the actions familiar from version 2, but also includes some new features like copying to the clipboard.&lt;/p&gt;

&lt;h3 id=&quot;assistive-technology&quot;&gt;Assistive Technology&lt;/h3&gt;

&lt;p&gt;This beta version now includes support for assistive technology via the generation of speech strings attached to the math elements, and via an interactive expression explorer like the one in version 2.  These can be activated using the contextual menu, as in version 2, or by importing the a11y components into your node project or custom webpacked version of MathJax.&lt;/p&gt;

&lt;h3 id=&quot;commonhtml-css&quot;&gt;CommonHTML CSS&lt;/h3&gt;

&lt;p&gt;The CommonHTML output now produces only the CSS needed for the expressions on the page, rather than the CSS for every possible character in the font being used.  This reduces the number of CSS rules used by CommonHTML considerably, and improves performance of  browser refreshes and zooming.  If you use &lt;code class=&quot;highlighter-rouge&quot;&gt;NodeJS&lt;/code&gt; applications to preprocess math expressions and capture the CSS output to a separate CSS file, you may need to process all the math expressions before generating the CSS file.  Alternatively, there is a new &lt;code class=&quot;highlighter-rouge&quot;&gt;adaptiveCSS&lt;/code&gt; option for the CommonHTML output jax that you can set to &lt;code class=&quot;highlighter-rouge&quot;&gt;false&lt;/code&gt; to have MathJax return to the beta.3 behavior.&lt;/p&gt;

&lt;h3 id=&quot;svg-font-caching&quot;&gt;SVG Font Caching&lt;/h3&gt;

&lt;p&gt;The SVG output now includes the option of caching the glyphs used to render the mathematics so that the paths are shared if a character is used more than once.  The cache can either be global (all expressions on the page share a common cache) or local (each expression has a cache for glyphs used within it, but they are not shared between expressions).  This can be set using the &lt;code class=&quot;highlighter-rouge&quot;&gt;fontCache&lt;/code&gt; option for the SVG jax, and it can be set to &lt;code class=&quot;highlighter-rouge&quot;&gt;'global'&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;'local'&lt;/code&gt;, or &lt;code class=&quot;highlighter-rouge&quot;&gt;'none'&lt;/code&gt;.  The default is &lt;code class=&quot;highlighter-rouge&quot;&gt;'local'&lt;/code&gt; so that conversion of math to SVG will produce self-contained SVG expressions.&lt;/p&gt;

&lt;h3 id=&quot;tex-extensions&quot;&gt;TeX Extensions&lt;/h3&gt;

&lt;p&gt;As part of the new components feature discussed above, the TeX input jax can load TeX extensions in much the same way that v2 could.  This is accomplished through the new &lt;code class=&quot;highlighter-rouge&quot;&gt;require&lt;/code&gt; extension that implements the &lt;code class=&quot;highlighter-rouge&quot;&gt;\require&lt;/code&gt; macro to load extensions.  There is also and &lt;code class=&quot;highlighter-rouge&quot;&gt;autoload&lt;/code&gt; extension that will load extensions automatically when their macros or environments are first used.  These are included in the default &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex&lt;/code&gt; component, so you if you use that component (or one of the combined components based on it, like &lt;code class=&quot;highlighter-rouge&quot;&gt;tex-chtml&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;tex-svg&lt;/code&gt;), you should have access to these extensions automatically.  For example, &lt;code class=&quot;highlighter-rouge&quot;&gt;\require{physics}&lt;/code&gt; will load the &lt;code class=&quot;highlighter-rouge&quot;&gt;physics&lt;/code&gt; package.&lt;/p&gt;

&lt;p&gt;Another new TeX package is the &lt;code class=&quot;highlighter-rouge&quot;&gt;configMacros&lt;/code&gt; extension that allows you to configure pre-defined macros using the TeX input jax options, much like you could do in v2.&lt;/p&gt;

&lt;p&gt;The new &lt;code class=&quot;highlighter-rouge&quot;&gt;tagFormat&lt;/code&gt; extension allows you to customize how tags are handled in MathJax, and provides the equivalent of the &lt;code class=&quot;highlighter-rouge&quot;&gt;formatNumber()&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;formatTag()&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;formatID()&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;formatURL()&lt;/code&gt; options of the TeX &lt;code class=&quot;highlighter-rouge&quot;&gt;equationNumbers&lt;/code&gt; configuration block from v2.&lt;/p&gt;

&lt;p&gt;The new &lt;code class=&quot;highlighter-rouge&quot;&gt;braket&lt;/code&gt; extension implements the physics bra-ket notation macros.  They will be loaded automatically if you use the &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex&lt;/code&gt; component, or include the &lt;code class=&quot;highlighter-rouge&quot;&gt;autoload&lt;/code&gt; extension in your project.&lt;/p&gt;

&lt;h3 id=&quot;color-macro&quot;&gt;Color Macro&lt;/h3&gt;

&lt;p&gt;In version 2, the &lt;code class=&quot;highlighter-rouge&quot;&gt;\color&lt;/code&gt; macro worked in a non-standard way.  The LaTeX &lt;code class=&quot;highlighter-rouge&quot;&gt;\color&lt;/code&gt; macro acts as a switch, to change the current color for all the math that follows it, while the MathJax version took a second argument that enclosed the math to be colored.  Version 2 included a &lt;code class=&quot;highlighter-rouge&quot;&gt;color&lt;/code&gt; extension that implemented the LaTeX &lt;code class=&quot;highlighter-rouge&quot;&gt;\color&lt;/code&gt; behavior, but it was not loaded by default.&lt;/p&gt;

&lt;p&gt;In version 3, the LaTeX &lt;code class=&quot;highlighter-rouge&quot;&gt;\color&lt;/code&gt; macro will be the default behavior if you are using the &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex-full&lt;/code&gt; components, or any component build on them (e.g., &lt;code class=&quot;highlighter-rouge&quot;&gt;tex-chtml&lt;/code&gt; or &lt;code class=&quot;highlighter-rouge&quot;&gt;tex-svg&lt;/code&gt;).  You can restore the v2 behavior by setting &lt;code class=&quot;highlighter-rouge&quot;&gt;color: []&lt;/code&gt; in the &lt;code class=&quot;highlighter-rouge&quot;&gt;autoload&lt;/code&gt; configuration for the &lt;code class=&quot;highlighter-rouge&quot;&gt;tex&lt;/code&gt; component (when using &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex&lt;/code&gt;), or by removing the &lt;code class=&quot;highlighter-rouge&quot;&gt;color&lt;/code&gt; extension from the package list using &lt;code class=&quot;highlighter-rouge&quot;&gt;packages: {'[-]': ['color']}&lt;/code&gt; in the &lt;code class=&quot;highlighter-rouge&quot;&gt;tex&lt;/code&gt; configuration (for &lt;code class=&quot;highlighter-rouge&quot;&gt;input/tex-full&lt;/code&gt;).&lt;/p&gt;

&lt;h2 id=&quot;note&quot;&gt;NOTE&lt;/h2&gt;

&lt;p&gt;This is the fourth public beta release of MathJax v3.&lt;/p&gt;

&lt;p&gt;Mathjax v3 is in beta release. &lt;strong&gt;Do not use this in production&lt;/strong&gt;, but please test it and report issues on the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues&quot;&gt;MathJax v3 issue tracker&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;This is the final planned beta version. We expect an official 3.0 release in the near future.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v3 beta.3 released</title>
		<link href="https://www.mathjax.org/MathJax-v3-beta.3/" />
		<id>https://www.mathjax.org/MathJax-v3-beta.3/</id>
		<published>2018-11-28T00:00:00+00:00</published>
		<updated>2018-11-28T00:00:00+00:00</updated>
		<summary type="html">The MathJax team has been working hard on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the third public beta release of MathJax v3.

</summary>
		<content type="html">&lt;p&gt;The MathJax team has been working hard on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the third public &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/releases/tag/3.0.0-beta.3&quot;&gt;beta release of MathJax v3&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;where-to-find-the-beta-release&quot;&gt;Where to Find the Beta Release&lt;/h2&gt;

&lt;p&gt;The code for the release is available in the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/tree/beta&quot;&gt;beta&lt;/a&gt; branch of the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3&quot;&gt;MathJax v3&lt;/a&gt; github repository.&lt;/p&gt;

&lt;p&gt;Examples of how to use MathJax v3 in web pages are available in the &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos&lt;/a&gt; repository.  This includes several pre-packaged versions of MathJax for common use cases (e.g., converting TeX to HTML in a web page) that you can link to for your own test pages, along with sample HTML pages that call them and documentation on how to configure MathJax v3.  There are also instructions on how to make your own custom webpacked version of MathJax v3.&lt;/p&gt;

&lt;p&gt;Examples of how to use MathJax v3 in NodeJS are available in the &lt;a href=&quot;https://github.com/mathjax/mj3-demos-node&quot;&gt;mj3-demos-node&lt;/a&gt; repository.  These include samples of how to convert a TeX string to an HTML string, an SVG string, or a MathML string, for example, or how to process a complete HTML page containing math.&lt;/p&gt;

&lt;h2 id=&quot;whats-included-in-mathjax-v3&quot;&gt;What’s Included in MathJax v3&lt;/h2&gt;

&lt;p&gt;This beta version includes two input processors (TeX and MathML) and two output processors (CommonHTML and SVG).  Other input and output processors (e.g., AsciiMath input) will be added in the future.&lt;/p&gt;

&lt;p&gt;The current TeX input processor has all the core functionality of the MathJax v2 TeX input, and nearly all the extensions are now available in v3.&lt;/p&gt;

&lt;p&gt;The CommonHTML and SVG output implement all the MathML elements that they do in v2, but do not yet include support for line breaking (neither automatic nor explicit ones); this will be implemented in a later beta version.  Both output renderers currently only support the MathJax TeX font; other fonts will be added in the future.&lt;/p&gt;

&lt;p&gt;The CommonHTML output currently uses a very large CSS file that encodes the font information needed for all the characters in the MathJax TeX fonts.  This is a preliminary implementation of the font support, which will be updated to reduce the size of the CSS in future versions.&lt;/p&gt;

&lt;p&gt;The SVG output currently uses explicit SVG &lt;code class=&quot;highlighter-rouge&quot;&gt;&amp;lt;path&amp;gt;&lt;/code&gt; elements for the characters it displays, whereas version 2 cached the paths in a common SVG &lt;code class=&quot;highlighter-rouge&quot;&gt;&amp;lt;defs&amp;gt;&lt;/code&gt; element so that paths didn’t have to be repeated in the individual expressions that used them.  This will be implemented in a future version.&lt;/p&gt;

&lt;p&gt;The MathJax contextual menu is not yet implemented.&lt;/p&gt;

&lt;p&gt;The ability to customize MathJax through a configuration object, as in v2, is limited at the moment, but see the &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos&lt;/a&gt; repository for examples of how this can be done currently.  In version 3, this type of customization is handled through building custom packed versions of MathJax, and that is not yet fully documented; again, the demo repository includes examples.&lt;/p&gt;

&lt;h2 id=&quot;whats-new&quot;&gt;What’s New&lt;/h2&gt;

&lt;p&gt;This release fixes a number of display issues with the SVG output (see &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues/153&quot;&gt;#153&lt;/a&gt;, &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues/156&quot;&gt;#156&lt;/a&gt;, &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues/157&quot;&gt;#157&lt;/a&gt;, &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues/137&quot;&gt;#137&lt;/a&gt;) and improves the output for nested tables, particularly those with labels and those with percentage widths, in both CommonHTML and SVG output. Problems with table lines in SVG output in Safari and IE were fixed as well.&lt;/p&gt;

&lt;p&gt;The TeX input has been updated to include nearly all the extensions that were available in v2, including the color, action, unicode, bbox, html, and several other extensions. These are all included in the webpacked files available in the demos repository (listed below), although the color extension is not enabled by default in order to preserve the behavior of &lt;code class=&quot;highlighter-rouge&quot;&gt;\color&lt;/code&gt; in version 2 (this will probably change in the official release of v3).&lt;/p&gt;

&lt;p&gt;In addition, there were some changes internally to how the MathDocument and MathItem classes, and the Handler class now allows more flexibility in overriding these. These changes are needed to better support extensions that may need to subclass the document and math-item classes. The next release will formalize the extension mechanisms and will include examples of how extensions will operate.&lt;/p&gt;

&lt;p&gt;Finally, the &lt;code class=&quot;highlighter-rouge&quot;&gt;TeX-lab.html&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;MML-lab.html&lt;/code&gt; files have been merged into a single &lt;code class=&quot;highlighter-rouge&quot;&gt;v3-lab.html&lt;/code&gt;, and the original files removed. This late allows you to experiment will both input and both output formats, as well as enable/disable each of the extensions individual.&lt;/p&gt;

&lt;h2 id=&quot;note&quot;&gt;NOTE&lt;/h2&gt;

&lt;p&gt;Mathjax v3 is in beta release. &lt;strong&gt;Do not use this in production&lt;/strong&gt;, but please test it and report issues on the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues&quot;&gt;MathJax v3 issue tracker&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;We are continuing to add more functionality to version 3, and will be releasing additional beta versions as new features become available.  So watch this site for more news to come!&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v3 beta.2 released</title>
		<link href="https://www.mathjax.org/MathJax-v3-beta.2/" />
		<id>https://www.mathjax.org/MathJax-v3-beta.2/</id>
		<published>2018-10-05T00:00:00+00:00</published>
		<updated>2018-10-05T00:00:00+00:00</updated>
		<summary type="html">The MathJax team has been working hard on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the second public beta release of MathJax v3.

</summary>
		<content type="html">&lt;p&gt;The MathJax team has been working hard on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the second public &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/releases/tag/3.0.0-beta.2&quot;&gt;beta release of MathJax v3&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;where-to-find-the-beta-release&quot;&gt;Where to Find the Beta Release&lt;/h2&gt;

&lt;p&gt;The code for the release is available in the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/tree/beta&quot;&gt;beta&lt;/a&gt; branch of the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3&quot;&gt;MathJax v3&lt;/a&gt; github repository.&lt;/p&gt;

&lt;p&gt;Examples of how to use MathJax v3 in web pages are available in the &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos&lt;/a&gt; repository.  This includes several pre-packaged versions of MathJax for common use cases (e.g., converting TeX to HTML in a web page) that you can link to for your own test pages, along with sample HTML pages that call them and documentation on how to configure MathJax v3.  There are also instructions on how to make your own custom webpacked version of MathJax v3.&lt;/p&gt;

&lt;p&gt;Examples of how to use MathJax v3 in NodeJS are available in the &lt;a href=&quot;https://github.com/mathjax/mj3-demos-node&quot;&gt;mj3-demos-node&lt;/a&gt; repository.  These include samples of how to convert a TeX string to an HTML string, an SVG string, or a MathML string, for example, or how to process a complete HTML page containing math.&lt;/p&gt;

&lt;h2 id=&quot;whats-included-in-mathjax-v3&quot;&gt;What’s Included in MathJax v3&lt;/h2&gt;

&lt;p&gt;This beta version includes two input processors (TeX and MathML) and two output processors (CommonHTML and SVG).  Other input and output processors (e.g., AsciiMath input) will be added in the future.&lt;/p&gt;

&lt;p&gt;The current TeX input processor has all the core functionality of the MathJax v2 TeX input, and several of the extensions built in, but some extensions are still to come.  For example, &lt;code class=&quot;highlighter-rouge&quot;&gt;\unicode&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;\bbox&lt;/code&gt;, and the &lt;code class=&quot;highlighter-rouge&quot;&gt;color&lt;/code&gt; extension are not yet available.&lt;/p&gt;

&lt;p&gt;The CommonHTML and SVG output implement all the MathML elements that they do in v2, but do not yet include support for line breaking (neither automatic nor explicit ones); this will be implemented in a later beta version.  Both output renderers currently only support the MathJax TeX font; other fonts will be added in the future.&lt;/p&gt;

&lt;p&gt;The CommonHTML output currently uses a very large CSS file that encodes the font information needed for all the characters in the MathJax TeX fonts.  This is a preliminary implementation of the font support, which will be updated to reduce the size of the CSS in future versions.&lt;/p&gt;

&lt;p&gt;The SVG output currently uses explicit SVG &lt;code class=&quot;highlighter-rouge&quot;&gt;&amp;lt;path&amp;gt;&lt;/code&gt; elements for the characters it displays, whereas version 2 cached the paths in a common SVG &lt;code class=&quot;highlighter-rouge&quot;&gt;&amp;lt;defs&amp;gt;&lt;/code&gt; element so that paths didn’t have to be repeated in the individual expressions that used them.  This will be implemented in a future version.&lt;/p&gt;

&lt;p&gt;The MathJax contextual menu is not yet implemented.&lt;/p&gt;

&lt;p&gt;The ability to customize MathJax through a configuration object, as in v2, is limited at the moment, but see the &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos&lt;/a&gt; repository for examples of how this can be done currently.  In version 3, this type of customization is handled through building custom packed versions of MathJax, and that is not yet fully documented; again, the demo repository includes examples.&lt;/p&gt;

&lt;h2 id=&quot;note&quot;&gt;NOTE&lt;/h2&gt;

&lt;p&gt;Mathjax v3 is in beta release. &lt;strong&gt;Do not use this in production&lt;/strong&gt;, but please test it and report issues on the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues&quot;&gt;MathJax v3 issue tracker&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;We are continuing to add more functionality to version 3, and will be releasing additional beta versions as new features become available.  So watch this site for more news to come!&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v2.7.5 now available</title>
		<link href="https://www.mathjax.org/mathjax-v2-7-5-now-available/" />
		<id>https://www.mathjax.org/mathjax-v2-7-5-now-available/</id>
		<published>2018-07-20T00:00:00+00:00</published>
		<updated>2018-07-20T00:00:00+00:00</updated>
		<summary type="html">We are happy to officially release MathJax v2.7.5 today.

</summary>
		<content type="html">&lt;p&gt;We are happy to officially release MathJax v2.7.5 today.&lt;/p&gt;

&lt;p&gt;This is a maintenance release primarily to address a bug in WebKit that can cause the page to crash or some text to be missing in recent versions of Safari.  For details on all bug fixes and enhancements, please &lt;a href=&quot;#new-in-release&quot;&gt;see below&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This release should be available on all CDN providers, e.g., &lt;a href=&quot;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js&quot;&gt;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js&lt;/a&gt; which you can load it in place of the version you are currently using (or load &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; instead of &lt;code class=&quot;highlighter-rouge&quot;&gt;Mathjax.js&lt;/code&gt; to get the latest version 2.x, whatever it is, but note that this loads asynchronously, so the &lt;code class=&quot;highlighter-rouge&quot;&gt;MathJax&lt;/code&gt; global variable may not be available immediately).&lt;/p&gt;

&lt;p&gt;Alternatively, you can get a &lt;a href=&quot;https://github.com/mathjax/MathJax/archive/2.7.5.zip&quot;&gt;ZIP archive&lt;/a&gt; or access the branch &lt;a href=&quot;https://github.com/mathjax/MathJax/tree/2.7.5&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for your continuing interest in MathJax. We hope that this release makes your MathJax experience even better.&lt;/p&gt;

&lt;p&gt;The MathJax Team.&lt;/p&gt;

&lt;hr /&gt;

&lt;h2 id=&quot;new-in-release&quot;&gt;New in MathJax v2.7.5&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Update AsciiMath to current master version&lt;/li&gt;
  &lt;li&gt;Update mhchem to version 3.3.0&lt;/li&gt;
  &lt;li&gt;Update a11y to version 1.5.0 (with SRE 2.2.2)&lt;/li&gt;
  &lt;li&gt;Use Plane1 alphabets for STIX fonts when possible in HTML-CSS and SVG.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1923&quot;&gt;#1923&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Improve line breaking algorithm for all output modes.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1970&quot;&gt;#1970&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix problems with multline in CHTML (with tags) and SVG (with small containers).  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1974&quot;&gt;#1974&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Add CSS for munder in CHTML.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1981&quot;&gt;#1981&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Adjust measuring of ex size and container width to avoid line breaks for inline math in WebKit.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1982&quot;&gt;#1982&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Don’t rescale mstyle bbox for scriptstyle changes in CHTML.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1985&quot;&gt;#1985&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Prevent potential infinite loop in &lt;code class=&quot;highlighter-rouge&quot;&gt;setRenderer()&lt;/code&gt;.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1986&quot;&gt;#1986&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Make sure &lt;code class=&quot;highlighter-rouge&quot;&gt;\big&lt;/code&gt;, etc., are at the right size in script styles in CHTML.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1987&quot;&gt;#1987&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix problem with position of under/over applied to tables in SVG and HTML-CSS.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1993&quot;&gt;#1993&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Properly handle MML spacing for explicit FORM attributes in all output modes.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1997&quot;&gt;#1997&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix potential crash and missing text in recent Safari versions.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/2005&quot;&gt;#2005&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Change WebKit version for accent fix from 603 to 602.  (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/2017&quot;&gt;#2017&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Adjust &lt;code class=&quot;highlighter-rouge&quot;&gt;max-width&lt;/code&gt; in SVG output to account for scaling factor.&lt;/li&gt;
  &lt;li&gt;Fix for &lt;code class=&quot;highlighter-rouge&quot;&gt;useMMLspacing&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;FORM&lt;/code&gt; attributes.&lt;/li&gt;
  &lt;li&gt;Properly count multi-character glyphs when looking for a single character&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more information see also the &lt;a href=&quot;https://github.com/mathjax/MathJax/milestone/19?closed=1&quot;&gt;2.7.5 milestone&lt;/a&gt;.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v3 beta released</title>
		<link href="https://www.mathjax.org/MathJax-v3-beta/" />
		<id>https://www.mathjax.org/MathJax-v3-beta/</id>
		<published>2018-06-11T00:00:00+00:00</published>
		<updated>2018-06-11T00:00:00+00:00</updated>
		<summary type="html">The MathJax team has been working hard over the past year and a half on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the first public beta release of MathJax v3.

</summary>
		<content type="html">&lt;p&gt;The MathJax team has been working hard over the past year and a half on a major rewrite of MathJax from the ground up, with the goal of modernizing MathJax’s internal infrastructure, bringing it more flexibility for use with contemporary web technologies, making it easier to use with NodeJS for pre-processing and server-side support, and making it faster to render your mathematics. We have made headway in all these areas and we are pleased to announce the first public &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/releases/tag/3.0.0-beta.1&quot;&gt;beta release of MathJax v3&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;where-to-find-the-beta-release&quot;&gt;Where to Find the Beta Release&lt;/h2&gt;

&lt;p&gt;The code for the release is available in the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/tree/beta&quot;&gt;beta&lt;/a&gt; branch of the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3&quot;&gt;MathJax v3&lt;/a&gt; github repository.&lt;/p&gt;

&lt;p&gt;Examples of how to use MathJax v3 in web pages are available in the &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos&lt;/a&gt; repository.  This includes several pre-packaged versions of MathJax for common use cases (e.g., converting TeX to HTML in a web page) that you can link to for your own test pages, along with sample HTML pages that call them, and documentation on how to configure MathJax v3.  There are also instructions on how to make your own custom webpacked version of MathJax v3.&lt;/p&gt;

&lt;p&gt;Examples of how to use MathJax v3 in web pages are available in the &lt;a href=&quot;https://github.com/mathjax/mj3-demos-node&quot;&gt;mj3-demos-node&lt;/a&gt; repository.  These include samples of how to convert a TeX string to an HTML string or to a MathML string, for example.&lt;/p&gt;

&lt;h2 id=&quot;whats-included-in-mathjax-v3&quot;&gt;What’s Included in MathJax v3&lt;/h2&gt;

&lt;p&gt;This beta version includes two input processors (TeX and MathML) and one output processor (CommonHTML).  Other input and output processors (e.g., AsciiMath input and SVG output) will be added in the future.&lt;/p&gt;

&lt;p&gt;The current TeX input processor has all the core functionality of the MathJax v2 TeX input, and several of the extensions built in, but some extensions are still to come.  For example, &lt;code class=&quot;highlighter-rouge&quot;&gt;\unicode&lt;/code&gt;, &lt;code class=&quot;highlighter-rouge&quot;&gt;\bbox&lt;/code&gt;, and the &lt;code class=&quot;highlighter-rouge&quot;&gt;color&lt;/code&gt; extension are not yet available.&lt;/p&gt;

&lt;p&gt;The CommonHTML output implements all the MathML elements that v2 does, but does not yet include support for line breaking (neither automatic nor explicit ones); this will be implemented in a later beta version.  Currently, there is no support for characters that are not within the MathJax TeX fonts, but that will be included in the future.&lt;/p&gt;

&lt;p&gt;The MathJax contextual menu is not yet implemented.&lt;/p&gt;

&lt;p&gt;The ability to customize MathJax through a configuration object, as in v2, is limited at the moment, but see the &lt;a href=&quot;https://github.com/mathjax/mj3-demos&quot;&gt;mj3-demos&lt;/a&gt; repository for examples of how this can be done currently.  In version 3, this type of customization is handled through building custom packed versions of MathJax, and that is not yet fully documented; again, the demo repository includes examples.&lt;/p&gt;

&lt;h2 id=&quot;note&quot;&gt;NOTE&lt;/h2&gt;

&lt;p&gt;Mathjax v3 is in early beta release. &lt;strong&gt;Do not use this in production&lt;/strong&gt;, but please test it and report issues on the &lt;a href=&quot;https://github.com/mathjax/mathjax-v3/issues&quot;&gt;MathJax v3 issue tracker&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;We are continuing to add more functionality to version 3, and will be releasing additional beta versions as new features become available.  So watch this site for more news to come!&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">The American Statistical Association becomes a MathJax Supporter</title>
		<link href="https://www.mathjax.org/ASA-supports-MathJax/" />
		<id>https://www.mathjax.org/ASA-supports-MathJax/</id>
		<published>2018-04-06T00:00:00+00:00</published>
		<updated>2018-04-06T00:00:00+00:00</updated>
		<summary type="html">MathJax today announced that the American Statistical
Association is joining its sponsorship program as
a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;MathJax today announced that the &lt;a href=&quot;https://www.amstat.org/&quot;&gt;American Statistical
Association&lt;/a&gt; is joining its sponsorship program as
a &lt;a href=&quot;//www.mathjax.org/#sponsors&quot;&gt;MathJax Supporter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The American Statistical Association (ASA) is the “Big Tent for
Statistics” as the world’s largest community of statisticians.  The ASA
was founded in Boston in 1839 making it the second-oldest, continuously
operating professional association in the United States.  The ASA supports
excellence in the development, application, and dissemination of
statistical science through meetings, publications, membership services,
education, accreditation, and advocacy.&lt;/p&gt;

&lt;p&gt;Ronald L. Wasserstein, Executive Director of ASA notes that “The ASA is
committed to advancing and disseminating high quality research in
statistics.  MathJax helps assure our publications appear accurately across
platforms so that they can be viewed by researchers everywhere.”&lt;/p&gt;

&lt;p&gt;“By becoming a MathJax sponsor, the ASA demonstrates its partnership to
the science community on the web”, comments Tom Blythe, MathJax
Consortium.  “Becoming a MathJax Supporter allows the ASA to make optimal
use of MathJax, and makes an important contribution to keeping MathJax the
reliable, flexible, and open technology it is today.”&lt;/p&gt;

&lt;p&gt;The MathJax team looks forward to the collaboration with the ASA, and
welcomes its support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v2.7.4 now available</title>
		<link href="https://www.mathjax.org/mathjax-v2-7-4-now-available/" />
		<id>https://www.mathjax.org/mathjax-v2-7-4-now-available/</id>
		<published>2018-04-03T00:00:00+00:00</published>
		<updated>2018-04-03T00:00:00+00:00</updated>
		<summary type="html">We are happy to officially release MathJax v2.7.4 today.

</summary>
		<content type="html">&lt;p&gt;We are happy to officially release MathJax v2.7.4 today.&lt;/p&gt;

&lt;p&gt;This is a bug-fix release.  Among the issue fixed in this release are the following:&lt;/p&gt;

&lt;p&gt;For details on all bug fixes and enhancements, please &lt;a href=&quot;#new-in-release&quot;&gt;see below&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This release should be available on all CDN providers, e.g., &lt;a href=&quot;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js&quot;&gt;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js&lt;/a&gt; which you can load it in place of the version you are currently using (or load &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; instead of &lt;code class=&quot;highlighter-rouge&quot;&gt;Mathjax.js&lt;/code&gt; to get the latest version 2.x, whatever it is, but note that this loads asynchronously, so the &lt;code class=&quot;highlighter-rouge&quot;&gt;MathJax&lt;/code&gt; global variable may not be available immediately).&lt;/p&gt;

&lt;p&gt;Alternatively, you can get a &lt;a href=&quot;https://github.com/mathjax/MathJax/archive/2.7.4.zip&quot;&gt;ZIP archive&lt;/a&gt; or access the branch &lt;a href=&quot;https://github.com/mathjax/MathJax/tree/2.7.4&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for your continuing interest in MathJax. We hope that this release makes your MathJax experience even better.&lt;/p&gt;

&lt;p&gt;The MathJax Team.&lt;/p&gt;

&lt;hr /&gt;

&lt;h2 id=&quot;new-in-release&quot;&gt;New in MathJax v2.7.4&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Prevent infinite loop if an autoloaded component fails to load. (#1936)&lt;/li&gt;
  &lt;li&gt;Always set movablelimits to false in &lt;code class=&quot;highlighter-rouge&quot;&gt;\overset&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;\underset&lt;/code&gt;. (#1929)&lt;/li&gt;
  &lt;li&gt;CSS reset for box-sizing in HTML-CSS output. (#1942)&lt;/li&gt;
  &lt;li&gt;Add &lt;code class=&quot;highlighter-rouge&quot;&gt;px&lt;/code&gt; to &lt;code class=&quot;highlighter-rouge&quot;&gt;max-width&lt;/code&gt; for SVG output containing tags. (#1950)&lt;/li&gt;
  &lt;li&gt;Properly handle namespaces starting with &lt;code class=&quot;highlighter-rouge&quot;&gt;math&lt;/code&gt; in MathML input. (#1951)&lt;/li&gt;
  &lt;li&gt;Make &lt;code class=&quot;highlighter-rouge&quot;&gt;tex2jax&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;asciimath2jax&lt;/code&gt; rescan after unmatched delimiter. (#1960)&lt;/li&gt;
  &lt;li&gt;Fix minimum height of accents in scripts. (#1956)&lt;/li&gt;
  &lt;li&gt;Make monospaced non-breaking space be of correct width. (#1953)&lt;/li&gt;
  &lt;li&gt;Handle size of centered large operators correctly in mrows. (#1933)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more information see also the &lt;a href=&quot;https://github.com/mathjax/MathJax/milestone/18?closed=1&quot;&gt;2.7.4 milestone&lt;/a&gt;.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathJax v2.7.3 now available</title>
		<link href="https://www.mathjax.org/mathjax-v2-7-3-now-available/" />
		<id>https://www.mathjax.org/mathjax-v2-7-3-now-available/</id>
		<published>2018-02-08T00:00:00+00:00</published>
		<updated>2018-02-08T00:00:00+00:00</updated>
		<summary type="html">We are happy to officially release MathJax v2.7.3 today.

</summary>
		<content type="html">&lt;p&gt;We are happy to officially release MathJax v2.7.3 today.&lt;/p&gt;

&lt;p&gt;This is mostly a bug-fix release, with a few enhancements as well.&lt;/p&gt;

&lt;p&gt;The primary enhancement is the addition of version 2.3 of the Speech-Rule Engine that underlies the MathJax accessibility tools. This includes performance enhancements as well as a Spanish localization that is tied to the MathJax localization menu. In addition, the Explorer menu in the Assistive submenu has been slimmed down to remove unneeded options.&lt;/p&gt;

&lt;p&gt;For details on all bug fixes and enhancements, please &lt;a href=&quot;#new-in-release&quot;&gt;see below&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This release should be available on all CDN providers, e.g., &lt;a href=&quot;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js&quot;&gt;https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/MathJax.js&lt;/a&gt; which you can load it in place of the version you are currently using (or load &lt;code class=&quot;highlighter-rouge&quot;&gt;latest.js&lt;/code&gt; instead of &lt;code class=&quot;highlighter-rouge&quot;&gt;Mathjax.js&lt;/code&gt; to get the latest version 2.x, whatever it is, but note that this loads asynchronously, so the &lt;code class=&quot;highlighter-rouge&quot;&gt;MathJax&lt;/code&gt; global variable may not be available immediately).&lt;/p&gt;

&lt;p&gt;Alternatively, you can get a &lt;a href=&quot;https://github.com/mathjax/MathJax/archive/2.7.3.zip&quot;&gt;ZIP archive&lt;/a&gt; or access the branch &lt;a href=&quot;https://github.com/mathjax/MathJax/tree/2.7.3&quot;&gt;on GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for your continuing interest in MathJax. We hope that this release makes your MathJax experience even better.&lt;/p&gt;

&lt;p&gt;The MathJax Team.&lt;/p&gt;

&lt;hr /&gt;

&lt;h2 id=&quot;new-in-release&quot;&gt;New in MathJax v2.7.3&lt;/h2&gt;

&lt;h3 id=&quot;input&quot;&gt;Input&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;AsciiMath has been updated to include new features that have been added in the official &lt;code class=&quot;highlighter-rouge&quot;&gt;AsciiMathML.js&lt;/code&gt; file since v2.7.2 was released.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;TeX: Remove balanceBraces option from tex2jax, which was never implemented (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1871&quot;&gt;#1871&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;TeX: Make HTML id’s used in &lt;code class=&quot;highlighter-rouge&quot;&gt;\tag&lt;/code&gt; handling more robust (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1899&quot;&gt;#1899&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;TeX: Make &lt;code class=&quot;highlighter-rouge&quot;&gt;\DeclareMathOperator&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;\Newextarrow localizable&lt;/code&gt; by begingroup (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1876&quot;&gt;#1876&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;TeX: Have &lt;code class=&quot;highlighter-rouge&quot;&gt;\bigg&lt;/code&gt; and friends to trim spaces from their arguments (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1819&quot;&gt;#1819&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;TeX: Don’t produce unwanted mrows with \left…\right (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1829&quot;&gt;#1829&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;output&quot;&gt;Output&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;HTML-CSS: Improve detection of web fonts (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/517&quot;&gt;#517&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Improve line breaking past the container width when no break is found within it (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1883&quot;&gt;#1883&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;SVG: Don’t lose pre-spacing in elements containing line breaks (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1915&quot;&gt;#1915&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;CommonHTML: Fix width of roots containing line breaks (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1882&quot;&gt;#1882&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;SVG: Measure sizes of annotation-xml elements properly (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1870&quot;&gt;#1870&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Handle default border width properly in SVG and HTML-CSS (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1855&quot;&gt;#1855&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;CommonHTML: Reset character width if a reset occurs while an equation is being processed (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1837&quot;&gt;#1837&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;CommonHTML: Properly scale widths in line breaking algorithm (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1881&quot;&gt;#1881&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;HTML-CSS: Fix position of rightmost glyph in multi-glyph horizontal stretchy characters (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1896&quot;&gt;#1896&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;MathML: Don’t add duplicate xmlns attribute when original is empty (&lt;a href=&quot;https://github.com/mathjax/MathJax/issues/1862&quot;&gt;#1862&lt;/a&gt;)&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;interface&quot;&gt;Interface&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Decode hash URI component so it works with special characters (#1843)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For more information see also the &lt;a href=&quot;https://github.com/mathjax/MathJax/milestone/17?closed=1&quot;&gt;2.7.3 milestone&lt;/a&gt;.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">MathWorks continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/the-mathworks-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/the-mathworks-continues-as-mathjax-supporter-2017/</id>
		<published>2017-12-27T00:00:00+00:00</published>
		<updated>2017-12-27T00:00:00+00:00</updated>
		<summary type="html">MathWorks continues to support the MathJax project as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.mathworks.com&quot;&gt;MathWorks&lt;/a&gt; continues to support the MathJax project as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;MathWorks provides the fundamental tools for research and development in academia and industry. Its leading computing software products, &lt;a href=&quot;http://www.mathworks.com/products/matlab/&quot;&gt;MATLAB&lt;/a&gt; and &lt;a href=&quot;http://www.mathworks.com/products/simulink/&quot;&gt;Simulink&lt;/a&gt;, help engineers and scientists worldwide to accelerate the pace of discovery, innovation, and development. From industries, such as aerospace and industrial automation, to technical fields, such as financial services and computational biology, to more than 5000 colleges and universities around the world, the tools support teaching and research in a broad range of technical disciplines.&lt;/p&gt;

&lt;p&gt;“MathWorks is pleased to continue its support for MathJax and its mission to remove barriers for people wanting easy access to mathematical and scientific content on the web,” said Mary Ann Freeman, director of engineering, MATLAB Products, MathWorks. “MathWorks shares the goal of ensuring people have access to the tools and training necessary to advance their skills and competencies in STEM.”&lt;/p&gt;

&lt;p&gt;“Thanks to dedicated sponsors like MathWorks, we are able to develop MathJax continuously,” comments Peter Krautzberger, MathJax Manager. “We are very grateful for MathWorks’s continued support as it allows us to keep MathJax the universal, high-quality rendering solution it is today”.&lt;/p&gt;

&lt;p&gt;We look forward to continuing the collaboration with MathWorks and welcome their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">Oxford University Press continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/oxford-university-press-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/oxford-university-press-continues-as-mathjax-supporter-2017/</id>
		<published>2017-12-21T00:00:00+00:00</published>
		<updated>2017-12-21T00:00:00+00:00</updated>
		<summary type="html">Oxford University Press (OUP) continues to support the MathJax project as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.oup.com&quot;&gt;Oxford University Press&lt;/a&gt; (OUP) continues to support the MathJax project as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;OUP, a department of &lt;a href=&quot;http://www.ox.ac.uk/&quot;&gt;Oxford University&lt;/a&gt;, is the largest university press in the world, currently publishing over 6,000 titles in more than 40 languages each year. OUP’s broad academic and educational spectrum includes dictionaries, journals, scholarly monographs, and schoolbooks. Beyond traditional publishing products, OUP provides services such as digital learning and assessment platforms as well as online research tools.&lt;/p&gt;

&lt;p&gt;“Oxford University Press is very pleased to continue its support of MathJax,” said Mark Seymour, Digital Development Programme Manager, Digital Strategy, Global Academic. “MathJax is an essential tool for displaying maths on research publishing platforms, and we are delighted to support the MathJax Consortium in advancing mathematical and scientific content on the Web in this way.&lt;/p&gt;

&lt;p&gt;“Dedicated sponsors like OUP help ensure the long-term development of MathJax”, comments Peter Krautzberger, MathJax manager. “Thanks to the feedback from OUP’s team we can keep MathJax the robust and high-quality rendering solution it is today.”&lt;/p&gt;

&lt;p&gt;We look forward to continuing the collaboration with OUP, and welcome their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">EBSCO Information Services continues as a MathJax Supporter</title>
		<link href="https://www.mathjax.org/EBSCO-continues-as-MathJax-supporter-2017/" />
		<id>https://www.mathjax.org/EBSCO-continues-as-MathJax-supporter-2017/</id>
		<published>2017-12-19T00:00:00+00:00</published>
		<updated>2017-12-19T00:00:00+00:00</updated>
		<summary type="html">EBSCO Information Services (EBSCO) continues to support MathJax as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.ebsco.com&quot;&gt;EBSCO Information Services&lt;/a&gt; (EBSCO) continues to support MathJax as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;EBSCO provides premium online information resources for tens of thousands of institutions worldwide, representing millions of end users. EBSCO content and its platforms serve the needs of researchers at all levels, including academic institutions, schools, public libraries, hospitals and medical institutions, corporations or government institutions. Its participation in the sponsorship program is just one way that EBSCO is involved with MathJax. EBSCO also uses MathJax to ensure that the mathematical equations are optimally displayed when they appear in its research databases.&lt;/p&gt;

&lt;p&gt;EBSCO Information Services Vice President of Database Partnerships, Ryan Bernier, said, “MathJax improves accessibility, readability and interpretation of equations on both desktop and mobile devices. As a provider of STEM e-journals and databases including MathSciNet, EBSCO is proud to support the development and enhancement of MathJax.”&lt;/p&gt;

&lt;p&gt;“EBSCO provides the team at MathJax with important support and feedback for our development,” comments Peter Krautzberger, MathJax manager. “Thanks to long-term supporters like EBSCO, we can keep MathJax the reliable, high-quality rendering solution it is today.”&lt;/p&gt;

&lt;p&gt;The MathJax team looks forward to the collaboration with EBSCO, and welcomes its support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">The London Mathematical Society continues as MathJax supporter</title>
		<link href="https://www.mathjax.org/the-london-mathematical-society-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/the-london-mathematical-society-continues-as-mathjax-supporter-2017/</id>
		<published>2017-12-14T00:00:00+00:00</published>
		<updated>2017-12-14T00:00:00+00:00</updated>
		<summary type="html">The London Mathematical Society continues to support MathJax as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;The &lt;a href=&quot;http://lms.ac.uk/&quot;&gt;London Mathematical Society&lt;/a&gt; continues to support MathJax as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;The London Mathematical Society (LMS) is the major UK learned society for mathematics with a nationwide and international membership. The LMS offers a rich publishing program, provides a diverse grant program, and organizes scientific meetings and lectures. Beyond that, the LMS  contributes to public debate on matters affecting mathematics and mathematics education.&lt;/p&gt;

&lt;p&gt;“The London Mathematical Society leverages MathJax in the full-text HTML of its journals.” said Fiona Nixon, Executive Secretary, LMS. “Feedback from our readers continues to be positive and we recognise that development needs to continue in the quest to render mathematical web pages with the same fluidity and versatility as non-mathematical ones. The LMS is therefore proud to continue to support the development and enhancement of MathJax”.&lt;/p&gt;

&lt;p&gt;“The support as a MathJax sponsor demonstrates the LMS’s commitment to being a partner to the math and science community on the web”, comments Peter Krautzberger, MathJax manager. “As a MathJax Supporter, the LMS makes an important contribution to keeping MathJax the reliable, flexible, and open technology it is today.”&lt;/p&gt;

&lt;p&gt;We look forward to continuing the collaboration with the LMS, and welcome their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">IOP Publishing continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/iop-publishing-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/iop-publishing-continues-as-mathjax-supporter-2017/</id>
		<published>2017-12-06T00:00:00+00:00</published>
		<updated>2017-12-06T00:00:00+00:00</updated>
		<summary type="html">IOP Publishing continues to support MathJax as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://ioppublishing.org/&quot;&gt;IOP Publishing&lt;/a&gt; continues to support MathJax as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;IOP Publishing is a scientific publisher, owned by the &lt;a href=&quot;http://www.iop.org/&quot;&gt;Institute of Physics&lt;/a&gt;. It works closely with the whole scientific community to produce academic journals and other publications, covering research in the physical sciences and beyond.&lt;/p&gt;

&lt;p&gt;Dr Christopher Ingle, Content &amp;amp; Services Manager at IOP Publishing, said, “The development of version 3 makes this an exciting time for MathJax, and therefore an exciting time in general for the display of mathematics online. We are delighted to continue as supporters of the project.”&lt;/p&gt;

&lt;p&gt;“Thanks to the dedication of sponsors like IOPP, we are able to maintain and enhance MathJax as the high-quality and universal rendering solution it is today,” comments Peter Krautzberger, MathJax manager. “The feedback we receive from the team at IOPP is invaluable in achieving our mission to make mathematics a first class citizen on the web.”&lt;/p&gt;

&lt;p&gt;We look forward to continuing the collaboration with IOP Publishing, and welcome their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">RedLink becomes a MathJax Supporter</title>
		<link href="https://www.mathjax.org/Redlink-becomes-a-mathjax-supporter/" />
		<id>https://www.mathjax.org/Redlink-becomes-a-mathjax-supporter/</id>
		<published>2017-12-04T00:00:00+00:00</published>
		<updated>2017-12-04T00:00:00+00:00</updated>
		<summary type="html">RedLink is giving the MathJax project a boost by joining our sponsorship program as MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.redlink.com&quot;&gt;RedLink&lt;/a&gt; is giving the MathJax project a boost by joining our sponsorship program as &lt;a href=&quot;http://www.mathjax.org/#supporters&quot;&gt;MathJax Supporter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;RedLink helps academic publishers, editors, and libraries save time, engage readers, and streamline collaborations by providing innovative solutions that cut across platforms and help unite the scholarly ecosystem.&lt;/p&gt;

&lt;p&gt;RedLink leverages MathJax on &lt;a href=&quot;https://remarqable.com/app/index.html&quot;&gt;Remarq® from RedLink&lt;/a&gt;, the decentralized scholarly collaboration network that helps editors, authors, and publishers engage with their communities on their sites, on their terms. Remarq enables annotation of mathematics, images, and text, while also allowing researchers and experts to connect and collaborate via Groups and personal connections.&lt;/p&gt;

&lt;p&gt;“MathJax provides important functionality for authors, researchers, and students, and we’re very happy to support their good work,” says Kent Anderson, RedLink’s CEO. “MathJax also represents collaboration and community, two main features of Remarq and RedLink’s own approach to problem-solving, so we’re proud to be involved on that level, as well.”&lt;/p&gt;

&lt;p&gt;“Becoming a MathJax Supporter is a great example for RedLinks’s commitment to providing the science community with reliable, flexible, and open technology,” comments Peter Krautzberger, MathJax manager. “Their support helps ensure the continuous development of MathJax and enables RedLink to make optimal use of MathJax.”&lt;/p&gt;

&lt;p&gt;The MathJax team looks forward to the collaboration with RedLink, and welcomes their support for the MathJax project.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;About RedLink&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;RedLink helps libraries, publishers, and users see what they’ve been missing. RedLink’s products include powerful, intuitive dashboards for libraries and publishers (Library Dashboard and Publisher Dashboard), unique sales prospecting engines for publishers (SiteLeads™), and editorial engagement tools for editors, authors, and readers (Remarq™). RedLink also offers &lt;a href=&quot;https://redlink.com/products/redlink-network/&quot;&gt;RedLink Network&lt;/a&gt;, a free service libraries and publishers can use to collaborate on synchronizing access credentials and service needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About MathJax&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MathJax was initiated in 2009 by the &lt;a href=&quot;http://www.ams.org&quot;&gt;American Mathematical Society (AMS)&lt;/a&gt;,  &lt;a href=&quot;http://www.dessci.com&quot;&gt;Design Science&lt;/a&gt;, and the &lt;a href=&quot;http://www.siam.org&quot;&gt;Society for Industrial and Applied Mathematics (SIAM)&lt;/a&gt; with the aim of developing a universal, robust, and easy-to-use solution to display mathematics on the web. MathJax’s open source JavaScript library provides high-quality display on all browsers and platforms without the need for readers to install plugins or fonts. Using MathJax also enables copy&amp;amp;paste of equations and is compatible with accessibility tools for vision and learning disabilities. The MathJax Consortium is supported by numerous sponsors.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">Elsevier continues as MathJax Sponsor</title>
		<link href="https://www.mathjax.org/elsevier-continues-as-mathjax-partner-2017/" />
		<id>https://www.mathjax.org/elsevier-continues-as-mathjax-partner-2017/</id>
		<published>2017-11-24T00:00:00+00:00</published>
		<updated>2017-11-24T00:00:00+00:00</updated>
		<summary type="html">Elsevier continues to support the MathJax project as a MathJax Sponsor.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.elsevier.com&quot;&gt;Elsevier&lt;/a&gt; continues to support the MathJax project as a MathJax Sponsor.&lt;/p&gt;

&lt;p&gt;Elsevier is a world-leading provider of information solutions for science, health, and technology professionals. Elsevier provides web-based, digital solutions — among them ScienceDirect, Scopus, Elsevier Research Intelligence, and ClinicalKey — and publishes over 2,600 journals, including The Lancet and Cell, and more than 33,000 book titles, including a number of iconic reference works.  Elsevier is actively advancing discipline-specific content, format, and tools to the author and user needs and workflow.&lt;/p&gt;

&lt;p&gt;“Elsevier is pleased to continue our support for the MathJax project. ScienceDirect has seen several new updates this year including a new article page design with MathJax as the default option for rendering mathematical elements,” said Nathan Westgarth, Senior Product Manager for ScienceDirect. “This improves accessibility, readability and interpretation on the site while using either desktop or mobile devices, for research published in Elsevier journals.”&lt;/p&gt;

&lt;p&gt;“Elsevier’s support and feedback has helped our development at MathJax since the very beginning.”, said Peter Krautzberger, MathJax manager. “Thanks to Elsevier, we can ensure that MathJax stays the gold standard for math and science on the web.”&lt;/p&gt;

&lt;p&gt;We look forward to continuing the collaboration with Elsevier and welcome their ongoing support for the MathJax project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About Elsevier&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Elsevier is a world-leading provider of information solutions that enhance the performance of science, health, and technology professionals, empowering them to make better decisions, deliver better care, and sometimes make groundbreaking discoveries that advance the boundaries of knowledge and human progress. Elsevier provides web-based, digital solutions — among them &lt;a href=&quot;http://www.sciencedirect.com/&quot;&gt;ScienceDirect&lt;/a&gt;, &lt;a href=&quot;http://www.scopus.com/&quot;&gt;Scopus&lt;/a&gt;, &lt;a href=&quot;http://www.elsevier.com/research-intelligence&quot;&gt;Elsevier Research Intelligence&lt;/a&gt; and &lt;a href=&quot;https://www.clinicalkey.com/#!/&quot;&gt;ClinicalKey&lt;/a&gt; — and publishes over 2,600 journals, including &lt;a href=&quot;http://www.thelancet.com/&quot;&gt;The Lancet&lt;/a&gt; and &lt;a href=&quot;http://www.cell.com/&quot;&gt;Cell&lt;/a&gt;, and more than 33,000 book titles, including a number of iconic reference works. Elsevier is part of &lt;a href=&quot;http://www.relx.com/Pages/Home.aspx&quot;&gt;RELX Group plc&lt;/a&gt;, a world-leading provider of information solutions for professional customers across industries.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;About MathJax&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MathJax was initiated in 2009 by the &lt;a href=&quot;http://www.ams.org&quot;&gt;American Mathematical Society (AMS)&lt;/a&gt;,  &lt;a href=&quot;http://www.dessci.com&quot;&gt;Design Science&lt;/a&gt;, and the &lt;a href=&quot;http://www.siam.org&quot;&gt;Society for Industrial and Applied Mathematics (SIAM)&lt;/a&gt; with the aim of developing a universal, robust, and easy-to-use solution to display mathematics on the web. MathJax’s open source JavaScript library provides high-quality display on all browsers and platforms without the need for readers to install plugins or fonts. Using MathJax also enables copy&amp;amp;paste of equations and is compatible with accessibility tools for vision and learning disabilities. The MathJax Consortium is supported by numerous sponsors. For more information, go to &lt;a href=&quot;http://www.mathjax.org&quot;&gt;www.mathjax.org&lt;/a&gt;&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">AIP Publishing continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/aip-publishing-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/aip-publishing-continues-as-mathjax-supporter-2017/</id>
		<published>2017-11-01T00:00:00+00:00</published>
		<updated>2017-11-01T00:00:00+00:00</updated>
		<summary type="html">AIP Publishing, a division of the American Institute of Physics, continues to support MathJax as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;https://publishing.aip.org/&quot;&gt;AIP Publishing&lt;/a&gt;, a division of the American Institute of Physics, continues to support MathJax as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;As a federation of 10 physical science societies, &lt;a href=&quot;http://aip.org/&quot;&gt;The American Institute of Physics (AIP)&lt;/a&gt; pursues a mission to advance and distribute the knowledge of the physical sciences and its applications. AIP Member Societies collectively represent more than 120,000 scientists, engineers, educators and students in the global physical sciences community.&lt;/p&gt;

&lt;p&gt;AIP has been one of the world’s leading publishers in the physical sciences for more than 80 years. AIP Publishing provides a comprehensive collection of highly cited peer reviewed scientific information. Accessed by researchers at nearly 4,000 institutions worldwide, AIP Publishing’s portfolio of 17 journals includes prestigious titles such as Applied Physics Letters, Journal of Applied Physics, and The Journal of Chemical Physics, and the AIP Conference Proceedings series. AIP Publishing also publishes on behalf of several of AIP’s Member Societies and other publishing partners.&lt;/p&gt;

&lt;p&gt;“AIP Publishing are very happy to provide on-going support to MathJax for what has been a very successful relationship over many years.”, comments Jason Wilde, CPO, AIP Publishing.&lt;/p&gt;

&lt;p&gt;“As a dedicated MathJax sponsor, AIPP has helped greatly to push MathJax forward.”, said Peter Krautzberger, MathJax manager. “Thanks to their continued support we are able to keep MathJax the most reliable, high-quality solution for math and science on the web.”&lt;/p&gt;

&lt;p&gt;We look forward to continuing the collaboration with AIP, and welcome their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">OSA Publishing continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/osa-publishing-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/osa-publishing-continues-as-mathjax-supporter-2017/</id>
		<published>2017-10-06T00:00:00+00:00</published>
		<updated>2017-10-06T00:00:00+00:00</updated>
		<summary type="html">OSA Publishing continues to support MathJax as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;https://www.osapublishing.org/&quot;&gt;OSA Publishing&lt;/a&gt; continues to support MathJax as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;Founded in 1916, &lt;a href=&quot;http://www.osa.org/&quot;&gt;The Optical Society (OSA)&lt;/a&gt; is the leading professional organization for scientists, engineers, students and entrepreneurs who fuel discoveries, shape real-life applications and accelerate achievements in the science of light. Through world-renowned publications, meetings and membership initiatives, OSA provides quality research, inspired interactions and dedicated resources for its extensive global network of optics and photonics experts. It’s publications arm, OSA Publishing, delivers high-quality, peer-reviewed content in state-of-the-art, full-text HTML for all of its journals.&lt;/p&gt;

&lt;p&gt;“Since 2012, OSA’s Publishing Platform has relied on MathJax for accurate rendering of equations in its HTML display,” says Scott Dineen, OSA’s Sr. Director of Publishing Production and Technology. “Equations are integral to many OSA journal articles, and we’re pleased to be a MathJax supporter and help MathJax remain a leader in the dynamic display of mathematics.”&lt;/p&gt;

&lt;p&gt;“OSA provides the team at MathJax with important support and feedback for our development,” comments Peter Krautzberger, MathJax manager. “Thanks to long-term supporters like OSA, we can keep MathJax the reliable, high-quality rendering solution it is today.”&lt;/p&gt;

&lt;p&gt;The MathJax team looks forward to continuing the collaboration with OSA Publishing and welcomes their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">The Mathematical Association of America continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/the-mathematical-association-of-america-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/the-mathematical-association-of-america-continues-as-mathjax-supporter-2017/</id>
		<published>2017-10-04T00:00:00+00:00</published>
		<updated>2017-10-04T00:00:00+00:00</updated>
		<summary type="html">The Mathematical Association of America (MAA) continues to support MathJax as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://www.maa.org/?utm_source=MathJax&amp;amp;utm_campaign=MJpartner&amp;amp;utm_medium=website&quot;&gt;The Mathematical Association of America (MAA)&lt;/a&gt; continues to support MathJax as a MathJax Supporter.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&quot;http://www.maa.org/?utm_source=MathJax&amp;amp;utm_campaign=MJpartner&amp;amp;utm_medium=website&quot;&gt;MAA&lt;/a&gt; is the world’s largest community of mathematicians, students, and enthusiasts. It accelerates the understanding of our world through mathematics because mathematics drives society and shapes lives.&lt;/p&gt;

&lt;p&gt;“Effective and clear communication of mathematics is imperative to our association’s mission to advance the understanding of mathematics and its impact on our world,” said Michael Pearson, MAA Executive Director. “MathJax is an important tool to bring mathematical equations to life on the MAA website and digital resources, and we are happy to continue our support.”&lt;/p&gt;

&lt;p&gt;“Dedicated sponsors like the MAA help ensure the long-term development of MathJax”, comments Peter Krautzberger, MathJax Manager. “Thanks to the feedback from the MAA we can keep MathJax the robust and high-quality tool that the math and science community has come to rely on.”&lt;/p&gt;

&lt;p&gt;The MathJax team looks forward to continuing the collaboration with the MAA and welcomes their ongoing support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

	<entry>
		<title type="text">PLOS continues as MathJax Supporter</title>
		<link href="https://www.mathjax.org/plos-continues-as-mathjax-supporter-2017/" />
		<id>https://www.mathjax.org/plos-continues-as-mathjax-supporter-2017/</id>
		<published>2017-10-02T00:00:00+00:00</published>
		<updated>2017-10-02T00:00:00+00:00</updated>
		<summary type="html">MathJax today announced that PLOS (Public Library of Science) continues to support the MathJax project as a MathJax Supporter.

</summary>
		<content type="html">&lt;p&gt;MathJax today announced that &lt;a href=&quot;http://www.plos.org&quot;&gt;PLOS&lt;/a&gt; (Public Library of Science) continues to support the MathJax project as a &lt;a href=&quot;//www.mathjax.org/#supporters&quot;&gt;MathJax Supporter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;PLOS is a nonprofit publisher and advocacy organization founded to accelerate progress in science and medicine by leading a transformation in research communication. Since 2003, PLOS has launched innovative publications like PLOS ONE, PLOS Collections, and PLOS Currents. PLOS works to overcome unnecessary barriers to immediate availability of research, to optimize the quality and integrity of the publication process, and to develop innovative approaches to the assessment, organization and reuse of ideas and data.&lt;/p&gt;

&lt;p&gt;“As an Open Access publisher and advocacy organization, PLOS is committed to supporting open software and systems for solving the challenges of scholarly communication.  We are proud to be working with MathJax to further their efforts in providing authors with tools to include complex mathematical equations in their publications,” said Helen Atkins, PLOS Director of Publishing Operations.&lt;/p&gt;

&lt;p&gt;“Dedicated sponsors like PLOS help ensure that MathJax is continuously developed”, comments Peter Krautzberger, MathJax Manager. “Thanks to the support and feedback from the team at PLOS we can keep MathJax the powerful, high-quality rendering solution it is today.”&lt;/p&gt;

&lt;p&gt;The MathJax team looks forward to the collaboration with PLOS, and welcomes their support for the MathJax project.&lt;/p&gt;
</content>
        
          <category term="News" />
        
        
	</entry>

</feed>
