blob: 300d12d36c8b7a406b680b173abe564c5dcb3bc9 (
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=hyph-mn-cyrl.hyp.txt
execute AddHyphen \
name=mongolianlmc \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-mn-cyrl-x-lmc.tex \
luaspecial="disabled:only for 8bit montex with lmc encoding"
|