比较一下:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation*}
\begin{bmatrix}
a & b \\
c & d \\
e & f \\
g & h
\end{bmatrix}
\end{equation*}
\end{document}
更改为:
\documentclass{article}
\usepackage{amsmath}
\usepackage{unicode-math}
\begin{document}
\begin{equation*}
\begin{bmatrix}
a & b \\
c & d \\
e & f \\
g & h
\end{bmatrix}
\end{equation*}
\end{document}
生成的支架unicode-math
看起来不太干净。您可以清楚地看到不同支架组件的接头。
有办法避免这种情况吗?