summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lgrx/lgrxenc.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lgrx/lgrxenc.def')
-rw-r--r--Master/texmf-dist/tex/latex/lgrx/lgrxenc.def83
1 files changed, 40 insertions, 43 deletions
diff --git a/Master/texmf-dist/tex/latex/lgrx/lgrxenc.def b/Master/texmf-dist/tex/latex/lgrx/lgrxenc.def
index bd9861db6c8..0c1f8e8b69c 100644
--- a/Master/texmf-dist/tex/latex/lgrx/lgrxenc.def
+++ b/Master/texmf-dist/tex/latex/lgrx/lgrxenc.def
@@ -1,30 +1,27 @@
% lgrxenc.def
% ***********
-%
+%
% comprehensive LGR Greek font encoding definitions
% =================================================
-%
+%
% :Copyright: © 2010 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: This file is only kept for backwards compatibility with existing
-% documents.
-%
-% For new documents, use ``lgrenc.def`` from greek-fontenc_ (which
-% is also required by this file).
-%
-% This file is part of the lgrx_ bundle.
-%
+%
+% :Abstract: Obsolete font encoding file for Greek in text.
+%
+% For new documents, use ``lgrenc.def`` from greek-fontenc_ (which
+% is also required by this file).
+%
% .. contents::
-%
-%
+%
+%
% Changelog
% ---------
-%
+%
% .. class:: borderless
-%
+%
% ===== ============ ====================================================
% 0.1 2010-03-31 initial attempt
% 0.2 2010-04-20 diacritics dropped in UPPERCASE
@@ -42,46 +39,46 @@
% 0.7 2013-05-03 documentation update, new accent macros names
% 0.8 2013-05-30 backwards compatibility file for new lgrenc.def
% ===== ============ ====================================================
-%
+%
% Usage
% -----
-%
+%
% This file is only kept for backwards compatibility with existing documents.
-%
+%
% For new documents, use ``lgrenc.def`` from greek-fontenc_ (which is also
% required by this file).
-%
+%
% Example:
% Select font encodings `T1` (as default) and `LGR`:
-%
+%
% .. code:: latex
-%
+%
% \usepackage[LGR,T1]{fontenc}
-%
+%
% Select font encodings `T1` and (as default) `LGR`:
-%
+%
% .. code:: latex
-%
+%
% \usepackage[T1,LGR]{fontenc}
-%
+%
% Babel_'s "greek" option and the textalpha and alphabeta packages also load
% ``lgrenc.def``, so after any of the following lines, "LGR" is declared and
% set up as a font encoding:
-%
+%
% .. code:: latex
-%
+%
% \usepackage[greek,english]{babel} % default language English
-%
+%
% \usepackage[greek,english]{babel} % default language Greek
-%
+%
% \usepackage{textalpha}
-%
+%
% \usepackage{alphabeta}
-%
-%
+%
+%
% Implementation
% --------------
-%
+%
% Identification
% ~~~~~~~~~~~~~~
% ::
@@ -92,7 +89,7 @@
% Requirements
% ~~~~~~~~~~~~
-%
+%
% To declare and set up the LGR font encoding, we use the successor file
% ``lgrenc.def`` from greek-fontenc_::
@@ -100,21 +97,21 @@
% Backwards compatibility definitions
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-%
+%
% ``\TextGreek`` is now called ``\ensuregreek``::
\DeclareTextCommand{\TextGreek}{LGR}[1]{#1}
-
+
% Additional Greek symbols
% """"""""""""""""""""""""
-%
+%
% Compatibility aliases (defined via `TextCommand` so that up/downcasing works
% without the need for additional uclclist entries.
-%
+%
% Ancient Greek Numbers (Athenian Numerals)
% '''''''''''''''''''''''''''''''''''''''''
-%
+%
% Names from the athnum_ package::
\DeclareTextCommand{\PiDelta}{LGR}{\pentedeka} % GREEK ACROPHONIC ATTIC FIFTY
@@ -124,7 +121,7 @@
% Archaic letters
% '''''''''''''''
-%
+%
% Names from babel_'s ``greek.ldf`` and teubner_ ::
\DeclareTextCommand{\vardigamma}{LGR}{\textvarstigma} % greek.ldf
@@ -146,7 +143,7 @@
% Numeral signs
% '''''''''''''
% See also http://en.wikipedia.org/wiki/Greek_numerals
-%
+%
% Names from babel_, teubner_, and hyperref_'s puenc.def::
\DeclareTextCommand{\anwtonos}{LGR}{\textnumeralsigngreek} % ʹ (Dexia keraia)
@@ -155,7 +152,7 @@
% Diacritics
% ~~~~~~~~~~
-%
+%
% Backwards compatibility with LGRx versions < 0.7::
\DeclareTextCommand{\Ypogegrammeni}{LGR}{\ypogegrammeni}
@@ -182,7 +179,7 @@
% .. References
% ----------
-%
+%
% .. _alphabeta: alphabeta.sty.html
% .. _athnum: http://www.ctan.org/pkg/athnum
% .. _Babel: http://www.ctan.org/pkg/babel