I'm trying to get Hebrew to work for my LaTeX/LyX on Ubuntu 12.04. I have TeX Live 2012 installed and the Hebrew works for that. Then I followed the instructions for installing LyX + Hebrew support, this requires installing the culmus LaTeX package. I've gotten this to install as well, however for some reason LaTeX doesn't recognize the file culmus.sty.
The path for the file is
/usr/share/texmf-texlive/tex/latex/culmus/culmus.sty
I've also copied the file to my ~/texmf directory.
I've run both mktexlsr and texhash, but when I try to compile a LaTeX file with \usepackage{culmus}, I get
ERROR: LaTeX Error: File
culmus.stynot found.
In addition, when I save the file in the ~/texmf directory and compile, I no longer get that error, instead I get:
ERROR: I can't find file `jerus10'.
--- TeX said ---
<*> ...=ljfour; mag:=1; nonstopmode; input jerus10
Please type another input file name
! Emergency stop.
<*> ...=ljfour; mag:=1; nonstopmode; input jerus10
Transcript written on mfput.log.
grep: jerus10.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input jerus10' failed to make jerus10.tfm.
kpathsea: Appending font creation commands to missfont.log.
! Font LHE/cmr/m/n/10=jerus10 at 10.0pt not loadable: Metric (TFM) file not found.
<to be read again>
relax
l.2 \select@language{hebrew}
The file I'm using as a test goes as follows:
\documentclass[english,hebrew]{article}
\usepackage[utf8x]{inputenc}
\usepackage{babel}
%\usepackage{culmus}
\begin{document}
\selectlanguage{hebrew}
שלום לכל העולם!
\end{document}
Any help would be very appreciated!
Tools > Reconfigure. After that you should get the same error you get at the command line. Note that I can compile your file just fine. I have Hebrew support from the IvriTeX fonts. Note that you could have installed TeX Live and all extra files needed to run all of LyX's templates and examples (including the Hebrew examples) with the following: https://github.com/scottkosty/install-tl-ubuntu Note that you need to runinstall-tl-ubuntuwith the--hebrewoption; you might want--more-tex. I only recommend this if you have a virtual machine or don't mind reinstalling Ubuntu. – scottkosty Oct 13 '13 at 17:33XeTeX. I specify how to do that on Ubuntu in LyX here: http://tex.stackexchange.com/questions/137046/xetex-hebrew-pdf-output-problem-in-lyx – scottkosty Oct 13 '13 at 17:33