I need to introduce one Hebrew word in a document. I have been trying to add an hebrew option in my Babel includepackage command, as in the following code, but it does not work: it triggers a clash with almost all the other packages (in the following examples, all the ones below inputenc).
\documentclass[10pt]{article}
\usepackage[english,hebrew,french]{babel}
\usepackage{aeguill}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{xspace}
\usepackage{listingsutf8}
\usepackage{color}
\usepackage{url}
\usepackage{textcomp}
\begin{document}
Blah
\end{document}
This is a minimal non-working example: I need all these packages for my document. How can I display Hebrew text here? I'd like to avoid including it as a picture...
inputencbeforebabel. One of the bad habits ofhebrew.ldfis that it loadsinputencif you haven't done it already. – Ulrike Fischer Sep 25 '12 at 14:15Command \hebyod unavailable in encoding T1.– Eusebius Sep 25 '12 at 14:24\usepackage{cjhebrew}and then\cjRL{hebrew}. – Ulrike Fischer Sep 25 '12 at 14:41! Undefined control sequence. \u-default-1497 #1->\hebyod l.15 Blah \cjRL{my hebrew word here}– Eusebius Sep 25 '12 at 14:50\hebyodwith cjhebrew. And read the documentation of the package. – Ulrike Fischer Sep 25 '12 at 21:27\usepackage{cjhebrew}and\cjRL{hebrew}as an answer... – Eusebius Sep 26 '12 at 07:47cjhebrew. – einpoklum Sep 26 '12 at 07:58