You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Affected users will need to download this update manually.
29
29
- Error notifications can be enabled (advanced settings) when using any version of NVDA. (#12672)
30
30
- In Windows 10 and later, NVDA will announce the suggestion count when entering search terms in apps such as Settings and Microsoft Store. (#7330, #12758, #12790)
31
31
- Table navigation is now supported in grid controls created using the Out-GridView cmdlet in PowerShell. (#12928)
32
+
- In Microsoft Word accessed via UI Automation, NVDA will now make use of mathPlayer to read and navigate Office math equations. (#12946)
33
+
- For this to work, you must be running Microsoft Word 365/2016 build 14326 or later.
34
+
- MathType equations must also be manually converted to Office Math by selecting each and choosing Equation options -> Convert to Office Math in the context menu.
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -614,14 +614,19 @@ MathPlayer is available as a free download from: https://www.dessci.com/en/produ
614
614
615
615
NVDA supports the following types of mathematical content:
616
616
- MathML in Mozilla Firefox, Microsoft Internet Explorer and Google Chrome.
617
-
- Design Science MathType in Microsoft Word and PowerPoint.
618
-
MathType needs to be installed in order for this to work.
617
+
- Microsoft Word 365 Modern Math Equations via UI automation:
618
+
NVDA is able to read and interact with math equations in Microsoft Word 365/2016 build 14326 and higher.
619
+
Note however that any previously created MathType equations must be first converted to Office Math by selecting each and choosing Equation Options -> Convert to Office Math in the context menu. Ensure your version of MathType is the latest version before doing this.
620
+
Microsoft Word also now provides linea symbol-based navigation through the equations itself, and supports inputting math using several syntaxes, including LateX. For further details, please see [Linear format equations using UnicodeMath and LaTeX in Word https://support.microsoft.com/en-us/office/linear-format-equations-using-unicodemath-and-latex-in-word-2e00618d-b1fd-49d8-8cb4-8d17f25754f8]
621
+
- Microsoft Powerpoint, and older versions of Microsoft Word:
622
+
NVDA can read and navigate MathType equations in both Microsoft Powerpoint and Microsoft word.
623
+
MathType needs to be installed in order for this to work.
619
624
The trial version is sufficient.
620
625
It can be downloaded from https://www.dessci.com/en/products/mathtype/
621
-
- MathML in Adobe Reader.
626
+
- Adobe Reader
622
627
Note that this is not an official standard yet, so there is currently no publicly available software that can produce this content.
623
-
- Math in Kindle for PC for books with accessible math.
624
-
-
628
+
- Kindle Reader for PC:
629
+
NVDA can read and navigate Math in Kindle for PC for books with accessible math.
625
630
626
631
When reading a document, NVDA will speak any supported mathematical content where it occurs.
627
632
If you are using a braille display, it will also be displayed in braille.
0 commit comments