sinaatalay / rendercv

A LaTeX CV/Resume Framework
http://docs.rendercv.com
MIT License
1.67k stars 108 forks source link

Allow disabling word wrapping #34

Closed fernandocamargoai closed 4 months ago

fernandocamargoai commented 5 months ago

When using text_alignment: justified, we get some word wrapping, which might confuse ATS systems. Using text_alignment: left-aligned avoids that, but looks worse. We would benefit from having the option to turn off work wrapping.

samueloph commented 5 months ago

I'm not experienced with latex but I've managed to disable word-wrapping with

\hyphenpenalty 10000 % Never hyphenate a word
\exhyphenpenalty 10000 % Never hyphenate a word

I have no idea how good of a workaround this is, of if there are side effects, but so far it worked.

sinaatalay commented 5 months ago

Thank you for opening the issue! This option is only available in classic and sb2nov themes. I added one more option: justified-with-no-hyphenation. I will release it with v1.6 soon.