I am trying to draw the following reaction
but as you can see, the single bond does not start at the lower right corner of the carbon-13-labeled atom (^{13}C) but instead somewhere below that atom. If I remove the subscript "13", the positioning is correct, but in this specific reaction, the selective carbon-13-labels are important.
Does anybody have an idea of how to accomplish this? I tried \lbox and such things, but the behaviour is always the same...
MWE:
\documentclass{article}
\usepackage{chemfig,chemmacros}
\begin{document}
\begin{equation}
\begin{split}
\schemestart
\setatomsep{2em}\chemfig*{^{-}OO{\color{blue}^{13}C}-[::-30,,3]=[::60]-[::-60]{\color{blue}^{13}C}OO^{-}} \arrow{0}[,0] \+ \chemfig*{H_2O}
\arrow{<=>[\footnotesize fumarase]}[,1.3]
\setatomsep{2em}\chemfig*{^{-}OO{\color{blue}^{13}C}-[::-30]-[::60](<:[::60]OH)-[::-60]{\color{blue}^{13}C}OO^{-}}
\schemestop
\end{split}
\end{equation}
\end{document}
Thank you to any suggestions of how to tackle this problem.



,,4part in the code. I have used the split environment because I wanted the numbering and by adding the split part inside the equation part, the numbering vertically shifts down to the center of the equation instead of being on the same vertical level as the first OOC-group at the very left. – stephanmunich Mar 24 '17 at 09:56fumarate,waterandmalatedoes not align them vertically on the same level, even if I usechemnameinitwith the largest molecule, as suggested in the documentation, do you have a suggestion of how to solve this problem as well? Thanks in advance! – stephanmunich Mar 24 '17 at 10:02articleclass (cf. http://tex.stackexchange.com/questions/71172/why-are-default-latex-margins-so-big) – cgnieder Mar 24 '17 at 10:15