Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!!

share|improve this question
That’s a very odd error. Are you using Windows? (Windows is unsupported but there are workarounds for Windows-related problems on tex.stackexchange.com.) – Konrad Rudolph Feb 16 at 10:38

closed as off topic by Bill the Lizard Feb 16 at 14:57

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.