saadq / resumake.io

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

Skill details don't wrap if you add too many entries #194

Open Jaron-S opened 2 years ago

ducaale commented 2 years ago

Hi @Jaron-S, Can you mention which template you tried and an example input that causes the line wrapping not to work? Thanks

Jaron-S commented 2 years ago

Template 1 image

EmilioRoche commented 1 year ago

Not sure if this would help in fixing the issue @ducaale but I believe using 'tabularx' over 'tabular' in the 'index.ts' file (line 163) in template1 would help define the width automatically so it wraps the sentence on a new line.

Here is a link with someone with that exact type of question https://stackoverflow.com/questions/63869543/wrap-sentences-in-tabular-environment (would need to import the tabularx package).

kritipare commented 1 year ago

Any update on this issue fix?