mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Added a default value for the first optional argument of \cvitemwithcomment in the empty definition of moderncv.cls (to make it work for the empty style)
This commit is contained in:
parent
bbc01c8100
commit
e89b996e21
2 changed files with 11 additions and 11 deletions
|
|
@ -283,7 +283,7 @@
|
|||
|
||||
% makes a cv entry with a proficiency comment
|
||||
% usage: \cvitemwithcomment[spacing]{header}{text}{comment}
|
||||
\newcommand*{\cvitemwithcomment}[4]{}
|
||||
\newcommand*{\cvitemwithcomment}[4][.25em]{}
|
||||
|
||||
% makes a generic hyperlink
|
||||
% usage: \link[optional text]{link}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue