Consider the following MWE:
Code: Select all
\documentclass{article}
\usepackage{chemfig}
\begin{document}
\setbondoffset{4pt}
\chemfig{CH_3-\lewis{0:2:,O}(-[6]H)-[:-0,,,,dash pattern=on 1.8pt off 1.8pt]H}
\end{document}
I know that
\setbondoffset
does the trick but I cannot figure out what to put it in my \chemfig
argument in order to make it work.Thank you in advance!
P.S. I have looked at page 12 of the English chemfig manual.