You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
% filename: loadhyph-pl.tex
|
|
% language: polish
|
|
%
|
|
% Loader for hyphenation patterns, generated by
|
|
% source/generic/hyph-utf8/generate-pattern-loaders.rb
|
|
% See also http://tug.org/tex-hyphen
|
|
%
|
|
% Copyright 2008-2020 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
|
|
% Test for pTeX
|
|
\ifx\kanjiskip\undefined
|
|
% Test for native UTF-8 (which gets only a single argument)
|
|
% That's Tau (as in Taco or ΤΕΧ, Tau-Epsilon-Chi), a 2-byte UTF-8 character
|
|
\def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax
|
|
\ifx\secondarg\empty
|
|
% Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument
|
|
\message{UTF-8 Polish hyphenation patterns}
|
|
\input hyph-pl.tex
|
|
\else
|
|
% 8-bit engine (such as TeX or pdfTeX)
|
|
\message{QX Polish hyphenation patterns}
|
|
\input conv-utf8-qx.tex
|
|
\input hyph-pl.tex
|
|
\fi\else
|
|
% pTeX
|
|
\message{QX Polish hyphenation patterns}
|
|
\input hyph-pl.qx.tex
|
|
\fi
|
|
\endgroup
|
|
|