I'm using moderncv class to make my CV. First I would like to know where the style of commands such as \cventry are defined. Its declaration in moderncv.cls is as follows:
Code: Select all
\newcommand*{\cventry}[7][.25em]{}
I want to create a new command for the language entry which I would like it to look as follows in the final DVI file:
...
Languages
/empty lang A, lang B, lang C
levels first language, good, basic respectively
...
So I defined a new command as follows in my tex file:
Code: Select all
\newcommand*{\cvlangitem}[4][.25em]{}