The first image shows what I think the bond should look like. This is a snippet of a molecule from Wikipedia and you can see how the cram bond between the sodium and pentane ring has kind of a "notch" at the base so it sits flush against the ring. The second image shows what is currently generated. The base of the cram bond sits on the apex of the benzene ring bond and looks a little like it might lose its balance and fall off. Here is the code used to generate this image:
Code: Select all
\documentclass[parskip=full]{scrartcl}
\usepackage{chemfig}
\begin{document}
\chemfig{*6(---(>C)---)}
\end{document}
Thanks!
bytesmythe