summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex')
-rw-r--r--Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex16
1 files changed, 2 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex b/Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex
index 5e5711f2313..95f85ceb733 100644
--- a/Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex
+++ b/Master/texmf-dist/doc/generic/babel-greek/test-unicode-lgr.tex
@@ -5,13 +5,13 @@
% Declare the font encoding and Greek LICR definitions:
\usepackage[LGR]{fontenc}
-\usepackage{textalpha}[2013/09/11]
% Set up Latin Modern OpenType unicode font
\usepackage{fontspec}
\usepackage[greek,english]{babel}
% \languageattribute{greek}{polutoniko}
+% \languageattribute{greek}{ancient}
% use LGR (8-bit CB-fonts) instead of Unicode fonts for Greek:
% \renewcommand*{\greekscript}{\fontencoding{LGR}\selectfont}
@@ -30,7 +30,7 @@ Typesetting Greek texts requires a font containing Greek letters. With the
XeTeX or LuaTeX engines, the user must ensure that the selected font
contains the required glyphs (the default Latin Modern fonts miss them).
-Latin Modern can combined with the matching CB-Greek 8-bit font. For the
+Latin Modern can be combined with the matching CB-Greek 8-bit font. For the
setup, see the preamble of this document \texttt{test-unicode-lgr.tex}
Caveat: Currently, hyphenation does not work with this setup. Use it only
@@ -258,16 +258,4 @@ Enumerated lists use Greek characters/numerals in the second and fourth level:
\end{enumerate}
\selectlanguage{english}
-
-This may be problematic with fonts that only partially support Greek and
-miss the numeral signs (dexiakeraia and aristerikeraia). If you prefer the
-"normal" enumeration, write in the preamble after loading babel:
-
-\begin{verbatim}
- \makeatletter
- \addto\extrasgreek{\let\@alph\latin@alph
- \let\@Alph\latin@Alph}
- \makeatother
-\end{verbatim}
-
\end{document}