使用希伯来语编译 LaTex 时出现问题

使用希伯来语编译 LaTex 时出现问题

我尝试用希伯来语 TexStudio 编译一个简单的测试代码:

\documentclass{article}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[english,hebrew]{babel}

% Add texlive-lang-other library to compile LaTex with Hebrew
\begin{document} 
שלום \L{World}!
\end{document}

但我收到以下错误信息:

line 2: Font LHE/cmr/m/n/10=jerus10 at 10.0pt not loadable: Metric (TFM) file not found. \select@language{hebrew}
: No hyphenation patterns were preloaded for(babel) the language `Hebrew' into the format.

答案1

我强烈建议使用 XeTeX。请参阅这个帖子举个例子。但是,如果你打算写一些比琐碎的事情更重要的东西,莱克斯会让你感觉轻松很多,因为 LyX 会自动处理很多方向性问题。

相关内容