我尝试按照此处的说明安装 CULMUS:https://www.guyrutenberg.com/culmus-latex/
然而,最后一步总是失败,我无法呈现任何希伯来语文本。
我正在使用 Mac OSX。
我运行了以下命令:
sudo make CULMUSDIR=/Users/bjmongol/Documents/culmus-latex-0.7-r1 TEXMFDIR=/usr/local/texlive/texmf-local
和
sudo make install CULMUSDIR=/Users/bjmongol/Documents/culmus-latex-0.7-r1 TEXMFDIR=/usr/local/texlive/texmf-local
这是日志:
updmap-sys --enable Map=culmus.map
updmap [WARNING]: resetting $HOME value (was /Users/bjmongol) to root's actual home (/var/root).
updmap will read the following updmap.cfg files (in precedence order):
/usr/local/texlive/2016/texmf-config/web2c/updmap.cfg
/usr/local/texlive/2016/texmf-dist/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
/usr/local/texlive/2016/texmf-config/web2c/updmap.cfg
/usr/local/texlive/2016/texmf-config/web2c/updmap.cfg unchanged. Map files not recreated.
updmap: Updating ls-R files.
我不确定这是什么意思。我确保我指向了正确的文件夹。我还尝试在 TexShop 中输入时执行sethebrew
和unsethebrew
。但它不起作用。
任何帮助都将不胜感激。谢谢
更新:当我尝试渲染以下内容时
\documentclass{article}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[english, hebrew]{babel}
\fontfamily{nachlieli}\selectfont
\begin{document}
מה קרה
\end{document}
出现以下警告:
Package babel Warning: No hyphenation patterns were preloaded for
(babel) the language `Hebrew' into the format.
(babel) Please, configure your TeX system to add them and
(babel) rebuild the format. Now I will use the patterns
(babel) preloaded for english instead on input line 57.
)) (/usr/local/texlive/2016/texmf-dist/tex/generic/babel-hebrew/he8enc.def)
LaTeX Font Warning: Font shape `OT1/nachlieli/m/n' undefined
(Font) using `OT1/cmr/m/n' instead on input line 5.
(./latex_test.aux
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-hebrew/he8nachlieli.fd)
LaTeX Font Warning: Font shape `HE8/nachlieli/m/n' will be
(Font) scaled to size 10.0pt on input line 2.
) (/usr/local/texlive/2016/texmf-dist/tex/generic/babel-hebrew/he8cmr.fd)
(/usr/local/texlive/2016/texmf-dist/tex/latex/ucs/ucsencs.def) [1{/usr/local/te
xlive/2016/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./latex_test.aux)
LaTeX Font Warning: Some font shapes were not available, defaults substituted.
){/usr/local/texlive/texmf-local/fonts/enc/dvips/culmus/he8.enc}</usr/local/te
xlive/texmf-local/fonts/type1/public/culmus/DavidCLM-Medium.pfa>
Output written on latex_test.pdf (1 page, 8534 bytes).
SyncTeX written on latex_test.synctex.gz.
Transcript written on latex_test.log.
这是什么意思?