I am trying to produce a reaction scheme with curved arrows as shown in this example (the structures are purely for example): I have been able to create the basic scheme with the following code:
Code: Select all
\documentclass{article}
\usepackage{chemfig}
\begin{document}
%\schemedebug{true}
\schemestart
\tiny\chemname{\chemfig{*6(-=-(-R2)=-*6(-(-R1)=-(-*5(-----))--)=)}}{\small Some structure}
\arrow(.-10--){->[Text]}[,3]
\tiny\chemname{\chemfig{*6(=-*6(-=-=-)=-=-)}}{\small Another structure}
\arrow{0}[,0.5]
+\arrow{0}[,0.5]
\tiny\chemname{\chemfig{[:20]*5(-----)}}{\small And another}
\schemestop
\end{document}
Can someone help me with this please?