I get the error Undefined control sequence. $\dot{\bar{x}}$ if I combine any of the listed math packages together with the pdfx-package. Both $\dot{x}$ and $\bar{x}$ just work fine.
I need the PDF to be in PDF/A-1b format but would also like to use the math packages. Does anyone has a hint what to do in this case?
\documentclass[english, dvipsnames]{scrbook}
\usepackage[a-1b]{pdfx}
\usepackage{amsmath}
%\usepackage{mathtools}
%\usepackage{aligned-overset}
%\usepackage{underoverlap}
%\usepackage{nicematrix}
\begin{document}
$\dot{\bar{x}}$
\end{document}
xmpincl 2021/08/31 v2.3should solve this issue but I didnt managed to solve it. – user248960 Sep 06 '21 at 13:38