Author: lasgouttes
Date: Wed Jun 22 11:53:44 2011
New Revision: 39190
URL: http://www.lyx.org/trac/changeset/39190

Log:
Fix bug #2005: Lyx Inserted Graphics Scale Error

xkeyval fixes the incompatibility between graphicx.sty and babel/turkish.

Modified:
   lyx-devel/trunk/lib/chkconfig.ltx
   lyx-devel/trunk/lib/languages

Modified: lyx-devel/trunk/lib/chkconfig.ltx
==============================================================================
--- lyx-devel/trunk/lib/chkconfig.ltx   Wed Jun 22 11:30:57 2011        (r39189)
+++ lyx-devel/trunk/lib/chkconfig.ltx   Wed Jun 22 11:53:44 2011        (r39190)
@@ -317,6 +317,7 @@
 \TestPackage{wrapfig}
 \TestPackage{xargs}
 \TestPackage{xcolor}
+\TestPackage{xkeyval}
 
 % psnfss is in fact the name of a set of style files, among which
 % times.sty. If times.sty is here, we will assume that everything is fine.

Modified: lyx-devel/trunk/lib/languages
==============================================================================
--- lyx-devel/trunk/lib/languages       Wed Jun 22 11:30:57 2011        (r39189)
+++ lyx-devel/trunk/lib/languages       Wed Jun 22 11:53:44 2011        (r39190)
@@ -785,6 +785,9 @@
        PolyglossiaName  turkish
        Encoding         iso8859-9
        LangCode         tr_TR
+       PostBabelPreamble
+       \usepackage{xkeyval}
+       EndPostBabelPreamble
 End
 
 # turkmen must be loaded locally with babel options,

Reply via email to