blob: 6cdc5a10b07936646334eb4ef38f6156f6047786 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Portuguese hyphenation patterns.
longdesc Hyphenation patterns for Portuguese in T1/EC and UTF-8 encodings.
# brazil and brazilian may be removed if a 'bug' in luatex-hyphen is fixed
#catalogue-version 1.0
execute AddHyphen \
name=portuguese synonyms=portuges,brazil,brazilian \
lefthyphenmin=2 \
righthyphenmin=3 \
file=loadhyph-pt.tex \
file_patterns=hyph-pt.pat.txt \
file_exceptions=hyph-pt.hyp.txt
|