Usually questions about hyphenation and line-breaks are concerned about how to allow hyphenation when a word already contains a hyphen. That's not what I'm after:
I would like to prevent the word "dual-self" to be broken across lines. I know that I can to that manually with dual\=/self, but is there a way to achieve this automatically? Ideally something in the preamble equivalent to \hyphenation{...} where I can specify the words that should not be broken.
\hyphenation{...}but not giving points at which to hyphenate? That's what I'd do first... – vonbrand Feb 26 at 15:32\hyphenation{dual-self}ordualselfwould not make much sense. – Jörg Feb 26 at 15:39\hyphenation{self\-dual}works? (Wild guess) – vonbrand Feb 26 at 15:40\exhyphenpenalty10000will prohibit hyphenation at all explicit hyphens like here in the worddual-self. – user700902 Feb 26 at 16:23