MWE如下,array 环境下可以使用,bmatrix矩阵环境就不好使了


\documentclass{article}
\usepackage{amsmath}
\setcounter{MaxMatrixCols}{12}
\begin{document}
\begin{align}
% \begin{bmatrix}
\left[\begin{array}{*{12}c}
1  & 2  & 3  & 4  & 5  & 6  & 7   & 8   & 9   & 10  & 11  & 12  \\
2  & 4  & 6  & 8  & 10 & 12 & 14  & 16  & 18  & 20  & 22  & 24  \\
4  & 8  & 12 & 16 & 20 & 24 & 28  & 32  & 36  & 40  & 44  & 48  \\
8  & 16 & 24 & 32 & 40 & 48 & 56  & 64  & 72  & 80  & 88  & 96  \\
16 & 32 & 48 & 64 & 80 & 96 & 112 & 128 & 144 & 160 & 176 & 192 \\
\end{array}\right]
% \end{bmatrix}
\end{align}
\end{document}


3 回答3

0
<p>自己找到了<br></p><p><br></p><p>\setcounter{MaxMatrixCols}{12}  %修改矩阵的最大列数</p>
0
<p>放个链接在这。</p><p>这问题也经常遇到。</p><p><a href="https://tex.stackexchange.com/questions/3519/how-to-use-more-than-10-tab-stops-in-bmatrix-or-other-amsmath-matrix-environment" target="_self">how-to-use-more-than-10-tab-stops-in-bmatrix-or-other-amsmath-matrix-environment</a><br></p>
0
<p>有个nicematrix宏包,可以一试。</p>

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。