I cannot use xelatex with lyx anymore. Googling for the latex errors, I found 
this page:
        
http://tex.stackexchange.com/questions/29006/xelatex-stopped-working-after-texlive2011-update-2-days-ago

If I insert (as suggested there) in the preamble
        \usepackage{xkeyval}
then everything compiles ok.
This should be done automatically IMHO.

        Kornel
        
Index: src/BufferParams.cpp
===================================================================
--- src/BufferParams.cpp	(Revision 39767)
+++ src/BufferParams.cpp	(Arbeitskopie)
@@ -1901,6 +1901,7 @@
 	// Polyglossia must be loaded last
 	if (use_polyglossia) {
 		// call the package
+		lyxpreamble += "\\usepackage{xkeyval}\n";
 		lyxpreamble += "\\usepackage{polyglossia}\n";
 		// set the main language
 		lyxpreamble += "\\setdefaultlanguage";

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to