xdanaux / fontawesome-latex

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

Skype icon #1

Closed twsh closed 8 years ago

twsh commented 8 years ago

I'm having trouble using the Skype icon. Here's an MWE that produces the problem

\documentclass{article}
\usepackage{fontawesome}
\begin{document}
\faGithub
\faSkype
\end{document}

When I do latexmk -xelatex mwe.tex I get the GitHub logo in the PDF as expected, but a blank rectangle where the Skype icon should be which suggests to me that the correct glyph isn't being found. I have version 4.4.0 of the Fontawesome font installed.

carlodri commented 8 years ago

use pdflatex, looks like XeLaTeX has issues with fontawesome(see issue #2)

twsh commented 8 years ago

With the latest versions of the package and font this is now working for me with xelatex.