因此,我尝试在图片中绘制分子,但当我尝试时,它会在不在的部分之间产生奇怪的空间chemfig
。我怎样才能完全做到这一点chemfig
?
梅威瑟:
\usetikzlibrary{arrows.meta,calc,positioning,decorations,decorations.pathreplacing,calligraphy}
\usepackage{chemfig,chemmacros}
\chemsetup{modules=all}
\usepackage[version=4,arrows=pgf]{mhchem}
\usepackage{amsmath}
\begin{document}
Example:
$\ce{CH3CH2}\chemfig{CH(-[6]CH_3)}\ce{CH2}$\chemfig{C-[6]CH3}HCH2\chemfig{C=[2]O}H
Attempt:
\chemfig{CH_3CH_2CH(-[6,,5]CH_3)CH_2CHCH_2CH-[6,,9]CH_3=O}
\end{document}