Comments & WishesAccessibility

General comments, feature, category or forum wishes for this LaTeX community
Post Reply
Astor
Posts: 1
Joined: Tue Mar 11, 2025 8:27 pm

Accessibility

Post by Astor »

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}
Attachments
Math Images.png
Math Images.png (127.13 KiB) Viewed 73 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply