blob: be477f21714ee9df38041234b9f928dd28f37789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Chinese pinyin hyphenation patterns.
longdesc Hyphenation patterns for unaccented transliterated Mandarin Chinese
longdesc (pinyin) in T1/EC and UTF-8 encodings. The latter can hyphenate pinyin
longdesc with or without tone markers; the former only without.
execute AddHyphen \
name=pinyin \
lefthyphenmin=1 \
righthyphenmin=2 \
file=loadhyph-zh-latn-pinyin.tex \
file_patterns=hyph-zh-latn-pinyin.pat.txt \
file_exceptions=
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-zh-latn-pinyin.ec.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-zh-latn-pinyin.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-zh-latn-pinyin.pat.txt
|