2
votes
0answers
44 views

Custom pygment lexer doesn't work in TeXShop or TeXworks

I wrote a lexer for pygments and it works well from the console. However when I use TeXShop or TeXworks I get the following error: (/usr/local/texlive/2012/texmf-dist/tex/latex/ae/omsaer.fd)Error: ...
2
votes
1answer
451 views

TeXworks expl3.sty error

I am trying to check if minted is already installed in my computer. I successfully installed Python, distributed.py and pip as instructed in this tutorial. I am now trying to test the new package with ...
5
votes
1answer
952 views

How to enable shell-escape in TeXworks?

I require use of the minted package of similar one which support Prolog syntax-highlighting. Given that I use the TeXworks "IDE", how do I enable shell-escape? Though I attempted—see above—I still ...