Hello. Below is a tex file that I copied from the Latex project. When I run my accessibility checker (Ally) it shows the mathematics as images and my screen reader won't the math. It's my understanding that \DocumentMetadata should convert the x, x-squared and the matrix to MathML. I'm not sure if I missed something or not, but any advice on how to make the math accessible would be appreciates. Thank you!
\DocumentMetadata{uncompress,lang=en,
testphase=latest,
pdfversion=2.0,pdfstandard=ua-2,pdfstandard=a-4f}
\documentclass[12pt, fleqn]{article}
\usepackage{graphicx}
\usepackage{graphpap}
\usepackage{amssymb}
\usepackage{unicode-math}
\title{Math tagged with Associated Files (luamml)}
\author{LaTeX Team}
\begin{document}
\maketitle{}
\section*{Basic mathematical expressions}
If $x$ is real, then $x^{2} \geq 0$.
\vspace{0.2in}
\noindent
A matrix equation.
\[
\begin{pmatrix}0&1\\1&0\end{pmatrix}
\begin{pmatrix}a&b\\c&d\end{pmatrix}
=
\begin{pmatrix}c&d\\a&b\end{pmatrix}
\]
\end{document}
Comments & Wishes ⇒ Accessibility
Accessibility
- Attachments
-
- Math Images.png (127.13 KiB) Viewed 73 times