I am trying to make a CV using markdown, and the default modern CV template. Whenever I try to knit I get the following error.
! LaTeX Error: Command \whatsappsocialsymbol undefined.
Error: LaTeX failed to compile cv-attempy.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See cv-attempy.log for more info.
Things I have tried:
update.packages(ask = FALSE, checkBuilt = TRUE)
tinytex::tlmgr_update()
tinytex::reinstall_tinytex()
options(tinytex.verbose = TRUE)
And lots of other things involving uninstalling and reinstalling tinytex.
I really don't know how to fix this and make it knit. Any suggestions? Anybody able to get moderncv to run?
I am able to use the awesomecv template which works fine...but I would like moderncv to work!