summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/L604a.ltx
blob: c43706cc298b2f936ceeb40041660925b5f9c718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}