olivierverdier / python-latex-highlighting

LaTeX style for Python highlighting
BSD 3-Clause "New" or "Revised" License
453 stars 125 forks source link

Installation Problems #11

Closed filipre closed 4 years ago

filipre commented 4 years ago

Hi,

I tried to use this package but it seems like it isn't included by default. How do I install it? I tried

tlmgr install pythonhighlight

and also tried to point to the .sty file directly but both approaches didn't work. Any ideas?

Thanks!

filipre commented 4 years ago

Alright, I figured out the solution. I had quite an old MacTeX version. After updating to the 2019 version (http://tug.org/mactex/mactex-download.html) and running

sudo tlmgr update --self
[sudo tlmgr install pythonhighlight]

it worked.