Open ecf22 opened 6 years ago
I hate that you've pointed this out. Now I can't not notice this.
So the issue is coming from here:
The \textnormal
is what is causing the issue. Removing that will fix the font face issue.
Before:
After:
It causes another issue though, the font seems to become bold. I think that may be why I put it there in the first place.
I need to look for an alternative to fix the font weight, if anyone is good with LaTeX / XeLaTeX, help would be greatly appreciated. Otherwise I'll try to play around with it...
hey @saadq have you found any fix yet? thanks!
Hi @MHishere, unfortunately I haven't gotten an opportunity to work on this yet. I'll keep you all posted in this thread when I get a chance!
Hi @saadq, I was using your app and thank you for it. I have a problem with the template 2 ( Error: LaTeX Syntax Error ! LaTeX Error: File `awesome-cv.cls' not found. ) ! Undefined control sequence.) Any idea ?
I downloaded the latex and changed the skills section myself to this:
\vspace{-2mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Skills
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvsection{Skills}
\begin{cvskills}
\cvskill
{Languages}
{Python, JavaScript, HTML5/CSS3, C++, Golang, Bash}
\cvskill
{Frameworks}
{React.js, Vue.js, AngularJS, Flask, Aiohttp, Bootstrap}
\cvskill
{Tooling}
{Docker, Kubernetes, Terraform, Git, NPM, PyPI, Webpack, Babel, Cypress, Pytest}
\cvskill
{AWS}
{EC2, EKS, S3, CodeBuild, Lambda, DynamoDB, RDS, Cloudfront, Route53}
\end{cvskills}
which is just taken from how awesome-cv does skills in the example: https://github.com/posquit0/Awesome-CV/blob/master/examples/cv/skills.tex
looks like this now:
With template 2, the skills section font is a serif font, while the rest of the resume template uses a form of sans-serif. Not a big bug, but rather a small design component that throws off the consistency just slightly.
Thanks for building this tool! Much love for it.