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

fontawesome5 package doesn't work #24

Closed
shubhampaul opened this issue Dec 5, 2018 · 2 comments
Closed

fontawesome5 package doesn't work #24

shubhampaul opened this issue Dec 5, 2018 · 2 comments

Comments

@shubhampaul
Copy link

shubhampaul commented Dec 5, 2018

error: ! Package fontawesome5 Error: The requested icon UNIVERSITY was not found. for a simple \faUniversity I tried with LuaLaTeX, XeLaTeX and PdfLaTeX. fontawesome5 works normally but not with altacv.cls in the \cvsection

@shubhampaul
Copy link
Author

The \MakeUppercase in the code was forcing the command \faHandsHelping to be in Uppercase as well. So I solved the issue by removing \MakeUppercase. Hence, the code becomes:

\newcommand{\cvsection}[2][]{%
  \bigskip%
  \ifstrequal{#1}{}{}{\marginpar{\vspace*{\dimexpr1pt-\baselineskip}\raggedright\input{#1}}}%
  {\color{heading}\LARGE\bfseries{#2}}\\[-1ex]%
  {\color{heading}\rule{\linewidth}{2pt}\par}\medskip
}

@shubhampaul
Copy link
Author

This issue is in fontawesome itself and not alta cv. Here is the link FortAwesome/Font-Awesome#14363

This issue was closed.
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

No branches or pull requests

1 participant