stlye for more ballanced lines
Which option by pargraph styles would get these lines more balanced out?

Which option by pargraph styles would get these lines more balanced out?

it's applying a no break style to the last 10 characters (any character) in the paragraph.
If it goes over 10 characters it stops applying the no break.
You can increase the value to 11 or 15 or 20 - whatever you think suits your needs best.
As for my own personal needs
the grep I use is
(?=\w{1,8}..?$)
And again - apply an increase or decrease by changing the 8 value.
This targets the very last space in a paragraph.
Usully I do a find change at the end to replace all before making the PDF. In tandem with about 20 other GREPs to tidy up the text for my needs.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.