As is explained in here, I find minted package is pretty cool for source code listing.
My question is how to use minted package with AucTeX/emacs?
For command line I can use pdflatex -shell-escape SOURCE
, but
- Q1 : How can I modify the AucTeX to insert the
-shell-escape
? I mean, how to change the action for C-c+C-c? - Q2 : Do I need special key other than C-c+C-c for
-shell-escape
option? Or, is it just OK to use it without any problem? - Q3 : What is the
-shell-escape
for?