I want to use the fontawesome package in w32tex. I downloaded the latest version (4.4.0 2015-07-30) from CTAN. I put it (maybe) to the right place and prepared the following simple source file:
\documentclass[11pt]{article}
\usepackage{fontspec,fontawesome}
\begin{document}
\faFlag \faRocket \faTwitter \faCopy
\end{document}
After compiling the file with lualatex, I got the following error:
! LuaTeX error ...xmf-dist/tex/luatex/luaotfload/luaotfload-fontloader.lua:5496:
font loading failed.
<to be read again>
\scan_stop:
l.45 \newfontfamily{\FA}{FontAwesome}
?
I am wondering what was the problem. Is it the case that I put the package to the wrong folder? (Whenever I wanted to use new packages, it has worked if I put them to: w32tex > share > texmf-dist > tex > latex ) Is some package still missing? I would really appreciate if somebody could tell me how to use fontawesome package in my environment, i.e. w32tex in Windows 8.1.
Thank you.
tlmgr install fontawesomeat a command prompt (if you use TeXLive distro) – Arash Esbati Aug 09 '15 at 07:13