diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/L604b.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/testfiles/L604b.ltx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/L604b.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/L604b.ltx new file mode 100644 index 00000000000..235d51c6354 --- /dev/null +++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/L604b.ltx @@ -0,0 +1,15 @@ +\input{umtest-preamble} +\usepackage{unicode-math} +\usepackage{amsmath} +\usepackage{graphicx} +\setmathfont{Cambria Math} +\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} |