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

Removing bullet points from education causes issues #238

Open ludoro opened 6 years ago

ludoro commented 6 years ago

Hello everyone,

I want to get rid of the bullet points in the education section. At first I tried to remove the this from education.tex: { \begin{cvitems} % Description(s) bullet points \item {blablabla} \end{cvitems} }

However, it just leaves a blank space that I want to eliminate. I tried using \vspace as suggested on Stack overflow without success. Any idea how to solve this?

khursheedali38 commented 6 years ago

You need to do that from the awesome-cv.cls file. Perhaps, you can elaborate more on what type of style you need in description.

DisplacedTexan commented 5 years ago

I was trying to accomplish the same thing -- reduce the space after a cventry that didn't have bullet points. I found this StackExchange answer and found it worked for me.

Try specifying the amount of space you want to reduce. In my case, \vspace*{-4mm} immediately after the empty cvitems gave me what I wanted.

karan-parekh commented 5 years ago

Solution on #249