I am trying to produce some moderately complex reaction schemes using the chemfig package, but can't figure out how (or if it is even possible) to make a vertical reaction scheme (involving the + sign).
For example: Is this possible using chemfig?
Here is some code that will produce part of the above scheme (without the + sign):
Code: Select all
%\schemedebug{true} % uncomment to make sense of the compound naming
\schemestart
\subscheme{A}\+{1em,1em}\subscheme{B}\arrow AB
\arrow(@c3--){0}[-90,0.6,] C
\arrow(@c5--)[-90] BC
\arrow(@c6--){0}[180,0.5,] A
\arrow(@c6--) ABC
\schemestop
