mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2025-02-16 21:41:54 +00:00
Added \cvtag
This commit is contained in:
parent
74b72157c5
commit
f2be4aad74
1 changed files with 4 additions and 0 deletions
|
@ -710,6 +710,10 @@
|
|||
\newcommand*{\cvskillgroup}[1]{%
|
||||
\skilltypestyle{#1} \smallskip \\
|
||||
}
|
||||
\newcommand{\cvtag}[1]{%
|
||||
\tikz[baseline]\node[anchor=base, draw=darktext,rounded corners,inner xsep=1ex,inner ysep=0.75ex,text height=1.5ex,text depth=.25ex]{#1};
|
||||
\vspace{0.25ex}
|
||||
}
|
||||
% Define a line of cv information(skill)
|
||||
% Usage: \cvskill{<type>}{<skillset>}
|
||||
\newcommand*{\cvskill}[2]{%
|
||||
|
|
Loading…
Add table
Reference in a new issue