mathml/testfiles-lua/test_sqrt.pvt

23 lines
392 B
Plaintext
Raw Normal View History

2024-12-04 19:41:39 +01:00
\ExplSyntaxOn
\sys_gset_rand_seed:n{42}
\ExplSyntaxOff
\DocumentMetadata{
uncompress,
pdfversion = 2.0,
testphase = {phase-III,math,table},
}
\input{regression-test}
\documentclass{article}
\usepackage{unicode-math}
2025-03-06 11:04:48 +01:00
\tagpdfsetup{math/mathml/structelem,attach-css=false}
2024-12-04 19:41:39 +01:00
\begin{document}
$ \sqrt{x} $
$ \sqrt{\sqrt{x}} + 2 $
$ x = \sqrt{\sqrt[3]{y^2}} $
$\sqrt[3]{y}$
\end{document}