You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to avoid the last 2 words in a paragraph from appearing on the last line by themselves.
For now I've been hacking around this by manually wrapping the last few words in a with a class that typeset is configured to ignore (to avoid soft-hyphens) and manually replacing spaces between those words with .
Was this functionality intentionally omitted? If not, I'm happy to take a shot at implementing it myself.
The text was updated successfully, but these errors were encountered:
Hi! Sorry for the massive delay here. This functionality was not intentionally avoided. I'd be happy to accept a pull request adding this. I've added this to the to-do.
I'm into automated tooling, I rewrote whole apostrophes chapters of both Butterick and Oxford's A-Z Grammar and Punctuation on string-apostrophes. We're taking the copy processing very seriously in client-work and Typeset seems to take it to another level. I've just discovered it (quite late but better late than never). How awesome would it be if we had ALL typography issues fixed at once, in one program!
Back on the subject, @danielhaim1 if you're not done with the feature yet and do need help, let's regroup and code up the widow removal!
I would like to avoid the last 2 words in a paragraph from appearing on the last line by themselves.
For now I've been hacking around this by manually wrapping the last few words in a with a class that typeset is configured to ignore (to avoid soft-hyphens) and manually replacing spaces between those words with .
Was this functionality intentionally omitted? If not, I'm happy to take a shot at implementing it myself.
The text was updated successfully, but these errors were encountered: