\item Rabbit Erythrocytes (Rockland)
\item HEPES–EGTA buffer (20 mM HEPES, 7 mM MgCl_{2}, 10 mM EGTA, 144 mM NaCl, pH 7.4)
\item Normal serum (NHS)
我收到的错误是:
命令 \item 在数学模式下无效。\item
我见过在枚举列表中使用下标的文档。我不知道为什么会发生这种情况。有什么帮助吗?
答案1
我建议使用mhchem专为排版化学物质公式以及siunitx单位而设计的包:
\documentclass{article}
\usepackage{mhchem}
\usepackage{siunitx}
\begin{document}
\begin{enumerate}
\item \SI{20}{\milli\mol} \ce{MgCl2} and \ce{CH4} as well as \ce{H2SO4}
\end{enumerate}
\end{document}