summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def')
-rw-r--r--Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def56
1 files changed, 28 insertions, 28 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 54875983470..76c710e55cb 100644
--- a/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
+++ b/Master/texmf-dist/tex/latex/greek-fontenc/greek-euenc.def
@@ -1,6 +1,6 @@
% greek-euenc.def: Greek LICR definitions for XeTeX and LuaTeX
% ***************************************************************
-%
+%
% :Copyright: © 2013 Günter Milde
% :Licence: This work may be distributed and/or modified under the
% conditions of the `LaTeX Project Public License`_, either
@@ -13,10 +13,10 @@
% Experimental support for Greek LICR macros with XeTeX and LuaTeX.
% Based on `lgrenc.def` and `lgrenc.dfu`.
-%
+%
% Changelog:
% .. class:: borderless
-%
+%
% ========== ===== =========================================================
% 2013-07-16 0.1 initial version
% 2013-07-18 0.1.1 bugfix: wrong breathings psilioxia -> dasiaoxia
@@ -24,32 +24,32 @@
% .. fix "hiatus" handling.
% 2013-07-24 0.1.3 fix "input" path.
% ========== ===== =========================================================
-%
+%
% Requires XeTeX or LuaTeX and a font with Greek characters. See
% `<test-euenc.tex>`_ and `<test-euenc.pdf>`_ for usage details and
% example.
-%
+%
% `xunicode.sty` defines several commands for the declaration of UTF
% characters, composites and accents. These are (sparsely) documented in the
% source. Unfortunately, they do not work seamless with the standard NFSS
% commands described in the fntguide.
-%
+%
% This file sets up LaTeX Internal Character Representaction (LICR) macros
% based on standard LaTeX commands. It should work independed of `xunicode`.
% (Currently, it only works if `fontspec` is loaded. TODO: Why?)
-%
-%
+%
+%
% Greek Diacritics
% ================
-%
+%
% Define "named macros" for simple and combined diacritics.
-%
+%
% * Named accent macros can be used instead of the ``\@tabacckludge`` by
% to-LaTeX converters to ensure working also inside the tabbing environment.
-%
+%
% * Named macros are required for upcasing according to Greek typesetting
% conventions and in the definition of composite commands.
-%
+%
% Greek alias names for standard accents::
\DeclareTextCommand{\acctonos}{\LastDeclaredEncoding}{\@tabacckludge'}
@@ -58,7 +58,7 @@
\DeclareTextCommand{\accperispomeni}{\LastDeclaredEncoding}{\@tabacckludge~}
% Breathings:
-%
+%
% (The COMBINING GREEK KORONIS is a legacy character, discarded in favour of
% COMBINING COMMA ABOVE) ::
@@ -75,7 +75,7 @@
% \DeclareTextAccentCombined{\accypogegrammeni}{\LastDeclaredEncoding}{0837}
% Sub-iota:
-%
+%
% ``\ypogegrammeni`` is a postfix accent (ligature in LGR) ::
\DeclareTextSymbol{\ypogegrammeni}{\LastDeclaredEncoding}{0837} % COMBINING GREEK YPOGEGRAMMENI
@@ -98,7 +98,7 @@
% Composite Diacritics
% ====================
-%
+%
% Use the `common Greek font encoding definitions`_::
\input{greek-fontenc.def}
@@ -106,14 +106,14 @@
% Character Definitions
% =====================
-%
-%
+%
+%
% \DeclareTextSymbol{\textcompwordmark}{\LastDeclaredEncoding}{8204}
-%
-%
+%
+%
% Greek and Coptic
% ~~~~~~~~~~~~~~~~
-%
+%
% ::
% NR Unicode Name % babel name, % PU name
@@ -520,10 +520,10 @@
% ~~~~~~~~~~~~~~~~~~~~~
% TODO: map other chars to corresponding Greek letters.
% See also the grnumalt_ package.
-%
+%
% Definition with literal Unicode characters, because the code-point has 5
% hexadecimal digits:
-%
+%
% ::
\DeclareTextCommand{\textpentedeka}{\LastDeclaredEncoding}{𐅄} % GREEK ACROPHONIC ATTIC FIFTY
@@ -534,19 +534,19 @@
% UPPERCASE
% ~~~~~~~~~
-%
+%
% The `common Greek font encoding definitions`_ in ``greek-fontenc.def`` extend
% the `uclclist` with Greek LICR macros. Here, we add EU1 specific "hiatus"
% handling.
-%
+%
% Mark hiatus
% """""""""""
-%
+%
% Tonos and dasia mark a hiatus if placed on the
% first vowel of a diphthong (ΑΙ, ΑΥ, ΕΙ). A dialytika must be placed on the
% second vowel if they are dropped (άυλος → ΑΫΛΟΣ, μάινα → ΜΑΪΝΑ, κέικ → ΚΕΪΚ,
% ἀυπνία → ΑΫΠΝΙΑ).
-%
+%
% Look ahead and place a diaeresis on Ι or Υ
% (copied from lgrenc.def and changed Latin transcription to Unicode literals)::
@@ -571,10 +571,10 @@
}
% .. References
-%
+%
% .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt
% .. _inputenc: http://www.ctan.org/pkg/inputenc
% .. _greek-fontenc: http://www.ctan.org/pkg/greek-fontenc
% .. _grnumalt: http://www.ctan.org/pkg/grnumalt
-%
+%
% .. _common Greek font encoding definitions: greek-fontenc.def.html