olivierverdier / python-latex-highlighting

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

style pythonhighlight undefined #6

Closed delvin-fil closed 6 months ago

delvin-fil commented 6 years ago

Hello!
This code:

\usepackage{pythonhighlight}
\lstinputlisting[language=Python,style=pythonhighlight]{test.py}

Error:

! Package Listings Error: Couldn't load requested style.  
See the Listings package documentation for explanation.  
Type  H <return>  for immediate help.  
 ...  
l.34 ...age=Python,style=pythonhighlight]{test.py}  
?  
! Package Listings Error: style pythonhighlight undefined.  
See the Listings package documentation for explanation.  
Type  H <return>  for immediate help.  
 ...  
l.34 ...age=Python,style=pythonhighlight]{test.py}  
?  

In path:

ls -l /usr/share/texmf-dist/tex/latex/pythonhighlight/pythonhighlight.sty  
-rw-r--r-- 1 root root 4,8K фев 11  2017 /usr/share/texmf-dist/tex/latex/pythonhighlight/pythonhighlight.sty

What to do? Thanks.