I am trying to use minted package, which has a dependency of the program called pygmentize. I installed this but did not working well. Then i did this But still showing the error:
File `pymentize.sty' not found.
when i write this:
\usepackage{pymentize}
\usepackage{minted}
I am using mac sierra and texstudio. Help me please.
pygmentizeis not a LaTeX package. It is a Python package. So you should remove thepygmentizepackage import (you may have to installpygmentswhich includespygmentizeusing the Python package manager to letmintedwork afterwards). – epR8GaYuh Aug 09 '17 at 11:11/usr/local/bin/in your texstudio path? https://i.stack.imgur.com/MgOwG.png – samcarter_is_at_topanswers.xyz Aug 09 '17 at 11:19