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.sty17
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty b/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty
index 53027da0b91..ddc8df103af 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}
- [2020/02/28 1.0 macros for Greek letters in text and math]
+ [2020/10/13 2.0 macros for Greek letters in text and math]
% Changelog:
% .. class:: borderless
@@ -30,6 +30,8 @@
% (new in fontspec v2.5a).
% 0.14 2020/02/28 rename ``alphabeta-euenc.def`` to
% ``alphabeta-tuenc.def``.
+% 1.0 2020/09/25 New package version. No changes in this file.
+% 2.0 2020/10/13 Provide ``\Koppa``.
% ====== ========== =========================================================
%
% Motivation
@@ -118,7 +120,7 @@
% Save math macros
% ----------------
%
-% Provide an alias for the standard math commands::
+% Map the standard math commands to maths-specific names::
\let\mathGamma\Gamma
\let\mathDelta\Delta
@@ -263,6 +265,7 @@
\providecommand*{\stigma}{\textstigma} % ϛ
\providecommand*{\varstigma}{\textvarstigma} % stigma variant (CB.enc, teubner)
\providecommand*{\koppa}{\textkoppa} % ϟ (greek small letter koppa)
+\providecommand*{\Koppa}{\textKoppa} % Ϟ (greek letter koppa)
\providecommand*{\qoppa}{\textqoppa} % ϙ (archaic koppa)
\providecommand*{\Qoppa}{\textQoppa} % Ϙ (archaic Koppa)
\providecommand*{\Stigma}{\textStigma} % Ϛ (in some fonts ϹΤ ligature)
@@ -274,7 +277,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 `<tuenc-greek-doc.pdf>`_).
+% standard (see `<test-tuenc-greek.pdf>`_).
%
% The ``\...symbol`` macros select the GREEK ... SYMBOL in both, text and
% math mode. For ``\epsilonsymbol`` and ``\phisymbol`` this is the default
@@ -319,12 +322,12 @@
% `letter name commands`. (Composition only works if the active font encoding
% is LGR). ::
-\ifdefined\UTFencname
+\@ifl@aded{def}{tuenc-greek}{
\input{alphabeta-tuenc.def}
-\else % 8-bit TeX
+}{}
+\@ifl@aded{def}{lgrenc}{
\input{alphabeta-lgr.def}
-\fi
-
+}{}
% Re-definition for Greek Unicode input in math mode
% --------------------------------------------------