When I want to compile my tex file it throws this:
! LaTeX Error: File `mparhack.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.131 \RequirePackage
{fixltx2e} % fixes some LaTeX stuff^^M
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on tesis.log.
I do not know where should I get this missing file (mparhack.sty).
I am using Ubuntu 12.04.
%\RequirePackage{fixltx2e}and compile. If no error you can use this as a workaround. Then look for a question here like "how to upgrade LaTeX with ubuntu" and follow the advices there. (I'm not using Ubuntu, sorry). – Kurt Nov 23 '12 at 20:47\RequirePackageline shown when using-interaction=nonstopmode(a common command line option when compiling through an IDE), it has only read the token\RequirePackageas part of an\@ifnextchar[lookahead. If not causing an emergency stop, it might prefix it with<to be read again>. – cyberSingularity Nov 23 '12 at 21:36mparhackis installed by default – cmhughes Nov 23 '12 at 21:56