blob: c9f4146f72a40c15df09aaa460b7ae01c73b62b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
% loadhyph-fr.tex
%
% Autogenerated loader for hyphenation patterns for "french"
% by source/generic/hyph-utf8/generate-pattern-loaders.rb
% See also http://tug.org/tex-hyphen
%
% Copyright 2008 TeX Users Group.
% You may freely use, modify and/or distribute this file.
% (But consider adapting the scripts if you need modifications.)
%
% Once it turns out that more than a simple definition is needed,
% these lines may be moved to a separate file.
%
\begingroup
\lccode`\'=`\'
% Test whether we received one or two arguments
\def\testengine#1#2!{\def\secondarg{#2}}
% That's Tau (as in Taco or ΤΕΧ, Tau-Epsilon-Chi), a 2-byte UTF-8 character
\testengine Τ!\relax
% Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument
\ifx\secondarg\empty
\message{UTF-8 French hyphenation patterns (V2.12, 2002/12/11)}
\else
\message{EC French hyphenation patterns (V2.12, 2002/12/11)}
% A hack to support both EC and OT1 encoding in 8-bit engines.
% Kept for backward compatibility only, though we would prefer to drop it.
% OT1 encoding is close-to-useless for proper hyphenation.
\input spechyph-ot1-fr.tex
\input conv-utf8-ec.tex
\fi
\input hyph-fr.tex
\endgroup
|