下面的最小文档编译得很好,但 PDF 输出中方案中的化合物编号仍然显示“TMP1”,而不是所需的“1”。我在 中绘制了方案chemdraw
,使用 Helvetica 作为 TMP1 字体,并将其保存为封装的 PostScript 文件。非常感谢您的帮助!
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[runs=2]{auto-pst-pdf}
\usepackage{booktabs}
\usepackage[journal=rsc]{chemstyle}
\usepackage{geometry}
\usepackage{lmodern}
\usepackage[version=3]{mhchem}
\begin{document}
\begin{scheme}[h]
\centering
\caption{A scheme that doesn't work.}
\label{hello-figure}
\includegraphics[scale=1.0]{hello}
\schemeref[TMP1]{bocced}
\end{scheme}
Look at compound \compound{bocced}.
\end{document}
答案1
在添加图形之前,您需要进行替换。
下面的最小文档编译得很好,但 PDF 输出中方案中的化合物编号仍然显示“TMP1”,而不是所需的“1”。我在 chemdraw 中绘制了方案,使用 Helvetica 作为 TMP1 字体,并将其保存为封装的 postscript 文件。非常感谢您的帮助!
\schemeref[TMP1]{bocced}
\includegraphics[scale=1.0]{hello}
这是由于该方法的实际工作方式所致:一旦插入图形,就不可能进行“编辑”。