blob: 5076732a6dabc832699de1c7652dd4f48dd83498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Indonesian hyphenation patterns.
longdesc Hyphenation patterns for Indonesian (Bahasa Indonesia) in ASCII
longdesc encoding. They are probably also usable for Malay (Bahasa Melayu).
execute AddHyphen \
name=indonesian \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-id.tex \
file_patterns=hyph-id.pat.txt \
file_exceptions=hyph-id.hyp.txt
|