I'm trying to change bubcaption to the top but can't find a way using subfigure package. Can not add captio/ subcaption package because they crash with subfigure package, and I'm already half way through a very long document. That's what I type:
\begin{figure}[h]
\centering
\subfigure{A}
\includegraphics[scale=0.35]{kinase/grapmorpfirstadd}
\label{subfigure:kinmorfirst}
\hspace{1mm}
\subfigure{B}
\includegraphics[scale=0.35]{kinase/grapdamgofirstadd}
\label{subfigure:kindamgofirst}
\caption[Concentration response curve in the presence of 1$\mu$M PMA]{Concentration response curve in the presence of 1$\mu$M PMA (A) Morphine treatment (B) DAMGO treatment}
\label{figure:kinfirstadd}
\end{figure}
The A or B is in the bottom left, I want them on top left.
Thanks


\documentclass{...}and ending with\end{document}. Since you are explicitly dependent on particular packages, posting code without those is hardly going to make it easier for people to help you. – cfr Mar 09 '15 at 01:20mqthesis.clsand I can only guess what might be in it. Follow the instructions to create an example we can compile here so that we can help you. – cfr Mar 09 '15 at 02:37editto complete the code in your question - don't post it in comments. – cfr Mar 09 '15 at 02:38