我正在尝试使用 ubuntu 14.04 和 TeX Live 2013/Debian 让 latex 处理希伯来语和英语。以下操作由于以下原因无法运行:
! I can't find file `jerus10'.
输入文件是:
\documentclass{article}
\usepackage[hebrew]{babel}
\begin{document}
hello or שלום
\L{World}!
\end{document}
任何帮助都将不胜感激,因为网络上的大多数文档似乎都很旧了。
(建议使用 lyx、elatex 等,但它们并不能解决问题,因此并没有太大帮助。提前谢谢您)
答案1
事实证明比想象中要简单。虽然文档已经过时,但解决方案很简单。
- 安装 texlive-lang-hebrew 和 texlive-lang-other
- 根据说明安装 culmus-latex(我使用的是 0.7 版本,例如,http://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/culmus-latex-0.7-r1.tar.gz/download)
之后,我在 ubuntu 14.04 上使用 texlive 2013 时一切正常。