Questions tagged [accessibility]
{accessibility} is for questions relating to the accessibility of documents produced using TeX and friends.
145 questions
1 vote
0 answers
53 views
How do I debug what is causing tagging related warnings and how do I fix them?
I have a sty file which defines my institution's dissertation format. I have for the most part been able to get it to work with tagging (via TexLive 2025, LuaLaTeX and tweaking code) for accessibility....
8 votes
1 answer
305 views
Please help to make siunitx screen-reader friendly
I have a large scientific manuscript that I am trying to make screen-reader friendly. In many places, I have written quantities such as \qty{32.5(12)}{\micro\gram\per\milli\litre} I am trying to "...
2 votes
1 answer
179 views
Rendering tikz code as an image in a separate file, then using \includegraphics in the main file, whilst complying with PDF/UA
I'm typing some lecture notes in LaTeX, and I want the document to be accessible (PDF/UA compliant). Extra guidance on LaTeX PDF-accessibility would be helpful. My main point of concern is with ...
3 votes
1 answer
93 views
Image's alt text read at the end of the page, not in the order where the image appears on the page
As the title says, the MWE below produces a PDF which contains embedded alt text for the image. But screen readers reading the page don't read the image's alt text in the order that the image appears....
8 votes
2 answers
588 views
LuaLaTeX Accessible PDF not validated by accessibility checker
I am having serious problems generating a PDF in TeX that passes my accessibility checker. Below is a minimal working example that should produce an accessible PDF, but the checker highlights that ...
6 votes
1 answer
158 views
What should the marked content of multiple nodes be for tagged tikzpictures?
Consider \DocumentMetadata{lang=en-GB,tagging=on,pdfversion=2.0,pdfstandard=UA-2,} \documentclass{article} \tagpdfsetup{math/mathml/luamml/load=false} \title{Title} \usepackage{tikz} \begin{document} \...
11 votes
1 answer
720 views
tagged pdf math book: best practices
I want to learn the correct way of writing a tagged math book. Is my current structure sufficient? If not, how can I improve this skeleton? What packages must I sacrifice in the name of tagging? In my ...
4 votes
1 answer
135 views
How to use new template based blocks?
Traditionally in LaTeX, a lot of things are built on the \list macro. This structure provides a standard way to adjast margins and vertical spacing for blocks of text. But with the move to accesible ...
4 votes
0 answers
349 views
Is there a process for creating WCAG 2.1 AA compliant files using LaTeX?
In April of 2026, all publicly funded institution in the United States will be required to comply with the WCAG 2.1, level AA standards. More information about this is provided on an ADA factsheet. ...
2 votes
1 answer
206 views
cline and accessibility package [closed]
I'm updating documents to use the accessibility package and have run into a problem when using \cline when building a table. Here is a minimal example: \documentclass[11pt]{article} \usepackage[tagged,...
5 votes
1 answer
183 views
accessible pdf running out of memory
I'm trying to convert a 1097 page textbook to be more accessible with \DocumentMetadata{testphase={latest,math,table},lang=en} \tagpdfsetup{math/alt/use = true} Unfortunately, the compilation dies at ...
9 votes
3 answers
403 views
How can I set font-specific tounicode values in LuaTeX?
OrnementsADF puts ornaments into arbitrarily named slots in the font e.g. A, B and so on. For example, an arrowhead is in the slot named as the right square bracket. By default, then, all tounicode ...
1 vote
0 answers
67 views
Tagging of the footnote seperator line for a PDF/UA [closed]
I am using PAC 2024 to check if my LaTex-generated PDF is accessible. Unfortunately, I am getting the error that the line above the footnote has no tag. I am talking about this line: For tagging, I ...
3 votes
1 answer
140 views
Auto transliteration
Given Arabic text, is there a LaTeX package that gives its Romanized version? See: https://en.wikipedia.org/wiki/Romanization_of_Arabic This is basically the reverse of what ArabTeX does. E.g: خَبَر --...
2 votes
1 answer
72 views
make4ht and xymatrix in 2024
I am having trouble converting diagrams make using xymatrix using make4ht. In a discussion from 3 years ago, the following MWE and command line were said to work, but they do not. In light of the DoJ ...