Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes LaTeX compile error with FontAwesome font #361

Closed
wants to merge 1 commit into from

Conversation

maxgrim
Copy link

@maxgrim maxgrim commented Apr 21, 2021

The \setfontfamily\FA command causes a compilation error using xelatex. This small fix makes sure that the document compiles again.

The compilation error:

$ xelatex resume.tex
...
! LaTeX3 Error: Command '\FA' already defined!

For immediate help type H <return>.
 ...

l.166 \newfontfamily
                    \headerfont[
?

The `\setfontfamily\FA` command causes a compilation
error using xelatex. This small fix makes sure that
the document compiles again.
@OJFord
Copy link
Collaborator

OJFord commented Nov 10, 2021

Thank you - I think many of us have made this or similar fixes over the years as posquit0's had other priorities. I have push access now to help maintain Awesome-CV; so I went with my old PR for this (#235/#344) for no reason other than my own familiarity, that I know it's been working for me.

Please do ping me/open another PR if something's still not right or I missed something though! Cheers.

@OJFord OJFord closed this Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants