summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty')
-rw-r--r--Master/texmf-dist/tex/latex/greek-fontenc/xunicode-greek.sty21
1 files changed, 11 insertions, 10 deletions
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}%
}%
}%
}%