blob: 5b62c54d16c84ea50bbafb9f9f3c38192f96848f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
category TLCore
depend hyphen-base
depend hyph-utf8
execute AddHyphen \
name=mongolian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-mn-cyrl.tex \
file_patterns=hyph-mn-cyrl.pat.txt \
file_exceptions=
execute AddHyphen \
name=mongolianlmc \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-mn-cyrl-x-lmc.tex \
luaspecial="disabled:only for 8bit montex with lmc encoding"
|