diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def | 45 |
1 files changed, 16 insertions, 29 deletions
diff --git a/Master/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def b/Master/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def index ab1fd033f3f..dcc9b0b672b 100644 --- a/Master/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def +++ b/Master/texmf-dist/tex/latex/greek-fontenc/tuenc-greek.def @@ -11,7 +11,7 @@ % :: \ProvidesFile{tuenc-greek.def} -[2020/02/28 0.14 Greek LICRs for XeTeX and LuaTeX] +[2020/09/25 1.0 Greek LICRs for XeTeX and LuaTeX] % :abstract: % Experimental support for Greek LICR macros with XeTeX and LuaTeX. @@ -36,6 +36,7 @@ % .. LICR macros for symbol variants. % 0.13.3 2018-01-06 Documentation update. % 0.14 2020-02-28 Rename to ``tuenc-greek.def``. Use ``\UTFencname``. +% 1.0 2020/09/25 ``\textKoppa`` as alias for ``\textkoppa`` in LGR. % ====== ========== ======================================================== % % .. contents:: @@ -240,7 +241,7 @@ \DeclareTextCommand{\textstigma}{\UTFencname}{ϛ} \DeclareTextCommand{\textDigamma}{\UTFencname}{Ϝ} \DeclareTextCommand{\textdigamma}{\UTFencname}{ϝ} -\DeclareTextCommand{\textKoppa}{\UTFencname}{Ϟ} % not defined in LGR +\DeclareTextCommand{\textKoppa}{\UTFencname}{Ϟ} % in LGR identic to \textkoppa \DeclareTextCommand{\textkoppa}{\UTFencname}{ϟ} % \koppa, \textqoppa [sic!] \DeclareTextCommand{\textSampi}{\UTFencname}{Ϡ} \DeclareTextCommand{\textsampi}{\UTFencname}{ϡ} @@ -821,25 +822,11 @@ % ~~~~~~~~ % % The common Greek font encoding definitions in greek-fontenc.def_ extend the -% `uclclist` with Greek LICR macros. Here, we add textkoppa/textKoppa and -% Unicode-specific "hiatus_" handling (copied from lgrenc.def_ and changed +% `uclclist` with Greek LICR macros. Here, we add Unicode-specific "hiatus_" +% handling (copied from lgrenc.def_ and changed % Latin transcription to Unicode literals). -% -% @uclclist extension (see also greek-fontenc.def_):: - -\providecommand*\tuenc@greek@update@uclclist{% - \expandafter\def\expandafter\@uclclist\expandafter{% - \@uclclist - \textkoppa \textKoppa - }% - \let\tuenc@greek@update@uclclist\relax -} - -% Expand the uclc list using the just defined macro:: - -\tuenc@greek@update@uclclist - -% Now the hiatus definition modifications:: +% +% The hiatus definition modifications:: \DeclareTextCommand{\LGR@A@hiatus}{\UTFencname}{% \LGR@ifnextchar{Ι}{\textAlpha\"}{% @@ -863,18 +850,18 @@ % .. References % % .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt -% .. _babel-greek: http://www.ctan.org/pkg/babel-greek -% .. _euenc: http://www.ctan.org/pkg/euenc -% .. _fontspec: http://www.ctan.org/pkg/fontspec -% .. _greek-fontenc: http://www.ctan.org/pkg/greek-fontenc -% .. _grnumalt: http://www.ctan.org/pkg/grnumalt -% .. _inputenc: http://www.ctan.org/pkg/inputenc +% .. _babel-greek: http://ctan.org/pkg/babel-greek +% .. _euenc: http://ctan.org/pkg/euenc +% .. _fontspec: http://ctan.org/pkg/fontspec +% .. _greek-fontenc: http://ctan.org/pkg/greek-fontenc +% .. _grnumalt: http://ctan.org/pkg/grnumalt +% .. _inputenc: http://ctan.org/pkg/inputenc % .. _textalpha: textalpha.sty.html -% .. _xgreek: http://www.ctan.org/pkg/xgreek -% .. _xunicode: http://www.ctan.org/pkg/xunicode +% .. _xgreek: http://ctan.org/pkg/xgreek +% .. _xunicode: http://ctan.org/pkg/xunicode % % .. _LaTeX2e font selection: -% http://mirror.ctan.org/macros/latex/doc/fntguide.pdf +% http://mirror.ctan.org/macros/latex/base/fntguide.pdf % .. _common Greek font encoding definitions: % .. _greek-fontenc.def: greek-fontenc.def.html % .. _lgrenc.def: lgrenc.def.html |