programming-journal / programming

21 stars 14 forks source link

LaTeX error when using code=mono #19

Closed VijayKrishna closed 6 years ago

VijayKrishna commented 6 years ago

I am hitting this error:

TraditionalBuilder: Engine: pdflatex. Invoking latexmk... done.

Errors:

/usr/local/texlive/2015/texmf-dist/tex/latex/fira/FiraMono.sty:34: LaTeX Error: Unknown option `nomap' for package `FiraMono'. []

when i setup the document class as follows: \documentclass[english,submission,code=mono]{programming}. What am I missing?

I am using Sublime's LaTeXTools and pdftex is my LaTeX engine.

krono commented 6 years ago

Can you please post the logfile to https://gist.github.com/ and link it here?

VijayKrishna commented 6 years ago

My MacTeX distribution was out-of-date (it was a 2015 installation). Upgrading to MacTeX 2017 fixed the issue for me.

krono commented 6 years ago

Glad to hear. Thanks