suppress css in the tests
This commit is contained in:
parent
166c35b4a7
commit
70133abe67
@ -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} $
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user