]> git.lyx.org Git - features.git/commitdiff
Fix bug #2005: Lyx Inserted Graphics Scale Error
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 29 Jun 2012 13:08:38 +0000 (15:08 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 29 Jun 2012 13:08:38 +0000 (15:08 +0200)
xkeyval fixes the incompatibility between graphicx.sty and babel/turkish.

lib/languages
status.20x

index 30d802ff2e670536ed113c3f029c410942a861f8..dce015776dfec1e2b73f3d3c7aa83fb3279e38f4 100644 (file)
@@ -786,6 +786,9 @@ Language turkish
        PolyglossiaName  turkish
        Encoding         iso8859-9
        LangCode         tr_TR
+       PostBabelPreamble
+       \usepackage{xkeyval}
+       EndPostBabelPreamble
 End
 
 # turkmen must be loaded locally with babel options,
index ce24b75e9238dd4f6f158644e0fa6bd7f99ccab9..cfd8da54e6947a51576b0bcc688c2b0ceeb95c28 100644 (file)
@@ -52,7 +52,10 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Do not output empty language switch commands (bug 8216)
+- Do not output empty language switch commands (bug 8216).
+
+- When using Turkish language, use the xkeyval package to avoid
+  incompatibilities (bug 2005).
 
 
 * USER INTERFACE