Skip to content

HyphenatorOptions

Defined in: src/core/hyphenation/liang.ts:70

Options for createHyphenator.

readonly optional exceptions?: readonly string[]

Defined in: src/core/hyphenation/liang.ts:79

Explicit exceptions that override pattern output. Each is a word with hyphens marking the allowed breaks, e.g. "as-so-ciate".


readonly optional leftMin?: number

Defined in: src/core/hyphenation/liang.ts:72

Minimum characters before the first break (TeX default: 2).


readonly optional rightMin?: number

Defined in: src/core/hyphenation/liang.ts:74

Minimum characters after the last break (TeX default: 3 for English, often 2 elsewhere).