在 chemnum 中使用 pos 选项会改变一些标签的大小

问题描述

我正在使用 pos 选项来更改 chemnum 标签的对齐方式。但是,它会更改标签的大小。它似乎否定了序言中定义的字体大小。我缺少哪些选项?

MWE eps 文件

https://drive.google.com/file/d/1ePJGhcUoorYQgAN_DR0A89RZFwWnIGtm/view?usp=sharing

MWE 代码

\documentclass[12pt]{report}
\usepackage[crop=off]{auto-pst-pdf}
\usepackage{chemstyle}
\usepackage{chemnum}
\usepackage{ifpdf}
\ifpdf
\usepackage{tikz}
\fi
\setchemnum{
    replace-style = \fontsize{10}{12}\rmfamily
}
\usepackage{graphicx}

\begin{document}
    
\begin{figure}[H]
    \centering
    \replacecmpd[pos = rr]{A}
    \replacecmpd[pos = rr]{B}   
    \includegraphics[width=1\textwidth]{MWE2.eps}
    \caption{}
\end{figure}


\end{document}

这是 MWE 的输出。前两个标签的字体大小比我在序言中定义的要大。

This is the output of the MWE. The font size of the first two labels are larger than what I define in the preamble.

在此先感谢您的帮助。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)