Chemfig 聚合物支架

Chemfig 聚合物支架

我正在尝试执行图中所示的机制。我卡在了第二个分子。我不知道如何正确使用括号。我还需要将星号作为指数。 在此处输入图片描述

答案1

\documentclass[border=5mm]{standalone}
\usepackage{chemfig}

\begin{document}
    
\schemestart
\chemfig{[:-30]*6(=-=(-C(=[6]O)(=[2,,,,draw=none]\phantom{O})-*6(=-=-=-))-=-)}
\arrow{->[$h\nu$]}[,1.5]
\chemleft[\chemfig{[:-30]*6(=-=(-C(=[6]O)(=[2,,,,draw=none]\phantom{O})-*6(=-=-=-))-=-)}\chemright]
\schemestop
\chemmove{
    \node at ([shift={(3pt,-2pt)}]c2.north east) {$\ast$};
}
    
\end{document}

在此处输入图片描述

相关内容