summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/29-Invalid-unicode-ranges/f.tex
blob: 3f63d9e2ce1586b6de9a407e7362610c2048fc06 (plain)
1
2
3
4
5
6
7
8
9
\documentclass{scrartcl}
\usepackage{newpxtext,newpxmath}
\usepackage[a-2u]{pdfx}
\begin{document}
\pdfcompresslevel=0
\pdfobjcompresslevel=0
Some greek characters seem to miss unicode mappings: $\mu$  % <- verification fails; comment out to succeed
Works for others: $\Sigma$
\end{document}