summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/greek-fontenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-25 21:55:15 +0000
committerKarl Berry <karl@freefriends.org>2013-07-25 21:55:15 +0000
commit815e77555e3aebd8182bee6f32fd1927d8093795 (patch)
treed4c11402754d0a3d219676a80d39b54b14900d57 /Master/texmf-dist/tex/latex/greek-fontenc
parentd916ced297859e30c730363e4cf05d6bb1b06883 (diff)
greek-fontenc (25jul13)
git-svn-id: svn://tug.org/texlive/trunk@31284 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/greek-fontenc')
-rw-r--r--Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def5
-rw-r--r--Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty21
2 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def b/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
index 8e4673e7be7..54875983470 100644
--- a/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
+++ b/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
@@ -9,7 +9,7 @@
% ::
\ProvidesFile{greek-euenc}
-[2013/07/19 0.1.2 Greek LICRs for XeTeX and LuaTeX]
+[2013/07/24 0.1.3 Greek LICRs for XeTeX and LuaTeX]
% Experimental support for Greek LICR macros with XeTeX and LuaTeX.
% Based on `lgrenc.def` and `lgrenc.dfu`.
@@ -22,6 +22,7 @@
% 2013-07-18 0.1.1 bugfix: wrong breathings psilioxia -> dasiaoxia
% 2013-07-19 0.1.2 bugfix: Disable composite defs starting with char macro,
% .. fix "hiatus" handling.
+% 2013-07-24 0.1.3 fix "input" path.
% ========== ===== =========================================================
%
% Requires XeTeX or LuaTeX and a font with Greek characters. See
@@ -100,7 +101,7 @@
%
% Use the `common Greek font encoding definitions`_::
-\input{../greek-fontenc/greek-fontenc.def}
+\input{greek-fontenc.def}
% Character Definitions
diff --git a/Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty b/Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty
index f35e8dc8f55..c1bd1c7db6c 100644
--- a/Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty
+++ b/Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty
@@ -10,7 +10,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{xunicode-greek}
-[2013/07/18 0.1.1 Greek LICRs for XeTeX and LuaTeX]
+[2013/07/24 0.1.3 Greek LICRs for XeTeX and LuaTeX]
% Based on `xunicode`, `lgrenc.def` and `lgrenc.dfu`.
%
@@ -20,6 +20,7 @@
% ========== ===== =========================================================
% 2013-07-16 0.1 initial version
% 2013-07-18 0.1.1 bugfix: wrong breathings psilioxia -> dasiaoxia
+% 2013-07-24 0.1.3 fix "input" path.
% ========== ===== =========================================================
%
% Requires XeTeX or LuaTeX and a font with Greek characters. See
@@ -116,7 +117,7 @@
%
% Use the `common Greek font encoding definitions`_::
-\input{../greek-fontenc/greek-fontenc.def}
+\input{greek-fontenc.def}
% Character Definitions
@@ -562,19 +563,19 @@
% (copied from lgrenc.def and changed Latin transcription to Unicode literals)::
\DeclareTextCommand{\LGR@A@hiatus}{\LastDeclaredEncoding}{%
- \LGR@ifnextchar{Ι}{\textAlpha\"}{%
- \LGR@ifnextchar{Υ}{\textAlpha\"}{%
- \LGR@ifnextchar{\textIota}{\textAlpha\"}{%
- \LGR@ifnextchar{\textUpsilon}{\textAlpha\"}{\textAlpha}%
+ \LGR@ifnextchar{Ι}{A\"}{%
+ \LGR@ifnextchar{Υ}{A\"}{%
+ \LGR@ifnextchar{\textIota}{A\"}{%
+ \LGR@ifnextchar{\textUpsilon}{A\"}{A}%
}%
}%
}%
}
\DeclareTextCommand{\LGR@E@hiatus}{\LastDeclaredEncoding}{%
- \LGR@ifnextchar{Ι}{\textEpsilon\"}{%
- \LGR@ifnextchar{Υ}{\textEpsilon\"}{%
- \LGR@ifnextchar{\textIota}{\textEpsilon\"}{%
- \LGR@ifnextchar{\textUpsilon}{\textEpsilon\"}{\textEpsilon}%
+ \LGR@ifnextchar{Ι}{E\"}{%
+ \LGR@ifnextchar{Υ}{E\"}{%
+ \LGR@ifnextchar{\textIota}{E\"}{%
+ \LGR@ifnextchar{\textUpsilon}{E\"}{E}%
}%
}%
}%