mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
This splits the monolithink langauge.def, language.dat, and language.dat.lua into parts that are bundled in the texmf-dist-lang* packages. This way, it is trivial to generate them based on what is currently installed.
34 lines
739 B
Lua
34 lines
739 B
Lua
-- from hyphen-ancientgreek:
|
|
['ancientgreek'] = {
|
|
loader = 'loadhyph-grc.tex',
|
|
lefthyphenmin = 1,
|
|
righthyphenmin = 1,
|
|
synonyms = { },
|
|
patterns = 'hyph-grc.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
['ibycus'] = {
|
|
loader = 'ibyhyph.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { },
|
|
special = 'disabled:8-bit only',
|
|
},
|
|
-- from hyphen-greek:
|
|
['greek'] = {
|
|
loader = 'loadhyph-el-polyton.tex',
|
|
lefthyphenmin = 1,
|
|
righthyphenmin = 1,
|
|
synonyms = { 'polygreek' },
|
|
patterns = 'hyph-el-polyton.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
['monogreek'] = {
|
|
loader = 'loadhyph-el-monoton.tex',
|
|
lefthyphenmin = 1,
|
|
righthyphenmin = 1,
|
|
synonyms = { },
|
|
patterns = 'hyph-el-monoton.pat.txt',
|
|
hyphenation = '',
|
|
},
|