Closed mhweber closed 2 months ago
moderncv.zip Hi, I could solve this issue... there is an updated template in LateX called "moderncv", the file moderncv.cls, has lines in "% other symbols" section like these: \newcommand{\mastodonsocialsymbol} {} \newcommand{\githubsocialsymbol} {}
To solve the problem, I had to add lines (one for each pending symbol) in the LateX template that vitae library create. So, you must include these lines in moderncv.cls file, in your working directory (for security reasons). Take care with the final symbol, due to Battlenet icon is named "battlene" in fontawesome.
I started in line number 337: \newcommand{\mastodonsocialsymbol}{\faMastodon} \newcommand{\discordsocialsymbol}{\faDiscord} \newcommand{\twitchsocialsymbol}{\faTwich} \newcommand{\youtubesocialsymbol}{\faYoutube} \newcommand{\tiktoksocialsymbol}{\faTiktoksocialsymbol} \newcommand{\instagramsocialsymbol}{\faInstagramsocialsymbol} \newcommand{\soundcloudsocialsymbol}{\faSoundcloudsocialsymbol} \newcommand{\steamsocialsymbol}{\faSteamsocialsymbol} \newcommand{\xboxsocialsymbol}{\faxboxsocialsymbol} \newcommand{\playstationsocialsymbol}{\faPlaystationsocialsymbol} \newcommand{\battlenetsocialsymbol}{\faBattlenesocialsymbol}
Thanks @jmmartinf - this solved the issue for me as well - I will close the issue.
Thank you! This workaround worked for me, but suggest reopening as an issue or addressing in a pull request as it would be ideal for this to work out of the box
Trying to compile both my CV and the example template CV with
vitae
usingmoderncv
gives the error:Other formats seem to work fine.
My sessionInfo():