-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Space if Role is not entered in cventry. #327
Comments
I am having trouble removing the white space between title and descriptions upon empty position as well. Would really appreciate some help, thanks |
I received help from stack overflow with this one. You can replace the \cventry code with this
and that removes the whitespace |
That helps, thank you! |
Hello, thank you for your solution for empty role. However it seems to add a empty space if there is only one single item in cvitems. Any idea how to fix that? When I have two items it works fine The code I used for cventry is:
The code for the images is:
Edit: I managed to solve this by adding \ifempty{#1#3}. Thanks anyway |
Do you know how to make another eventry. I want to use the original version and make another version too |
The PR in question is #428 |
@StevenSalazarM happy to see a (former?) polimi student :) |
I saw recently that a PR was merged to remove whitespace if position 5 is not entered. As showing the code below:
However, I often don't enter a role, for Projects etc where I completed everything, and i am left with space in between the title and items as seen in the picture below.
This project picture above was done by the code below
As you can see, Role is empty, yet still a whitespace. I have tried modifying the cventry code myself to remove the whitespace using a similar technique used by
\ifempty{#5}{}{\\\multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}}}
but to no avail. Is this something that is possible to get around?
Thanks
The text was updated successfully, but these errors were encountered: