https://bugs.documentfoundation.org/show_bug.cgi?id=149248
--- Comment #11 from Heiko Tietze <[email protected]> --- Created attachment 180361 --> https://bugs.documentfoundation.org/attachment.cgi?id=180361&action=edit MSO hyphenation options To avoids the "at-" ugliness we have the option "Characters at line end" (known in CSS as hyphenate-limit-chars [1]; set it to 3 to keep "atmosphere" together), "...line begin", and "consecutive lines" (probably hyphenate-limit-lines [2]). These options are badly indented looking as if belonging to CAPS. The actual numbers depend on the language- two characters might be too low for English but good for other. CSS does also define hyphenate-limit-last [3] "This property indicates hyphenation behavior at the end of elements, column, pages, and spreads." (and more). We should add such an option, also with the idea that a hyphenation should not happen at the page/column break. Attaching also what options MSO offers. The example breaks here at "atmos-phere". [1] https://www.w3.org/TR/css-text-4/#hyphenate-char-limits [2] https://www.w3.org/TR/css-text-4/#hyphenate-line-limits [3] https://www.w3.org/TR/css-text-4/#hyphenate-size-limits -- You are receiving this mail because: You are the assignee for the bug.
