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

Does it matter if my book layout has runts?

Contributor ,
Jan 15, 2025 Jan 15, 2025

Hi,

In my book layout, I have a couple of places where there are runts. The main reason for the runts in the first place is to fix the overall balance of justification. I was under the impression that having runts wasn’t best practice; however, I realized that many famous books also have them.

 

image.png

 

TOPICS
How to
1.3K
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 ,
Jan 15, 2025 Jan 15, 2025

I wouldn't want them on every paragraph but but in a long publication a few of them are perfectly acceptable IMO.

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 ,
Jan 15, 2025 Jan 15, 2025

Not a deal breaker - but I don't like short words with Runts

 

For this reason I use this GREP find and replace

(?=\w{1,8}..?$)

 

Replace with 

~S

 

You could equally do it in the Paragraph style - and have a No Break characeter style and use this for the space

 

the 1,8 is for the length of the word

So words with 8 characters or less, longer words are ok for me. 

 

 

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 ,
Jan 15, 2025 Jan 15, 2025

In your example, the last word is hyphenated. This is Hyphenation Setting that you can turn off by deselecting Hyphenate Last Word.

But there are many cases when balancing justification, word spaces, and hyphenation rules that there may not be a clear cut best visual choice.

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 ,
Jan 17, 2025 Jan 17, 2025

There are no absolute rules for things like this. Yet somehow, over time, various suggestions and guidelines assume the status of absolute rules. The best advice I have seen is along the lines of "These are our recommendations for making pages. Break any of them if it makes pages look better." Then you ask, "What makes a page look bad?"

 

Setting runt control as a paragraph property (with a Grep style, as Eugene does) can cause a short paragraph to become very loose. Then you end up with a page (or spread) with unequal spacing. Which looks bad. (Sorry, Eugene.) It also conflicts with the good practice that all paragraphs on a spread should be spaced more or less evenly.

 

In fact, creating runts here and there can make spreads look better. On a spread where each paragraph's last line runs close to the right-hand margin can look like a solid black mass. Some runts create some breathing space.

 

It's the same with preventing the last word in a paragraph not to break. In languages like German and Dutch, which have many long words, that 'rule' is nonsense because, again, it causes very loose paragraphs. In English you can get away with it because it has far fewer long words. But even then you need longer paragraphs so that InDesign's paragraph composer has something too play with.

 

For such and similar reasons different traditions have developed in different countries, based on the characteristics of the written language. In Dutch typography, spacing is more important than avoiding word breaks, so Dutch setters have the spacing slider in the Hyphenation setings all the way to the left, at better spacing. (The same goes for German and, as far as I have seen so far, in Spanish too.) By the look of many books produced in English, that slider is all the way at 'fewer hyphens'.

 

A typesetter's concern should be how a spread looks, not necessarily whether all 'rules' have been followed. It's something you learn by experience, setting a lot of type, interacting with designers and production editors, and reading good books.

 

Two books that I can recommend are:

 

Finer points in the spacing & arrangement of type (Geoffrey Dowding)
The elements of typographic style (Robert Bringhurst)

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 ,
Jan 17, 2025 Jan 17, 2025
LATEST
quote

Setting runt control as a paragraph property (with a Grep style, as Eugene does) can cause a short paragraph to become very loose. Then you end up with a page (or spread) with unequal spacing. Which looks bad. (Sorry, Eugene.) It also conflicts with the good practice that all paragraphs on a spread should be spaced more or less evenly.


By @Peter Kahrel

 

Great addition, @Peter Kahrel, and I completely agree, there are no hard-and-fast rules in typography.

Every typographic project demands a keen eye, especially when dealing with justified text. Beyond controlling runts, careful attention to justification, hyphenation, and overall spacing is crucial.

 

Just to clarify my earlier point:
I don’t apply this as a paragraph property by default, though it can be set up that way. Using a GREP style in the paragraph settings might suit some workflows since it auto-adjusts with added or removed text.

 

However, I personally prefer the Find/Replace method for greater control.

Here’s how I approach it:

  1. My GREP search specifically targets short words, ensuring that a word like this. doesn’t end up alone on a line.
  2. Longer words on runts don’t bother me as much, as they tend to look more balanced and less intrusive.
  3. I also take the time to check for rivers, particularly in justified text, where they are more likely to occur. This isn’t as much of a concern in left-aligned layouts.

 

I’ve been typesetting books for over 25 years, and this method has consistently worked for me and been a great help since GREP was introduced to InDesign.

 

That said, every designer or typesetter has their own approach. My method is just one way to handle this, and it’s entirely up to the individual whether to adopt it or try something else.

 

Sharing my experience here isn’t about setting rules, it’s simply an offering for those who might find it useful.


*edit* 

Just to further clarify - I do this as a customer request, it's mandatory for some clients - that's where it came from.

 

When I saw the thread I instantly engaged with what I do day-to-day and offered my solution that works for me. 

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