20
0

Load unicode-math so formulas carry Unicode mappings

The Computer Modern math fonts have no ToUnicode entries, which failed
ISO 14289-2 clause 8.4.5.8 on six checks and left every formula opaque
to assistive software. Switching to an OpenType math font changes the
rendering of math only slightly.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-13 16:41:55 -07:00
parent ab9f5cfac4
commit 62237fea88

View File

@@ -8,6 +8,10 @@
\usetheme{metropolis} \usetheme{metropolis}
\usepackage{appendixnumberbeamer} \usepackage{appendixnumberbeamer}
% math needs an OpenType math font so that every glyph carries a Unicode
% mapping; the Computer Modern math fonts have no ToUnicode entries
\usepackage{unicode-math}
\usepackage{tagpdf} \usepackage{tagpdf}
\tagpdfsetup{activate-all} \tagpdfsetup{activate-all}