summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty')
-rw-r--r--Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty16
1 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty b/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty
index a799a6cd90c..b4a4f94b69a 100644
--- a/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty
+++ b/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty
@@ -14,7 +14,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{alphabeta}
-[2016/02/05 v0.13.2 macros for Greek letters in text and math]
+ [2020/02/28 v0.14 macros for Greek letters in text and math]
% Changelog:
% .. class:: borderless
@@ -28,6 +28,8 @@
% 0.13 2015-09-04 Support for `variant symbols`.
% 0.13.2 2016-02-05 Support for standard Unicode text font encoding "TU"
% (new in fontspec v2.5a).
+% 0.14 2020/02/28 rename ``alphabeta-euenc.def`` to
+% ``alphabeta-tuenc.def``.
% ====== ========== =========================================================
%
% Motivation
@@ -272,7 +274,7 @@
%
% TeX’s concept of “standard” vs. “variant” math symbols does not map to the
% distinction between GREEK LETTER ... vs. GREEK ... SYMBOL in the Unicode
-% standard (see `<greek-euenc-doc.pdf>`_).
+% standard (see `<tuenc-greek-doc.pdf>`_).
%
% The ``\...symbol`` macros select the GREEK ... SYMBOL in both, text and
% math mode. For ``\epsilonsymbol`` and ``\phisymbol`` this is the default
@@ -317,15 +319,11 @@
% `letter name commands`. (Composition only works if the active font encoding
% is LGR). ::
-\ifdefined\XeTeXrevision
- \input{alphabeta-euenc.def}
- % \expandafter\endinput % "return"
-\else\ifdefined\luatexversion
- \input{alphabeta-euenc.def}
- % \expandafter\endinput % "return"
+\ifdefined\UTFencname
+ \input{alphabeta-tuenc.def}
\else % 8-bit TeX
\input{alphabeta-lgr.def}
-\fi\fi
+\fi
% Re-definition for Greek Unicode input in math mode