I was testing today the SVN versions of LyX 1.6.0 and 1.5.7. Due to a change in the way the double quotation mark (“) is handled, adding it to Hebrew text resulted in the following LaTeX error:
LaTeX Error: Command textquotedbl unavailable in encoding HE8
This can be solved by adding the following line to your LaTeX preamble:
lettextquotedbl="
This line will define textquotedbl to be the double quotation mark, and the document will compile the same way it looked in older versions of LyX.
Thanks, this really helped me. 🙂
Thanks!
I published this post as a bug in LyX’s bugzilla
http://bugzilla.lyx.org/show_bug.cgi?id=5571
Ronen: It’s a good idea, I hope they will fix it.
I wasn’t sure if I should report it or not, as LyX produces correct LaTeX code, and I was more concerned with the other bug I found that day (amsmath was automatically added, ignoring the user settings, when \iint was in the document).
The bug is already been fixed in the current SVN version 🙂
Anyway – Guy – Thanks for the work-around.
I use lyx+xetex for supporting out native(Chinese) language, and meet this error, thanks a lot for you solution!
well thanks! this bug is killing me all night long!
Thanks! This came up for me because my coathor still uses swp.
Thank you so much!