blob: a75979f1f3fe527770bb07919c454a750f6c9dee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
category TLCore
depend hyphen-base
depend hyph-utf8
shortdesc Norwegian Bokmal and Nynorsk hyphenation patterns.
longdesc Hyphenation patterns for Norwegian Bokmal and Nynorsk in T1/EC and
longdesc UTF-8 encodings.
execute AddHyphen \
name=bokmal synonyms=norwegian,norsk \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-nb.tex \
file_patterns=hyph-nb.pat.txt \
file_exceptions=hyph-nb.hyp.txt
execute AddHyphen \
name=nynorsk \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-nn.tex \
file_patterns=hyph-nn.pat.txt \
file_exceptions=hyph-nn.hyp.txt
|