xdanaux / moderncv

A modern curriculum vitae class for LaTeX
1.8k stars 556 forks source link

Odd spacing in moderncv \title when title contains 2 lines #99

Open RGBYCP opened 3 years ago

RGBYCP commented 3 years ago

Hi, could you help me, please? Why is the line spacing in \title so odd when \title contains two lines, please? How can this be fixed? Example:

\documentclass[11pt,a4paper,sans]{moderncv} \usepackage{moderncvcompatibility} \usepackage{moderncvstyleclassic} \usepackage[left=1.5cm, right=1.5cm, top=1cm, bottom=1cm]{geometry} \firstname{Thea} \familyname{Flowerpower} \title{Pharmacist\protect\[0.2\baselineskip] Organic Chemistry, Pharmacy, Research \& development, Marketing, Business development} \address{Thea, Flowerpower}{}{} \email{Thea.Flowerpower@gmail.com} \phone{+1 987654321} \begin{document} \makecvtitle \section{Work Experience} \end{document}