You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use minted on Windows (Atom, MiKTeX, Python 2, pygments—all properly installed and updated to latest versions), which requires -shell-escape. The .tex document has % !TEX option = -shell-escape in the first line, and when I look in the LaTeXTools Console output I can see that it is passed to texify:
Parsing C:\Users\bazzilic\Dropbox\My Projects\TestAssignment\AssignmentDocument\Assignment.log
ERRORS:
C:/Users/bazzilic/Dropbox/My Projects/TestAssignment/AssignmentDocument/Assignment.tex:11: Package minted Error: You must invoke LaTeX with the -shell-escape flag. [\usepackage]
Am I doing something wrong? Is this a bug? This same document used to compile fine about half a year ago btw.
The text was updated successfully, but these errors were encountered:
I am trying to use
minted
on Windows (Atom, MiKTeX, Python 2, pygments—all properly installed and updated to latest versions), which requires-shell-escape
. The .tex document has% !TEX option = -shell-escape
in the first line, and when I look in the LaTeXTools Console output I can see that it is passed totexify
:However, right after that the log says:
Am I doing something wrong? Is this a bug? This same document used to compile fine about half a year ago btw.
The text was updated successfully, but these errors were encountered: