在乳胶报告中,我导入 pstricks-add 以\psbrace
在图中使用。
当我想在投影仪中重绘我的图形时,我在导入 pstricks-add 时遇到问题:
没有空间容纳新的 \dimen \newdimen\pst@chartHeight。
我有同样的问题\newdimen\pst@chartStackDepth
和\newdimen\pst@chartStackWidth
我用 LaTeX 编译这段代码:
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{pstricks}
\usepackage{pstricks-add}
\usetheme{Madrid}
\begin{document}
\begin{frame}{test}
\end{frame}
\end{document}
为什么导入不起作用?