FS#50322 - [texlive-bin] fontawesome not works with xelatex

Attached to Project: Arch Linux
Opened by alfred nenesse (nenesse) - Tuesday, 09 August 2016, 09:29 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 08 September 2016, 02:37 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Rémy Oudompheng (remyoudompheng)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
the code below works with lualatex but not with xelatex. it works too with pdflatex without fontspec.

%
\documentclass[12pt]{letter}
\usepackage{fontspec}
\usepackage{fontawesome}
\begin{document}
blabla \faApple blabla \faApple blabla \faApple blabla \faApple
\end{document}


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 08 September 2016, 02:37 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Configuration issue
Comment by Rémy Oudompheng (remyoudompheng) - Tuesday, 16 August 2016, 19:48 GMT
Hello,

It works for me. By default, the TTF/OTF fonts provided by texlive-* packages are not enabled for fontconfig-based programs, like standard editors but also xetex.

You can link the conf files:
ln -s /etc/fonts/conf.avail/09-texlive-fonts.conf /etc/fonts/conf.d/09-texlive-fonts.conf
if you need them. See wiki: https://wiki.archlinux.org/index.php/TeX_Live#Fonts
Comment by alfred nenesse (nenesse) - Tuesday, 16 August 2016, 22:14 GMT
Thanks,
it works for me with your link.

Loading...