我有以下问题:
在我的一些反应方案中,分子外边界和反应箭头之间的距离太小,使得方案看起来很拥挤。我该如何改变这种情况?
\documentclass[12pt,paper=a4]{scrartcl}
\usepackage{chemfig}
\begin{document}
\setchemfig{scheme debug=true}
\schemestart
\chemfig{[:120]*6((-[:30,,,,line width=3pt])-[,,,,line width=3pt](-[:330,,,,line width=3pt](-[:35,0.8]CH_3)(-[:325,0.8]CH_3))--=(-[:210]CH_3)--)} \arrow
\chemfig{[:120]*6((-[:30,,,,line width=3pt])-[,,,,line width=3pt](-[:330,,,,line width=3pt](-[:35,0.8]CH_3)(-[:325,0.8]CH_3))--(<:[:150]H)=(<[:240]CH_3)(<:[:160]H)--)}
\schemestop
\end{document}