使用 chemmacros 包时,版本正常错误中使用的数学字母太多

使用 chemmacros 包时,版本正常错误中使用的数学字母太多

当我加载包时chemmacros,突然出现以下错误:

Too many math alphabets used in version normal.

我已经确保我已经更新了我的 MikTeX 发行版。

编辑:我的代码是

\documentclass[english,fontsize=11pt,paper=a4,twoside,openright,titlepage,numbers=noenddot,headinclude,BCOR=5mm,footinclude=true,cleardoublepage=empty]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\setcounter{tocdepth}{3}
\usepackage{amsmath}
\usepackage{amssymb}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
% Classic Thesis Style loader
\makeatother
\input{classicthesis-config.tex}
\makeatletter
% use Latin Modern instead of Computer Modern sans serif
\renewcommand{\sfdefault}{lmss}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage[minionint]{MinionPro}
\usepackage{chemmacros}

\makeatother

\usepackage{babel}
\begin{document}
\[
-\frac{\hbar^{2}}{2m_{e}}\underset{i}{\sum}\nabla_{i}^{2}
\]

\end{document}

其中“classicthesis-config.tex”与https://code.google.com/p/classicthesis(LyX 版本)。

我应该怎么做才能修复这个问题?

顺便说一句,如果我将 替换\hbar\alpha,问题就消失了。如果我将 替换\hbar为,问题仍然存在\hslash

相关内容