Writing my thesis, I need to embed some source code. I've chosen minted for that purpose but I'm having problems with it.
When I try to generate the PDF with PDFLatex (-shell-escape set), theres's not source code in the output document, instead a bunch of lines like the next ones appear:
\PY{err}{\PYZbs{}}\PY{n+nx}{makeatletter}
\PY{err}{\PYZbs{}}\PY{n+nx}{def}\PY{err}{\PYZbs{}}\PY{n+nx}{PY}\PY{err}{@}\PY{n+
\PY{err}{\PYZbs{}}\PY{k+kd}{let}\PY{err}{\PYZbs{}}\PY{n+nx}{PY}\PY{err}{@}\P
\PY{err}{\PYZbs{}}\PY{k+kd}{let}\PY{err}{\PYZbs{}}\PY{n+nx}{PY}\PY{err}{@}\P
...
In the output directory, a [.tex file is generated containing part of the code inside "\begin{minted} \end{minted}" tags. I guess it's a kind of temporary input file for Pygments. Can anyone identify what's the problem, please? Thanks!!