提问于:
浏览数:
2756
```tex
\documentclass[a4paper, 12pt, UTF8]{ctexart}
\usepackage{matnoble-doc-cn}
\usepackage{amsmath}
\usepackage{array}
\usepackage{tabulary}
\begin{document}
\[
\left[ {\begin{array}{c:c}
\begin{matrix}
1 & 12 & 3 & 8 \\
14 & 5 & 16 &21\\
7 & 18 & 9 &7 \\
23 & 0 & -1 &8\\
\end{matrix}&
\begin{matrix}
1 & 4 \\
2 & 5 \\
3 & 6 \\
13 & 26 \\
\end{matrix}
\end{array}} \right]
\]
\end{document}
```
**matnoble-doc-cn.sty**
https://pasteme.cn/31800
2 回答
2
```tex
\documentclass[a4paper, 12pt, UTF8]{ctexart}
\usepackage{amsmath}
\usepackage{array}
\usepackage{arydshln}
\begin{document}
\[
\left[ {\begin{array}{c:c}
\begin{matrix}
1 & 12 & 3 & 8 \\
14 & 5 & 16 &21\\
7 & 18 & 9 &7 \\
23 & 0 & -1 &8\\
\end{matrix}&
\begin{matrix}
1 & 4 \\
2 & 5 \\
3 & 6 \\
13 & 26 \\
\end{matrix}
\end{array}} \right]
\]
\end{document}
```
-
实际上导入了amsmath就不用再导入array了 – lichangkai 2020-03-31 19:37 回复
-
非常感谢! – 150****6983 2020-03-30 22:05 回复
-
非常感谢! – 150****6983 2020-03-30 22:05 回复
0
该文档模板已提交相关 Issues --> [github.com/MatNoble/LaTeX-Document/issues/2](https://github.com/MatNoble/LaTeX-Document/issues/2)
![](https://imgkr.cn-bj.ufileos.com/2fd793f2-7f30-4daa-acc1-fdd37d9e0d6c.png)
欢迎大家使用并反馈 [LaTeX-Document](https://github.com/MatNoble/LaTeX-Document) 文档模板
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。