Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Wiki
  • Draft for what's new page

Draft for what's new page · Changes

Page history
Updated Draft for what's new page (rest) authored Aug 31, 2015 by Peter Krautzberger's avatar Peter Krautzberger
Hide whitespace changes
Inline Side-by-side
Draft-for-what's-new-page.rest
View page @ 0b56c8ff
...@@ -17,9 +17,9 @@ Features ...@@ -17,9 +17,9 @@ Features
* *New output.* The new CommonHTML output now provide the same layout quality and MathML support as the HTML-CSS and SVG output. It is on average 40% faster than the other outputs and is identical on all browsers and thus can also be pre-generated on the server via MathJax-node. The fast preview mechanism introduced in v2.5 will remain as a separate component. * *New output.* The new CommonHTML output now provide the same layout quality and MathML support as the HTML-CSS and SVG output. It is on average 40% faster than the other outputs and is identical on all browsers and thus can also be pre-generated on the server via MathJax-node. The fast preview mechanism introduced in v2.5 will remain as a separate component.
* *Accessibility improvements.* We thank the AT community for their guidance, support, and feedback in our efforts towards making MathJax completely accessible to all users. * *Accessibility improvements.* We thank the AT community for their guidance, support, and feedback in our efforts towards making MathJax completely accessible to all users.
* *Screenreader compatibility.* The new `AssistiveMML` extension enables compatibility with most MathML-capable screenreaders by inserting visually-hidden MathML alongside MathJax's visual output. See `some link`_ for details on the expected behavior as well as background on the limitations due to lack of web standards and browser/OS technology. * *Screenreader compatibility.* The new ``AssistiveMML`` extension enables compatibility with most MathML-capable screenreaders by inserting visually-hidden MathML alongside MathJax's visual output. See `some link`_ for details on the expected behavior as well as background on the limitations due to lack of web standards and browser/OS technology.
* *Accesssible UI.* We have improved the accessibility of the MathJax menu to enable assistive technology users to easily use access its features. * *Accesssible UI.* We have improved the accessibility of the MathJax menu to enable assistive technology users to easily use access its features.
* *Deprecated Feature: MMLorHTML extension.* We have deprecated the `MMLorHTML` extension. For a detailed guide on configuring MathJax to choose different outputs on different browsers, please see `some page `_ * *Deprecated Feature: MMLorHTML extension.* We have deprecated the ``MMLorHTML`` extension. For a detailed guide on configuring MathJax to choose different outputs on different browsers, please see `some page `_
Numerous display bugs, line-breaking problems, and interface issues have been resolved; for a detailed listing please check the `release milestone <https://github.com/mathjax/MathJax/issues?q=milestone%3A%22MathJax+v2.6%22+is%3Aclosed>`__. Numerous display bugs, line-breaking problems, and interface issues have been resolved; for a detailed listing please check the `release milestone <https://github.com/mathjax/MathJax/issues?q=milestone%3A%22MathJax+v2.6%22+is%3Aclosed>`__.
...@@ -37,14 +37,14 @@ HTML-CSS/SVG/nativeMML display ...@@ -37,14 +37,14 @@ HTML-CSS/SVG/nativeMML display
------------------------------ ------------------------------
* `#596 <https://github.com/mathjax/MathJax/issues/596>`__ SVG Output: Fix overlapping equation labels in SVG output * `#596 <https://github.com/mathjax/MathJax/issues/596>`__ SVG Output: Fix overlapping equation labels in SVG output
* `#994 <https://github.com/mathjax/MathJax/issues/994>`__ SVG Output: Change default `blacker` setting to `1`. * `#994 <https://github.com/mathjax/MathJax/issues/994>`__ SVG Output: Change default ``blacker`` setting to `1`.
* `#995 <https://github.com/mathjax/MathJax/issues/995>`__ SVG output: fix baseline alignment issues. * `#995 <https://github.com/mathjax/MathJax/issues/995>`__ SVG output: fix baseline alignment issues.
TeX emulation TeX emulation
------------- -------------
* `#567 <https://github.com/mathjax/MathJax/issues/567>`__ Add macro for `overparen` and `underparen` to provide stretchy arcs above/below * `#567 <https://github.com/mathjax/MathJax/issues/567>`__ Add macro for ``overparen`` and ``underparen`` to provide stretchy arcs above/below
* `#956 <https://github.com/mathjax/MathJax/issues/956>`__ Simplify the `mhchem` extension to use multiscripts, cf. #1072. * `#956 <https://github.com/mathjax/MathJax/issues/956>`__ Simplify the ``mhchem`` extension to use multiscripts, cf. #1072.
Asciimath Asciimath
...@@ -55,13 +55,13 @@ Asciimath ...@@ -55,13 +55,13 @@ Asciimath
MathML Handling MathML Handling
--------------- ---------------
* `#1072 <https://github.com/mathjax/MathJax/issues/1072>`__ Right-justify prescripts in `mmultiscript` elements (after clarification in MathML 3 editors' draft); cf. #956. * `#1072 <https://github.com/mathjax/MathJax/issues/1072>`__ Right-justify prescripts in ``mmultiscript`` elements (after clarification in MathML 3 editors' draft); cf. #956.
* `#1089 <https://github.com/mathjax/MathJax/issues/1089>`__ Fix `toMathML` changing `<malignedgroup>` to `<malign>` * `#1089 <https://github.com/mathjax/MathJax/issues/1089>`__ Fix ``toMathML`` changing ``<malignedgroup>`` to ``<malign>``
Fonts Fonts
----- -----
* `#928 <https://github.com/mathjax/MathJax/issues/928>`__ Add data for stretchy U+2322 (FROWN), U+2323 (SMILE), and also U+2312 (ARC) to be aliases for the top and bottom parentheses. This enables stretchy `&frown;`; cf. also #567. * `#928 <https://github.com/mathjax/MathJax/issues/928>`__ Add data for stretchy ``U+2322 (FROWN)``, ``U+2323 (SMILE)``, and also ``U+2312 (ARC)`` to be aliases for the top and bottom parentheses. This enables stretchy constructions; cf. also #567.
Localization Localization
......
Clone repository

MathJax Wiki

  • Contributing
    • Contributor License Agreement etc
    • Quick guide to translating mathjax
  • Development
    • Development Process
      • Release Process Checklist
      • Documentation Update Process
      • Source Control Policies
      • GitHub
    • Design Documents
      • MathJax Roadmap
      • Semantic Enrichment project
      • CDN Hosting
        • CDN requirements
        • CDN Hosting at Google Cloud Storage
      • Performance Discussion
      • Profiling and Diagnostics Tools
      • Documentation generation guide
      • Testing
        • Platforms supported
        • Test Machines
  • MathJax web presence