Possible Duplicate:
How can I see why a file isn't compiling somewhere else, if it does in my machine?
I am getting a bunch of
! Incompatible list cannot be unboxed
resulting from the align environment of amsmath if I compile with latex.
However if I use pdflatex my output is produced without any problems. I would like to use psfrag for some figures, so I need to compile with latex. Is there an easy workaround for this problem? Or more importantly what is the reason of this problem?