Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Paragraph Styles, WIDOWS/ORPHANS

Explorer ,
Sep 21, 2020 Sep 21, 2020

Hi! Is there a best practice way to ensure a minimum amount of words on a bottom line of text as to prevent widows/orphans (see in yellow, please excuse my silly redactions)? I usually return a word or two on the line before or add a few spaces to drop the text on the lower line but when I am revising text this becomes messy.

 

Thanks,

 

PARAGRAPH REDACTED.PNG

TOPICS
How to , Type
978
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 21, 2020 Sep 21, 2020

Besides setting good H&J values in the paragraph style, you can also add a GREP style:

.{20}$

Translation: the last 20 characters in the paragraph

Apply a character style to it named NoBreak, wherein you have turned on just the nobreak command. This effectively forbids any last lines being any shorter than 20 characters (or whatever number you put into this formula)

Translate
Community Expert ,
Sep 21, 2020 Sep 21, 2020

Besides setting good H&J values in the paragraph style, you can also add a GREP style:

.{20}$

Translation: the last 20 characters in the paragraph

Apply a character style to it named NoBreak, wherein you have turned on just the nobreak command. This effectively forbids any last lines being any shorter than 20 characters (or whatever number you put into this formula)

Mike Witherell
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 21, 2020 Sep 21, 2020

BTW, these are known as short or runt lines; not necessarily widows nor orphans.

Mike Witherell
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 25, 2020 Sep 25, 2020

Hi there,

 

Thanks for reaching out. In addition to Mike's response, I'd recommend checking out this Adobe Community discussion and see if the steps suggested here help you out.

 

Regards,

Ashutosh

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 25, 2020 Sep 25, 2020
LATEST

Another option is to check the Balance Ragged Lines box in your paragraph attributes.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines