blob: d2f1e8c6c8f6521e3c33c8df6cd9fd89352c2ff7 (
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
shortdesc French hyphenation patterns.
longdesc Hyphenation patterns for French in T1/EC and UTF-8 encodings.
execute AddHyphen \
name=french synonyms=patois,francais \
lefthyphenmin=2 \
righthyphenmin=2 \
file=loadhyph-fr.tex \
file_patterns=hyph-fr.pat.txt \
file_exceptions=
runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-fr.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-fr.ec.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/quote/hyph-quote-fr.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex
runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/txt/hyph-fr.pat.txt
|