Text Formattingmoderncv | Add Command

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
heavytull
Posts: 16
Joined: Wed Feb 08, 2012 9:38 pm

moderncv | Add Command

Post by heavytull »

Hi,

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]{}
But when it is used in the user's document then one of the entry has bold style, another has italic one and some entries are separated with comma with the first one in the dates column and the whole chain finishing with a dot.
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]{}
But as I expected it does not work.
Last edited by localghost on Wed Feb 08, 2012 9:56 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply