技能点在 LaTeX 上的表示

问题描述

我想在我的简历中插入一个部分,以图形方式表示我的技能。由于空间有限,我想删除技能描述之前的图像(在这种情况下是蓝色箭头)。我怎么办?附:原始代码不是我创建的

Runnable ref4 = () -> counter=counter+1; // equivalent to counter++ & ++counter without return statement

But not like

Runnable ref5 = () -> counter; // equivalent to return statement
Runnable ref6 = () -> {return counter;}; // equivalent to return statement

如果我调用 % uniform icon style for all skill icons,e.g. flags or fontawesome icons \newcommand{\cvicon}[1]{\makeBox[1em]{\color{iconcolor} #1}} % \pointskill[<indent>]{<description>}{<points>}[<maxpoints>] creates % | [indent] description \hfill ● ● ● ○ ○ | % -- inspired by arravc.cls by LianTze Lim: https://github.com/liantze/AltaCV \NewDocumentCommand{\pointq}{ O{0em} m m m O{5} }{% \hspace{#1} \cvicon{#2} ~ #3 \hfill% \foreach \x in {1,...,#5}{% \space% {\ifnumgreater{\x}{#4}{\color{skillbg}}{\color{iconcolor}}% from etoolBox % don't use totalheight; see https://tex.stackexchange.com/a/41014 \raiseBox{0.5\height-0.4ex}{\scriptsize\faCircle}% } }\par% } 的图形示例:

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)