Is it possible to put at the sane level bullet and left side text ?

Asked by Reis

Is it possible to put at the sane level bullet and left side text (see picture).

http://imageshack.us/photo/my-images/263/selection085b.png/

Question information

Language:
English Edit question
Status:
Solved
For:
moderncv Edit question
Assignee:
No assignee Edit question
Solved by:
Reis
Solved:
Last query:
Last reply:
Revision history for this message
Xavier Danaux (xdanaux) said :
#1

Hi Reis,

The simple solution is to use \cvitem, and manually simulate the item in the 2nd argument, using \listitemsymbol for the bullet and the following space, and a box around the actual content (to make sure it wraps with correct padding on its left side), i.e.
\cvitem{<LEFT MARK>}{\listitemsymbol\begin{minipage}[t]{\listitemmaincolumnwidth}<ITEM CONTENT>\end{minipage}}}

FYI, \listitemmaincolumnwidth is calculated inside the classic style definition to be the accurate length remaining on the line after the symbol.

Best regards,

Revision history for this message
Reis (reispedro) said :
#2

Thanks a lot.

By the way, can you take a look to the other issue ?