I'm using LyX, but I guess a solution would be some TeX code. I'm writing a document in English and I want to insert some Hebrew text, but the document encoding doesn't let me. Using Hebrew encoding for the entire document doesn't work as it ruins the TOC, etc. Is there a way to locally change the text's encoding?

link|improve this question

You should look at en.wikibooks.org/wiki/LaTeX/Internationalization#Arabic_script I've never written anything in Hebrew, so I wouldn't know how to help you with this. – voyager Jul 4 '10 at 14:19
If you don't need the advanced microtypography features of pdfTeX, switch to XeTeX which has native Unicode and OpenType support. – Philipp Jul 4 '10 at 15:16
feedback

2 Answers

up vote 4 down vote accepted

Amir, I would suggest to change ALL de document encoding for some Unicode one - for example, UTF-8. Unicode encodings can support all writing systems. Is it possible? If not, why?

link|improve this answer
When I do this I get an error that the character was "not set up to use with LaTeX". – Amir Rachum Jul 4 '10 at 14:27
When I changed to utf8x, the TOC turns into Hebrew (??) and all the English in the TOC is reversed. – Amir Rachum Jul 4 '10 at 14:30
Could you share some resumed verson of the document, or some files which produce this error? I usually recommend use XeTeX/XeLaTeX when people got weird problems with UTF-8 but it is just a general recomendation. I believe we can know better with some examples of yours. – brandizzi Jul 7 '10 at 14:03
I actually got this to work with utf8x, thanks! – Amir Rachum Jul 8 '10 at 0:01
@Amir: if you want a fixed-width, ASCII-compatible charset, Latin-8 supports Hebrew letters: you can use \RequirePackage[8859-8]{inputenc}. – Charles Stewart Jul 9 '10 at 9:28
feedback

The distribution from http://ivritex.sourceforge.net/ has several examples. Take a look -- one of them must have what you need.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.