blob: d5201ac8ff820f1ebba644397e25f808ae4509e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% greek-euenc.def
% +++++++++++++++
%
% Backwards compatibility file loading tuenc-greek.def.
%
% :Copyright: © 2020 Günter Milde
% :Licence: This work may be distributed and/or modified under the
% conditions of the `LaTeX Project Public License`_, either
% version 1.3 of this license or any later version.
\ProvidesFile{greek-euenc.def}
[2020/02/28 2.0 Greek LICRs for XeTeX and LuaTeX]
% Just in case there is an old fontspec using EU1 or EU2::
\ifdefined \UTFencname % set by fontspec
\providecommand*{\UnicodeEncodingName}{\UTFencname} % TU, EU1, or EU2
\fi
\input{tuenc-greek.def}
|