I compiled the source 2 days ago, it worked perfectly. Today, I ran it again, it's broken :(. Tex generated a bunch of errors, however I noticed it still produced the correct .pdf. I can't understand what happened? Anyone experienced this issue can help me out? Thank you.
This is one of the errors:
! Package catchfile Error: File `"Expanding Fraction".w18' not found.
Next, I delete all source, just leave
\begin{document}
$x^2 + 2x$
\end{document}
The errors are still the same. There are 5 total:
! Package catchfile Error: File `"Expanding Fraction".w18' not found.
! Argument of \zap@space has an extra }.
! Paragraph ended before \zap@space was complete.
! Paragraph ended before \ip@only@six was complete.
! Paragraph ended before \ip@only@six was complete.
! Undefined control sequence.
and they came from this file:
/usr/share/texmf-texlive/tex-latex/ifplatform/ifplatform.sty
\newcommand\TestAppExists[3]{#2} \usepackage{minted}, and it worked as expected. However, if I delete these two lines, I can't usemintedpackage though. – Chan Jul 23 '11 at 2:37spaceof the file name, it works. So instead ofExpanding Fraction, I have to rename it asExpandingFraction. I really didn't know that pdflatex impose this limitation though. – Chan Jul 23 '11 at 2:45