ineshbose / simple-icons-latex

LaTeX bindings for Simple Icons
https://ctan.org/pkg/simpleicons
Creative Commons Zero v1.0 Universal
21 stars 1 forks source link

The simpleicons do not work with xelatex on Windows #17

Closed hair-splitter closed 1 year ago

hair-splitter commented 1 year ago

The xelatex compiler does not find the SimpleIcons.otf file on Windows. The solution is that you should replace the code \newfontfamily{\simpleiconsmap}{SimpleIcons} with \newfontfamily{\simpleiconsmap}{SimpleIcons.otf} in the simpleicons.sty.

ineshbose commented 1 year ago

(Release should happen in the next 24 hours)