First, short background. I'm just starting in LaTeX world - I was disappointed with M$ Word for too long. I'm chemistry grad student trying to gain enough knowledge about LaTeX to convince my adviser to write scientific manuscripts using LaTeX. He is a pro in M$ Word workarounds and wants his manuscripts in certain way. Before I challenge him, I need to be able to produce better documents than he can.
I'm using achemso package which gives very similar output to what I want (at least for now). The problem I'm trying to solve at the moment is alignment of the graphic inside the equation with the numbering on the right. Basically, the .eps showing chemical reaction is an equation and I want the number on the right to be aligned to the middle of the graphic. Now it's kind of aligned to the bottom border of the graphic. I use the suggested in 'demo' file code and 'nice.eps' graphic:
Code: Select all
\begin{equation}
\includegraphics{nice}
\label{eqn:graphic}
\end{equation}
I'm attaching the the .pdf (modified achemso-demo) that shows what I want to achieve (go to page 4).
Sorry for long first post,
Hubert