Recently I had some problems with captions that won't align when I use subfigure. I found out that this is because I am using pictures made with chemfig. The baseline is not where it is expected to be. So my question is: how can I move the baseline of the molecule to the bottom without drawing it in another way.
For example: I've drawn this chemical structure of diazinon
Code: Select all
\documentclass{article}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{chemfig}
\begin{document}
\chemfig{[2]N*6(-(-O-P(=[::90]S)(-[::30]OCH_2CH_3)-[::-30]OCH_2CH_3)=-(-CH_3)=N-(-CH(-[::30]CH_3)-[::-60]CH_3)=)}
\end{document}
Thanks for reading.
Matthias