posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

Making a new paragraph in the free text field breaks formatting #282

Open Alenius opened 5 years ago

Alenius commented 5 years ago

Hello. When using a paragraph in the last bracket of a cventry, this breaks the entire formatting. Is this fixable or is there some kind of work around?

 \cventry
    {Developer} % Job title
    {Place} % Organization
    {Location} % Location
    {Dates} % Date(s)
    { Free text \par some more text }
Alenius commented 5 years ago

I found a super ugly work around. I just inserted an empty cventry after my first one, so:

 \cventry
    {Developer} % Job title
    {Place} % Organization
    {Location} % Location
    {Dates} % Date(s)
    { Free text }

\cventry {}{}{}{}
    {some more text}