You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to create a non-academic resume, and could not get the template to render with fontawesome=TRUE. I went through the process of force reinstalling tinytex a couple of times as well as installing the fontawesome library a few times using tinytex::tlmgr_install() to no avail. I don't think this was a system problem (info below), but is rather related to this issue here, fontawesome font not found.
That conversation inspired me to update the local template.tex file from $if(fontawesome)$\usepackage{fontawesome}$endif$ to $if(fontawesome)$\usepackage{fontawesome5}$endif$ and this resolved the issue (in addition to changing the $if(email)$$if(fontawesome)$\faEnvelope0 text to $if(email)$$if(fontawesome)$\faEnvelope.
If this is an issue that others have reported or can replicate, I would suggest updating all of the templates to fontawesome5!
$ tlmgr version
tlmgr revision 60693 (2021-10-04 04:24:25 +0200)
tlmgr using installation: /Users/patcallahan/Library/TinyTeX
TeX Live (https://tug.org/texlive) version 2021
$ tex --version
TeX 3.141592653 (TeX Live 2021)
kpathsea version 6.3.3
$ xelatex --version
XeTeX 3.141592653-2.6-0.999993 (TeX Live 2021)
kpathsea version 6.3.3
$ tlmgr info fontawesome
package: fontawesome
category: Package
shortdesc: Font containing web-related icons
longdesc: The package offers access to the large number of web-related icons provided by the included font. The package requires the package, fontspec, if run with XeTeX or LuaTeX.
installed: Yes
revision: 48145
sizes: run: 481k
relocatable: No
cat-version: 4.6.3.2
cat-license: lppl1.3
cat-topics: font font-supp-symbol font-symbol font-otf font-type1
cat-contact-repository: https://github.com/xdanaux/fontawesome-latex
collection: collection-fontsextra
The text was updated successfully, but these errors were encountered:
Hi Steve,
I've been trying to create a non-academic resume, and could not get the template to render with
fontawesome=TRUE
. I went through the process of force reinstalling tinytex a couple of times as well as installing the fontawesome library a few times usingtinytex::tlmgr_install()
to no avail. I don't think this was a system problem (info below), but is rather related to this issue here, fontawesome font not found.That conversation inspired me to update the local template.tex file from
$if(fontawesome)$\usepackage{fontawesome}$endif$
to$if(fontawesome)$\usepackage{fontawesome5}$endif$
and this resolved the issue (in addition to changing the$if(email)$$if(fontawesome)$\faEnvelope0
text to$if(email)$$if(fontawesome)$\faEnvelope
.If this is an issue that others have reported or can replicate, I would suggest updating all of the templates to fontawesome5!
The text was updated successfully, but these errors were encountered: