Guy Rutenberg

Keeping track of what I do

LaTeX Error: Command \textquotedbl unavailable in encoding HE8

with 6 comments

I was testing today the SVN version 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 could be solved by adding the following line to your LaTeX preamble:

\let\textquotedbl="

This line will define the \textquotedb to be the double quotation mark, and the document will compile look the same as it looked in older versions of LyX.

Share and Enjoy:
  • del.icio.us
  • StumbleUpon
  • Digg
  • Facebook
  • Mixx
  • Google Bookmarks
  • Simpy

Written by Guy

October 12th, 2008 at 8:08 pm

Posted in LaTeX

Tagged with , ,

6 Responses to 'LaTeX Error: Command \textquotedbl unavailable in encoding HE8'

Subscribe to comments with RSS or TrackBack to 'LaTeX Error: Command \textquotedbl unavailable in encoding HE8'.

  1. Thanks, this really helped me. :)

    Aviv Rosenberg

    24 Nov 08 at 11:24

  2. Thanks!

    I published this post as a bug in LyX’s bugzilla

    http://bugzilla.lyx.org/show_bug.cgi?id=5571

    Rronen

    26 Nov 08 at 01:34

  3. 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).

    Guy

    26 Nov 08 at 07:58

  4. The bug is already been fixed in the current SVN version :-)

    Anyway – Guy – Thanks for the work-around.

    Rronen

    26 Nov 08 at 22:07

  5. I use lyx+xetex for supporting out native(Chinese) language, and meet this error, thanks a lot for you solution!

    Guan SiPeng

    10 Aug 09 at 08:17

  6. well thanks! this bug is killing me all night long!

    saiba

    4 Jun 10 at 17:04

Leave a Reply