diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-09 21:04:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-09 21:04:55 +0000 |
commit | 6d4065057e91bcdcaa22ea79197f8d645cc043be (patch) | |
tree | 2f54ac3c5be999e120b5af186999c67b85b82212 /Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty | |
parent | d6db4de29587013fe415a32e0bd37e1afe2251e8 (diff) |
greek-fontenc (9mar23)
git-svn-id: svn://tug.org/texlive/trunk@66489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty | 69 |
1 files changed, 42 insertions, 27 deletions
diff --git a/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty b/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty index 09a1cf5c6ea..a0352815dbe 100644 --- a/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty +++ b/Master/texmf-dist/tex/latex/greek-fontenc/alphabeta.sty @@ -3,38 +3,17 @@ % Greek symbols in text and math % ****************************** % -% :Copyright: © 2010 Günter Milde +% :Version: 2.2.1 (changelog_) +% +% :Copyright: © 2010, 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. % -% :Abstract: Use ``\alpha, \beta, ...`` for Greek letters in text and math -% mode. +% :Abstract: Use ``\alpha, \beta, ...`` for Greek letters in text and math +% mode. % -% :Identification: -% :: - -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{alphabeta} - [2020/10/13 2.0 macros for Greek letters in text and math] - -% Changelog: -% .. class:: borderless -% -% ====== ========== ========================================================= -% 0.1 2012-06-26 initial version -% 0.2 2013-05-03 new accent macro names with ``lgrxenc.def`` 0.7 -% 0.3 2013-05-28 use ``lgrenc.def`` from greek-fontenc, -% .. enable Unicode input in math mode. -% 0.4 2013-09-11 move to greek-fontenc_, support XeTeX/LuaTeX. -% 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``. -% 1.0 2020/09/25 New package version. No changes in this file. -% 2.0 2020/10/13 Provide ``\Koppa``. -% ====== ========== ========================================================= % % .. contents:: % @@ -91,6 +70,16 @@ % Implementation % ============== % +% Identification +% -------------- +% +% :: + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{alphabeta} + [2023/03/08 2.2.1 macros for Greek letters in text and math] + + % Requirements % ------------ % @@ -121,6 +110,7 @@ \AtBeginDocument{ + % Save math macros % ---------------- % @@ -180,6 +170,7 @@ \let\mathvarkappa\varkappa \fi + % Commands to access Greek letters by name % ---------------------------------------- % @@ -333,6 +324,7 @@ \input{alphabeta-lgr.def} }{} + % Re-definition for Greek Unicode input in math mode % -------------------------------------------------- % @@ -395,6 +387,29 @@ } % close the \AtBeginDocument macro + +% Changelog +% ========= +% +% .. class:: borderless +% +% ====== =========== ======================================================== +% 0.1 2012-06-26 initial version +% 0.2 2013-05-03 new accent macro names with ``lgrxenc.def`` 0.7 +% 0.3 2013-05-28 use ``lgrenc.def`` from greek-fontenc, +% .. enable Unicode input in math mode. +% 0.4 2013-09-11 move to greek-fontenc_, support XeTeX/LuaTeX. +% 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``. +% 1.0 2020/09/25 New package version. No changes in this file. +% 2.0 2020/10/13 Provide ``\Koppa``. +% 2.2.1 2023-03-08 Documentation update. +% ====== =========== ======================================================== +% +% % .. References % ---------- % .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt |