同时使用 easybmat 和 tikz 包?

同时使用 easybmat 和 tikz 包?

继续问题,我正在寻找一种方法来在 BMAT 矩阵中添加漂亮的对角线来表达矩阵的能带结构。但是,使用 TikZ 和 easybmat 的 LaTeX 文件无法编译。

我能做些什么来让这两个包一起编译?

最小示例:

\documentclass[a4paper,10pt]{article}

%\usepackage{easybmat}
%\usepackage{tikz}

\begin{document}
This document fails to compile if you remove both percent
signs. Remove any one of them and it compiles fine.
\end{document}

答案1

添加\usepackage{etex}

相关内容