This file is indexed.

/usr/share/doc/libjs-mathjax-doc/html/_sources/upgrading/whats-new-2.3.rst.txt is in libjs-mathjax-doc 2.7+20171212-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.. _whats-new-2.3:

**************************
What's New in MathJax v2.3
**************************


MathJax v2.3 includes a number of new features, as well a more than 30 
important bug fixes.


Features:
=========

* *New webfonts:* MathJax v2.3 adds new webfonts for ``STIX``, ``Asana 
  Math``, ``Neo Euler``, ``Gyre Pagella``, ``Gyre Termes``, and 
  ``Latin Modern``.

* *Localization improvements:* MathJax has been accepted into 
  TranslateWiki.net. Thanks to the TWN community we could add
  12 complete and over 20 partial translations.

* *MathML improvements:* MathJax’s "Show Math as" menu will now expose
  the MathML annotation features. There are also two new preview
  options for the MathML input mode: ``mathml`` (now the default),
  which uses the original MathML as a preview, and ``altimage``, which
  uses the ``<math>`` element's ``altimg`` (if any) for the preview.

* *Miscellaneous improvements:* A new extension ``MatchWebFonts``
  improves the interaction with the surrounding content when that uses
  a webfont. A new configuration method allows configurations to be
  specified using a regular JavaScript variable ``window.MathJax``.
  
* MathJax is now available as a Bower package thanks to 
  community contributions.


TeX input:
==========

* Prevent the TeX pre-processor from rendering TeX in MathML
  annotation-xml elements.
  (`Issue #484 <https://github.com/mathjax/MathJax/issues/484>`_)
* Fix sizing issue in ``cases`` environment
  (`Issue #485 <https://github.com/mathjax/MathJax/issues/485>`_)


Fonts:
======

* Fix block-letter capital I (U+2111) appearing as J in MathJax font
  (`Issue #555 <https://github.com/mathjax/MathJax/issues/555>`_)


MathML:
=======

* Improved workarounds for MathML output on WebKit 
  (`Issue #482 <https://github.com/mathjax/MathJax/issues/482>`_)
* Handle empty ``multiscript``, ``mlabeledtr``, and other nodes in Native MathML output
  (`Issue #486 <https://github.com/mathjax/MathJax/issues/486>`_)
* Replace non-standard ``MJX-arrow`` class by new ``menclose`` notation
  (`Issue #481 <https://github.com/mathjax/MathJax/issues/481>`_)
* Fix incorrect widths in Firefox MathML output
  (`Issue #558 <https://github.com/mathjax/MathJax/issues/558>`_)
* Fix display math not being centered in XHTML
  (`Issue #650 <https://github.com/mathjax/MathJax/issues/650>`_)
* Fix problem when LaTeX code appears in ``annotation`` node
  (`Issue #484 <https://github.com/mathjax/MathJax/issues/484>`_)


HTML-CSS/SVG output
===================

* Fix MathJax not rendering in Chrome when sessionStorage is disabled
  (`Issue #584 <https://github.com/mathjax/MathJax/issues/584>`_)
* Fix ``\mathchoice`` error with linebreaking in SVG output
  (`Issue #604 <https://github.com/mathjax/MathJax/issues/604>`_)
* Fix poor linebreaking of "flat" MathML with unmatched parentheses
  (`Issue #523 <https://github.com/mathjax/MathJax/issues/523>`_)


Interface:
==========

* Fix Double-Click zoom trigger 
  (`Issue #590 <https://github.com/mathjax/MathJax/issues/590>`_)

Miscellaneous:
==============

* Localization: improved fallbacks for IETF tags
  (`Issue #492 <https://github.com/mathjax/MathJax/issues/492>`_)
* Localization: support RTL in messages
  (`Issue #627 <https://github.com/mathjax/MathJax/issues/627>`_)
* Improve PNG compression
  (`Issue #44 <https://github.com/mathjax/MathJax/issues/44>`_)