% filename: loadhyph-el-polyton.tex % language: greek % % Loader for hyphenation patterns, generated by % source/generic/hyph-utf8/generate-pattern-loaders.rb % See also http://tug.org/tex-hyphen % % Copyright 2008-2019 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 Hyphenation patterns for multi-accent (polytonic) Modern Greek} \lccode"0027="0027 % ' \lccode"2019="2019 % ’ \lccode"02BC="02BC % ʼ \lccode"1FBD="1FBD % ᾽ \lccode"1FBF="1FBF % ᾿ \input hyph-el-polyton.tex \else % 8-bit engine (such as TeX or pdfTeX) \message{Hyphenation patterns for multi-accent (polytonic) Modern Greek} % Old patterns work in a different way, one-to-one conversion from UTF-8 is not possible. \input grphyph5.tex \fi\else % pTeX \message{Hyphenation patterns for multi-accent (polytonic) Modern Greek} \input grphyph5.tex \fi \endgroup