spagnuolocarmine / TwentySecondsCurriculumVitae-LaTex

Write Beautiful Curriculum Vitae in LaTex, that ensures twenty seconds reading.
MIT License
596 stars 180 forks source link

Can't remove space before items #15

Open Tuxem opened 4 years ago

Tuxem commented 4 years ago

Hi,

I tried to add items in the 4th argument of the \twentyitem and I always get a big space before and after. Even when I write topset=0

\usepackage{enumitem}

\begin{twenty}
  \twentyitem
    {1900}
    {Alice in Wonderland-The Circra (1900's) Silent Film.}
    {Film}
    {\begin{itemize}[noitemsep,topsep=0pt]
         \item Item 1
         \item Item 2
         \item Item 3
     \end{itemize}
    }

I wasn't able to get the part in the cls that block this feature. Any idea ?

My final goal is to use multicol to get short terms in small space

Thanks