suppress css in the tests

This commit is contained in:
Ulrike Fischer 2025-03-06 11:04:48 +01:00
parent 166c35b4a7
commit 70133abe67
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
\input{regression-test} \input{regression-test}
\documentclass{article} \documentclass{article}
\usepackage{unicode-math} \usepackage{unicode-math}
\tagpdfsetup{math/mathml/structelem} \tagpdfsetup{math/mathml/structelem,attach-css=false}
\begin{document} \begin{document}
$ \sqrt{x} $ $ \sqrt{x} $

View File

@ -9,7 +9,7 @@
\input{regression-test} \input{regression-test}
\documentclass{article} \documentclass{article}
\usepackage{unicode-math} \usepackage{unicode-math}
\tagpdfsetup{math/mathml/structelem} \tagpdfsetup{math/mathml/structelem,attach-css=false}
\begin{document} \begin{document}
hello hello

View File

@ -19,7 +19,7 @@
% suppress mathml-AF reading % suppress mathml-AF reading
\tagpdfsetup{math/mathml/sources=} % \tagpdfsetup{math/mathml/sources=} %
\tagpdfsetup{math/mathml/AF=false} \tagpdfsetup{math/mathml/AF=false,attach-css=false}
\begin{document} \begin{document}
\ExplSyntaxOn \ExplSyntaxOn