3
votes
1answer
129 views

How to prevent breaklines inside \cvcomputer in moderncv

I'm writing my CV in Latex using the package moderncv and I've realized that the default behavior of the \cvcomputer command is to insert automatic breaklines inside the text, making it about as long ...
4
votes
1answer
649 views

How to force latex to put a quote in one line?

I am currently writing a CV on LaTeX. I want to have a quote on the head of my modernCV, but latex puts ONE word into a second line. Can I make LaTeX put all the quote into one line? ...
0
votes
0answers
268 views

\newline not working in moderncv doctype [closed]

I'm working on my moderncv and I want to send a section to the next page. I tried with the following sentence but it doesn't work: \newline \section{Title} \cvline{info}{info2)}{} \cvline{info}{} ...
5
votes
1answer
987 views

moderncv - newline within a cventry

The information that I want to provide isn't fitting into one line. I am working with \cventry{}{}{}{}... I want to put information into a new line, still positioned to what is in the line above. I ...