MWE如下,array 环境下可以使用,bmatrix矩阵环境就不好使了\documentclass{article}
\usepackage{amsmath}
\setcounter{MaxMatr...
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}
自己找到了
\setcounter{MaxMatrixCols}{12} %修改矩阵的最大列数
一周热门 更多>