Tagged Questions
3
votes
1answer
90 views
Minted shows formatted tex code instead of intended source
I use WinShell with PDFLatex on Windows 7. I managed to install Pygmentize and compile the minimum example without errors:
\documentclass{article}
\usepackage{minted}
\begin{document}
inline: ...
1
vote
0answers
157 views
Equivalent to TeXLive's --restricted-shell-escape for MiKTeX?
I often work on Windows, so need to use MiKTeX. I recently found the minted package, which needs to call the external command pygmentize. I currently call xelatex with the -shell-escape option to ...
8
votes
4answers
4k views
How to install syntax highlight package minted on Windows 7?
I followed the instruction from this link: http://tug.ctan.org/tex-archive/macros/latex/contrib/minted/
Firstly, I install Python 2.7, then create a folder named Scripts in the directory:
...