Open domoritz opened 8 months ago
We should support tagged PDFs so that our papers are accessible to screen reader users. Latex comes with experimental support as described in https://www.latex-project.org/news/2023/11/04/issue38-of-latex2e-released/. The new support would even allow people to write alt texts for figures with
\includegraphics[alt={This shows a duck},width=0.5\columnwidth]{duck.png}
Unfortunately, adding
\DocumentMetadata{testphase={phase-III}}
to the top of the template causes errors. See https://github.com/latex3/tagging-project/issues/61 for details.
We should support tagged PDFs so that our papers are accessible to screen reader users. Latex comes with experimental support as described in https://www.latex-project.org/news/2023/11/04/issue38-of-latex2e-released/. The new support would even allow people to write alt texts for figures with
Unfortunately, adding
to the top of the template causes errors. See https://github.com/latex3/tagging-project/issues/61 for details.