commit 4f2536afcf394ddcae6d55df492acadb29ac014b
Author: Scott Kostyshak <[email protected]>
Date:   Sat Oct 24 02:30:03 2015 -0400

    Correct PolyglossiaOpts for Serbian
    
    PolyglossiaOpts are case-sensitive so "latin" must be changed to
    "Latin". Without this change, compiling examples/sr/Braille.lyx
    with LuaTeX and system fonts gives the following error:
    
      Package Polyglossia Error: Unknown script `latin' for Serbian
      language

diff --git a/development/autotests/revertedTests 
b/development/autotests/revertedTests
index eefa80a..46fd131 100644
--- a/development/autotests/revertedTests
+++ b/development/autotests/revertedTests
@@ -58,8 +58,6 @@ export/examples/colored-boxes_pdf[45]_systemF
 export/examples/eu/adibide_lyx-atua_(dvi3)_systemF
 export/examples/fr/(Foils|ListesPuces|seminar|simplecv)_pdf4_systemF
 export/examples/gl/exemplo_lyxificado_(dvi3)_systemF
-export/examples/sr/Braille_pdf4_systemF
-export/examples/sr/splash_pdf4_systemF
 export/templates/RJournal_(dvi3|pdf[45])_systemF
 # Changes in TeX Live 2014 (see git blame for info) fixed IEEEtran-CompSoc
 # pdf4_systemF but not others. TODO Investigate if others can be fixed?
diff --git a/lib/languages b/lib/languages
index 2a5d6fe..afd464d 100644
--- a/lib/languages
+++ b/lib/languages
@@ -919,7 +919,7 @@ Language serbian-latin
        GuiName          "Serbian (Latin)"
        BabelName        serbian
        PolyglossiaName  serbian
-       PolyglossiaOpts  "script=latin"
+       PolyglossiaOpts  "script=Latin"
        QuoteStyle       german
        Encoding         iso8859-2
        LangCode         sr_RS-Latin

Reply via email to