Controlled hyphenation without hyphens
In a table of software-related keywords, a few keywords are sometimes to long to fit in one line, e.g. "QuiteLenghtySampleKeyword" would be hyphenated like this:
QuiteLengthySampleKey-
word
If I add the suppress hyphenation character \x05, the maximum number of characters is held in the first line, and the word breaks without a hyphen:
QuiteLengthySampleKeyw
ord
Is it possible to control hyphenation in way that a keyword breaks without a hyphen (as it does in the 2nd example) but at a specified position? I can't really use a forced return, because it appears as an extra space in cross-references to that keyword.
Thanks in advance for any helpful suggestions.
Johannes
