我对moderncv的间距有些麻烦。这是当前代码的示例:
\documentclass[11pt,a4paper,sans]{moderncv}
\moderncvstyle{casual}
\moderncvcolor{blue}
\usepackage[scale=0.9]{geometry} % Reduce document margins
\firstname{Ann-Kathrin} % Your first name
\familyname{Lipman-Schindler} % Your last name
\title{Curriculum Vitae}
\begin{document}
\makecvtitle % Print the CV title
\vspace{-1cm}
\section{About}
\cvitem{Name}{Ann-Kathrin Lipman-Schindler}
\cvitem{Date of Birth}{May 28, 1900 in Washington, DC}
\cvitem{CurrentAdresses123}{Fair Parkway 1998, Washington, DC 90394, United States}
\cvitem{Nationality}{US}
\cvitem{e-mail adress}{xyz.xyz@xgy.com}
\cvitem{Telephon}{+0 982 3996 69}
\end{document}
问题在于左侧“ CurrentAdresses123”与右侧参数重叠。但为什么?我使用了我的脚本很多次,并且没有改变任何东西。现在我有字母重叠的麻烦。通常,蓝色条会更长,右侧条也会更长,并且不会发生重叠。但是现在发生了什么?请看图片。预先感谢
答案 0 :(得分:1)
您可以添加
\setlength{\hintscolumnwidth}{1.5in}
到文档的序言。这将为\cvitem
的第一个参数增加可用空间。