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

Remove empty lines #247

Open CyberMew opened 5 years ago

CyberMew commented 5 years ago
\cvsection{Skills}
\begin{cventries}
  \cventry
    {}
    {}
    {}
    {}
    {
      \begin{cvitems}
        \item {blabla}
      \end{cvitems}
    }
\end{cventries}

With the above code, I'm getting an empty line or two after the main section title and before my bullet points.

Any idea how to solve this?

CyberMew commented 5 years ago

Probably the worst solution but I managed to solve it by 'faking it' in the 2nd bracket.

{\\[-0.84cm]}