posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

LaTeX Symbol (\LaTeX) is mangled and not in Computer Modern font #161

Closed justinbass closed 7 years ago

justinbass commented 7 years ago

I figured this out a while back, posting in issues in case anyone else runs into this.

Attempting to insert the \LaTeX symbol as, say: \cvskill{Proficient with:}{Python, \LaTeX, vim}

causes it to have a non-standard look. This can be fixed by resetting the font to default by writing:

\cvskill{Proficient with:}{Python, {\fontfamily{}\selectfont \LaTeX}\ , vim}