-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Using the word list \hyphenation{...} in language files works only with words in upper or lower case, but not generalized (e.g. gegenstand does not match with Gegenstand). Maybe the script could just basically match in lowercase the hyphenation{..} word list?
Example: add some custom words in a language-file in a section
\hyphenation{
German
}
to define that "German" should not be splitted.
So only "German" is matched and not split, but "german" is split by regular rules of the language file. Thus, redundant rules for "german" and "German" have to be inserted in language files in the end.
Metadata
Metadata
Assignees
Labels
No labels