summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest102a.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/umtest102a.ltx')
-rw-r--r--Master/texmf-dist/source/latex/unicode-math/testfiles/umtest102a.ltx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest102a.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest102a.ltx
new file mode 100644
index 00000000000..eda889561eb
--- /dev/null
+++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/umtest102a.ltx
@@ -0,0 +1,13 @@
+\input{umtest-preamble}
+\usepackage[slash-delimiter=frac]{unicode-math}
+\setmathfont{Cambria Math}
+\begin{document}
+\[ \left.\left[\begin{array}{cc}
+ a & b \\ c & d
+ \end{array}\right]
+ \middle/
+ \left[\begin{array}{cc}
+ 1 & 1 \\ 1 & 0
+ \end{array}\right]\right.
+\]
+\end{document} \ No newline at end of file