latex3 / babel

The babel system for LaTeX, LuaLaTeX and XeLaTeX
LaTeX Project Public License v1.3c
123 stars 34 forks source link

Small alignments with polyglossia #268

Closed ivankokan closed 8 months ago

ivankokan commented 8 months ago

Check:

@jbezos Additionally, is it possible to arrange the following in babel?

Are the other parameters under typography somewhere described (e.g. hyphenationmin)?

jbezos commented 8 months ago

Thanks, merged.

indentfirst is more a layout decision than a locale one (it can break ‘closed‘ document classes) and remains untouched.

hyphenationmin is both layout and locale dependent, and I’m still not sure how the deal with it, because, unlike hyphenmins, luatex has made it \language depended (a bad decision, imho).

I’ll add a transform for the split hyphens (luatex).

See https://latex3.github.io/babel/guides/keys-in-ini-files.html.