deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.74k stars 1.25k forks source link

Text is not justified #29

Closed pratnala closed 7 years ago

pratnala commented 7 years ago

I am curious as to why the text in this resume is not justified even though LaTeX justifies text by default. Any thoughts @deedy?

joaosr commented 7 years ago

You can try this @pratnala:

\usepackage{ragged2e} .... {\justifying \noindent Text of something.... \par}

pratnala commented 7 years ago

That works @joaosr! Thanks 👍

MaryamKhodabakhshloo commented 3 years ago

much obliged @joaosr :)