From 600a84471bc1df7fd1353abdb144b70c7a69b00c Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 25 Jan 2015 10:00:00 +0100 Subject: [PATCH] Babel supports ancient Greek --- lib/languages | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/lib/languages b/lib/languages index 0e2ac81c8d..59a005bc81 100644 --- a/lib/languages +++ b/lib/languages @@ -118,14 +118,21 @@ Language american LangCode en_US End -# not supported by babel +# In Babel, this is supported since v. 1.8a of babel-greek (2013-12-03) +# We introduce it with LyX 2.2 to give the support time to settle. Language ancientgreek - GuiName "Greek (ancient)" - PolyglossiaName greek - PolyglossiaOpts variant=ancient - QuoteStyle french - Encoding iso8859-7 - LangCode grc_GR + GuiName "Greek (ancient)" + BabelName greek + PostBabelPreamble + \languageattribute{greek}{ancient} + EndPostBabelPreamble + PolyglossiaName greek + PolyglossiaOpts variant=ancient + QuoteStyle french + Encoding iso8859-7 + InternalEncoding true + FontEncoding LGR + LangCode grc_GR End # FIXME: dummy babel language for arabic_arabtex to be able -- 2.39.5