我正在 JESTCH 期刊上撰写一篇论文,其文档类为 \documentclass[a4paper,fleqn]{cas-dc}。我需要在两列页面中输入一个大矩阵。当我尝试输入整个矩阵时,我遇到了两列页面中矩阵重叠的问题,图片附在下面。
我想得到没有重叠的矩阵,其格式与下面给出的 1 列相同,
有人能帮我解决这个问题吗?这里我附上了矩阵乳胶代码
\documentclass[a4paper,fleqn]{cas-dc}
\begin{document}
$$K=\left[\begin{matrix}
1+{{x}^{4}}+{{x}^{6}} & x+{{x}^{4}}+{{x}^{6}}+{{x}^{7}} & 1+{{x}^{3}}+{{x}^{7}} & 1+x+{{x}^{2}}+{{x}^{3}}+{{x}^{5}} \\
1+{{x}^{3}}+{{x}^{4}}+{{x}^{5}}+{{x}^{7}} & x+{{x}^{2}}+{{x}^{4}}+{{x}^{5}}+{{x}^{6}}+{{x}^{7}} & {{x}^{3}}+{{x}^{5}}+{{x}^{7}} & {{x}^{3}}+{{x}^{6}} \\
x+{{x}^{2}}+{{x}^{4}}+{{x}^{5}}+{{x}^{6}}+{{x}^{7}} & 1+{{x}^{4}}+{{x}^{6}} & 1+x+{{x}^{2}}+{{x}^{4}}+{{x}^{5}}+{{x}^{6}}+{{x}^{7}} & {{x}^{4}}+{{x}^{5}}+{{x}^{7}} \\
{{x}^{3}}+{{x}^{5}}+{{x}^{6}} & 1+x+{{x}^{2}}+{{x}^{7}} & {{x}^{2}}+{{x}^{3}}+{{x}^{4}}+{{x}^{5}}+{{x}^{7}} & x+{{x}^{2}}+{{x}^{3}}+{{x}^{5}}+{{x}^{7}}\\
\end{matrix} \right]$$
\end{document}