I'm trying to type some Hebrew in my document, which is mainly in English and German. The document compiles, but there are no Hebrew letters in the output. The log shows lots of messages like
Missing character: There is no ו in font frank!
Minimal example:
\documentclass{scrbook}
\usepackage[combine]{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\makeatletter\let\l@hebrew\l@nohyphenation\makeatother
\usepackage[hebrew,english,ngerman]{babel}
\usepackage{hebfont}
\usepackage{culmus}
\begin{document}
\R{וְאָהַבְתָּ לְרֵעֲךָ כָּמוֹךָ}
\end{document}
utf8xresults better choice thanutf8, in the other hand, maybe the setT1offontencdoesn't contains the Hebrew characters. Finally the error tells you that the font you're using hasn't the Hebrew character you need. – Aradnix Sep 19 '14 at 08:16\selectlanguage{hebrew}(I get a lot of errors with your example and I don't see where the font frank should come from so I have some doubts that your example is real). – Ulrike Fischer Sep 19 '14 at 08:32libertinepackage for your font, you don't even need to select a Hebrew font or use any commands. You just type Hebrew unicode characters and it works out. – musarithmia Sep 19 '14 at 11:52libertineworks perfectly! – Simon Plasger Sep 20 '14 at 14:00bidi’s\RL{}), don’t you. Does it support nikud? – Júda Ronén Dec 08 '14 at 23:43fontspecin LuaLaTeX withoutbidi: http://tex.stackexchange.com/questions/65141/getting-started-with-greek-and-hebrew-in-lualatex . I don't actually know Hebrew yet, so I can't answer your second question, sorry. – musarithmia Dec 09 '14 at 02:25bidi, but I’ll definitely check LuaLaTeX out. – Júda Ronén Dec 09 '14 at 10:25