xdanaux / fontawesome-latex

LaTeX mappings for Font Awesome, the icons font
307 stars 36 forks source link

Python2 compatability #13

Open holmboe opened 7 years ago

holmboe commented 7 years ago

It is now possible to execute this on, for example, Ubuntu 16.04 LTS. I had to install lcdf-typetools (for the otfinfo executable) and python-fontforge (for the Python library).

Also fixes #10

ZielinskiLukasz commented 7 years ago

holmboe, I'm afraid it still results in error in Ubuntu 16.04, even after installing lcdf-typetoolsand python-fontforge. generate_tex_bindings.py executes without any error but then pdflatex crashes with: http://pastebin.com/JtuVyf96

holmboe commented 7 years ago

@ZielinskiLukasz I cannot find the cause of the problem you are seeing. However this patch is not the cause of it.