chemfig 中分子的自定义大小

chemfig 中分子的自定义大小

有没有办法缩小我在 chemfig 中的分子大小?\tiny而且\small不是我想要的。我发现\setchemfig{atomstyle={scale=0.5}}它没有任何作用。我想缩小它的大小,以便整个化学方程式可以放在一页中,并且分子显示在反应箭头上方。谢谢

\documentclass{article}

\usepackage{chemfig}
\begin{document}
    
\setchemfig{atomstyle={scale=0.5}}\chemname{\chemfig{*6(=N-*5(-N(>*5(-O-([-3]<-[3]S\rlap{${}^+$}(-[2,,1]{\color{red}C}|{\color{red}H_3})-[-3]-[3]-[-3]C([-2]<NH_2)-[3]([2]=O)-[-3]{\llap{${}^-$}O})-(<:OH)-(<:OH)-))-=N-)=-(-NH_2)=N-)}}{S-Adenosyl-L-methionine}

\tiny\chemname{\chemfig{*6(=N-*5(-N(>*5(-O-([-3]<-[3]S\rlap{${}^+$}(-[2,,1]{\color{red}C}|{\color{red}H_3})-[-3]-[3]-[-3]C([-2]<NH_2)-[3]([2]=O)-[-3]{\llap{${}^-$}O})-(<:OH)-(<:OH)-))-=N-)=-(-NH_2)=N-)}}{S-Adenosyl-L-methionine}

\end{document}
    \chemfig[atomstyle={scale=0.5}]{*6(=N-*5(-N(>*5(-O-([-3]<-[3]S\rlap{${}^+$}(-[2,,1]{\color{red}C}|{\color{red}H_3})-[-3]-[3]-[-3]C([-2]<NH_2)-[3]([2]=O)-[-3]{\llap{${}^-$}O})-(<:OH)-(<:OH)-))-=N-)=-(-NH_2)=N-)}


\chemfig[atom style={scale=0.5}]{*6((-X)-A-B-C-D-(-H_3G)-)}
\chemfig[atom style={scale=1}]{*6((-X)-A-B-C-D-(-H_3G)-)

在此处输入图片描述 左下 = 原子样式={scale=0.5} 右下 = 原子样式={scale=1}

上面的 = atomstyle={scale=0.5} 但无论值是多少,尺寸都不会改变。

相关内容