Here is a old post: In-line graphics in text to represent a loading bar for language skills in a CV
I tried to adjust the code to have semi-filled circle steps, but failed...
My .cls-file code:
\newcommand{\cvskill}[2]{%
\textcolor{emphasis}{\textbf{#1}}\hfill
\foreach \x in {1,...,5}{%
\space{\ifnumgreater{\x}{#2}{\color{body!30}}{\color{accent}}\ratingmarker}}\par%
}
My .tex-file code:
\cvskill{German}{5}
\divider
\cvskill{English}{4}
\divider
\cvskill{French}{3}
\divider
\cvskill{Spanish}{1}
Full code: https://www.overleaf.com/read/rgskjktntgdf
Can someone please help me out?
Thanks, Andreas


Here is my project: link
I want to adjust the code, so that I can fill half circles as in the original post (last pic)
– Andreas Apr 17 '20 at 08:51