mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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.
43 lines
997 B
Lua
43 lines
997 B
Lua
-- from dehyph-exptl:
|
|
['german-x-2024-02-28'] = {
|
|
loader = 'dehypht-x-2024-02-28.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { 'german-x-latest' },
|
|
patterns = 'hyph-de-1901.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
['ngerman-x-2024-02-28'] = {
|
|
loader = 'dehyphn-x-2024-02-28.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { 'ngerman-x-latest' },
|
|
patterns = 'hyph-de-1996.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
-- from hyphen-german:
|
|
['german'] = {
|
|
loader = 'loadhyph-de-1901.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { },
|
|
patterns = 'hyph-de-1901.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
['ngerman'] = {
|
|
loader = 'loadhyph-de-1996.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { },
|
|
patterns = 'hyph-de-1996.pat.txt',
|
|
hyphenation = '',
|
|
},
|
|
['swissgerman'] = {
|
|
loader = 'loadhyph-de-ch-1901.tex',
|
|
lefthyphenmin = 2,
|
|
righthyphenmin = 2,
|
|
synonyms = { },
|
|
patterns = 'hyph-de-ch-1901.pat.txt',
|
|
hyphenation = '',
|
|
},
|