Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I want to write my CV with LaTeX and the moderncv package. My problem is that I use pretty long words in \cvcomputer and \cvdoubleitem and they overlay. For example,

\cvcomputer{thisisareallylongwordwhichwilloverlay}{Thatsright}{}{}

So I want to increase the spacing between the elements to give the words enough space to be fully displayed.

EDIT: Got the answer now, try this:

\usepackage{geometry}
\geometry{a4paper,left=20mm,right=20mm, top=1cm, bottom=2cm}

All credits go to Lumpi.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.