Accessible STEM Content

Accessible STEM Content

Learn about how to make accessible STEM documents.

Complex multi-line derivations, matrices, and integrals are genuinely hard to make accessible without some form of math markup. LaTeX is a document preparation system widely used in higher education, particularly in STEM disciplines, for producing complex mathematical notation, scientific articles, and research publications. 

It excels at typesetting equations, managing references, and maintaining consistent formatting in long or highly technical documents. 

However, traditional LaTeX workflows were not originally designed with digital accessibility in mind. 

Generating properly tagged PDFs with meaningful document structure and accessible mathematical content requires specific packages, current distributions, and willingness to troubleshoot.

Producing fully PDF/UA-compliant, ADA Title II–compliant output from LaTeX is not consistently achievable for all types of documents. 

LaTeX documents can be made accessible after they have been output to PDF, but this is time consuming and requires specialized skills. If the LaTeX source is changed and a new PDF created, the accessibility remediation process needs to start anew.
 

LaTeX Tagging

LaTeX development has been trying to address these issues through the LaTeX tagging project

When using the most recent LaTeX engines and a collection of compatible packages, fully accessible PDFs from LaTeX are possible.

When working with LaTeX that uses packages that are incompatible with tagging, changes to existing and legacy documents will be required to support tagged PDFs and accessible mathematics. 

Following are some links that describe LaTeX commands and markup that should be used to generate tagged, accessible PDFs.
 

Advice for Making Tagged LaTeX Documents

Resources