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