saadq / resumake.io

📝 A website for automatically generating elegant LaTeX resumes.
https://resumake.io
MIT License
3.27k stars 443 forks source link

[Question] Bottom of WORK section not auto spacing? Looks unprofessional? #136

Closed scheung38 closed 2 years ago

scheung38 commented 4 years ago

Screenshot 2020-06-07 at 06 11 13

All consecutive pages are like that? Why is that? i.e. Zero spacing at all...

saadq commented 4 years ago

Can you give more context? Using the issue template that should have been prefilled:

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

scheung38 commented 4 years ago

Using the first template 1, when generated, all the pages have zero spacing from bottom of page.

adarshk commented 4 years ago

Have the same issue: Mac OS 10.14.5 Tested on Chrome 83 and Safari

Using template 1 To reproduce - Profile, followed by Work section In the work section, have multiple Jobs For each job - have multiple responsibilities where some of the responsibilities take up multiple lines on the rendered pdf

Text goes until bottom of the pdf and gets cut off

To add to the above - I also have a feature request - add a way to add a 'spacer' element that just adds one empty line with space. This would allow to add space if needed between elements or push the text to the next page if needed (for example I see that the company name is 1st page but rest of the stuff is on next page and its difficult to get creative to push that to next page)

mmngreco commented 2 years ago

I had the same problem, this may help:

test.json ```json { "selectedTemplate": 1, "headings": { "skills": "Skills", "projects": "Projects", "awards": "Awards", "education": "Education", "work": "Work Experience" }, "basics": { "name": "Jhon Doe", "email": "hshshs@hshshs.com", "phone": "(+11) 111-111-111", "location": { "address": "Somewhere, Country" }, "website": "https://mywebpage.com/" }, "education": [ { "location": "MLA", "area": "MLA", "studyType": "Course", "institution": "University of monsters", "startDate": "Sep. 2011" }, { "institution": "MLA", "area": "", "startDate": "Apr. 2016", "endDate": "Apr. 2016", "location": "" }, { "institution": "MLA", "area": "", "startDate": "Aug. 2016", "endDate": "Aug. 2016", "location": "" }, { "institution": "MLA", "area": "", "startDate": "Dec. 2016", "endDate": "Dec. 2016", "location": "" }, { "institution": "MLA", "area": "", "startDate": "Jan. 2017", "endDate": "Jan. 2017", "location": "" }, { "institution": "MLA", "area": "", "studyType": "Course", "startDate": "Jan. 2021", "endDate": "Jan. 2021", "location": "" } ], "work": [ { "highlights": [ "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water" ], "company": "Company", "position": "role", "location": "place", "startDate": "Nov. 2016", "endDate": "Nov. 2017" }, { "company": "company", "location": "place", "position": "role", "website": "mysite.com", "endDate": "Present", "highlights": [ "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water" ], "startDate": "Nov. 2017" }, { "company": "company", "website": "site.com", "position": "Contributor", "highlights": [ "asdf", "asdf", "asdf" ] } ], "skills": [ { "level": "", "keywords": [ "asdf", "asdf", "asdf", "asdf" ], "name": "asdf" }, { "keywords": [ "asdf", "asdf", "asdf", "asdf", "asdf", "asdf", "asdf", "asdf" ], "name": "asdf" }, { "keywords": [ "asdf", "asdf", "asdf", "asdf" ], "name": "asdf" }, { "keywords": [ "asdf", "asdf" ], "name": "asdf" }, { "keywords": [ "asdf", "asdf", "asdf", "asdf", "asdf", "asdf", "asdf", "asdf", "asdf" ], "name": "CI/CD" }, { "keywords": [ "asdf", "asdf", "asdf", "asdf" ], "name": "Maths" } ], "projects": [ { "name": "ASDFASDF", "keywords": [ "asdf", "asdf", "asdf", "asdf" ], "description": "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into waterThe skin is dry and velvety while the newts live on land but becomes smooth after they migrate into waterThe skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "url": "https://site.com" }, { "keywords": [ "asd", "asd", "asd", "asd", "asd" ], "name": "asdfasdf", "description": "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into waterThe skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "url": "https://site.com" }, { "keywords": [ "asd", "asd", "asd", "asd", "asd" ], "name": "asdf", "description": "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into waterThe skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water", "url": "site.com" } ], "awards": [ { "title": "asdf", "date": "Oct. 2018", "awarder": "asdf", "summary": "The skin is dry and velvety while the newts live on land but becomes smooth after they migrate into waterThe skin is dry and velvety while the newts live on land but becomes smooth after they migrate into water" } ], "sections": [ "templates", "profile", "education", "work", "skills", "projects", "awards" ] } ```
saadq commented 2 years ago

Hi @mmngreco I did confirm that the issue is now resolve for the bottom margin, but it looks like the left/right margins are too large now. The new package that you added is maybe setting default margins for left/right since they weren't specified, is this something you'd be interesting in resolving? I had deployed your changes but will be reverting them temporarily until the regression is resolved.

Before

old

After

Screen Shot 2021-10-24 at 10 33 04 PM
saadq commented 2 years ago

I think maybe for consistency we can make left and right set to 0.8in as well

mmngreco commented 2 years ago

@saadq yes, I'm pretty sure that something like that is happening. I will try to fix it asap (hopefully today).