summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx
new file mode 100644
index 00000000000..c43706cc298
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx
@@ -0,0 +1,13 @@
+\input{umtest-preamble}
+\usepackage{amsmath}
+\usepackage{graphicx}
+\newcommand*{\test}[1]{%
+ \parbox[b][50pt]{50pt}{\scalebox{3}{$#1$}}%
+}
+\begin{document}
+\test{\sqrt[a]{b}}
+\test{\sqrt[\uproot{10}a]{b}}
+
+\test{\sqrt[\leftroot{10}a]{b}}
+\test{\sqrt[\leftroot{10}\uproot{10}a]{b}}
+\end{document}