Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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: no lexer for alias 'modeljoin' found (./thesis.out.pyg)

this is really strange, because pygmentize -L lexers shows the lexer and using pdflatex generates the minted code.

I'm using python 2.7, pdfTeX V3.1415926-2.4-1.40.13

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.