I am trying to get latex working with hebrew and english using ubuntu 14.04 and TeX Live 2013/Debian. The following fails to run due to:
! I can't find file `jerus10'.
The input file is:
\documentclass{article}
\usepackage[hebrew]{babel}
\begin{document}
hello or שלום
\L{World}!
\end{document}
Any help would be greatly appreciated as it seems most docs on the web are very old.
(suggestions to use lyx, elatex, etc. are not really helpful as they are not solutions to the problem. Thank you in advance)
hebrew.stydates back to 2003, where XeLaTeX wasn't born yet. It requires files the user has to get by hand. This really bugs me, somebody should have a closer look at this and do something. – Johannes_B Nov 23 '14 at 16:47