使用 chemstyle 对化学中间体化合物进行编号

使用 chemstyle 对化学中间体化合物进行编号

我目前正在写我的化学学士论文,并选择用 来编号我的化合物chemstyle。除了一个小问题,一切都很好:是否可以用以“I”、“II”开头的罗马数字来编号中间化合物?提前谢谢您。

\documentclass[a4paper,12pt,bibliography=totocnumbered]{scrartcl}
\usepackage[runs=2]{auto-pst-pdf}
\usepackage{bpchem}
\usepackage[tracking=bpchem]{chemstyle}

\begin{document}
\CNlabelnoref{cmpd:1}
\CNlabelnoref{cmpd:2}
\CNlabelnoref{cmpd:3}
\CNlabelnoref{cmpd:4}
\CNlabelsubnoref{cmpd:4}{one}
\CNlabelsubnoref{cmpd:4}{two}

\begin{scheme}[H]
  \schemeref[TMP1]{cmpd:1}
  \schemeref[TMP2]{cmpd:2}
  \schemeref[TMP3]{cmpd:3}
  \schemeref[TMP4]{cmpd:4}
  \schemerefsub[TMP5]{cmpd:4}{one}
  \schemerefsub[TMP6]{cmpd:4}{two}
  \includegraphics{test-tmp.eps}
\end{scheme}

\end{document}

相关内容