I have to write the abstract to my thesis in Hebrew

I search the entire web and tried everything that was suggested. Nothing worked. Here is my current code:
Code: Select all
\documentclass[12pt]{article}
\usepackage{ucs} % package to add unicode support
\usepackage[utf8x]{inputenc} % adding the UTF-8 encoding
\usepackage[english,hebrew]{babel} % telling babel: english & hebrew in doc.
\usepackage{hebfont} % Adding a selection of fonts.
\begin{document}
ahah
\end{document}
Code: Select all
miktex-makemf: The jerus source file could not be found.
Running hbf2gf.exe...
hbf2gf (CJK ver. 4.8.0)
Couldn't find `jerus.cfg'
miktex-maketfm: No creation rule for font jerus10.
! Font LHE/cmr/m/n/12=jerus10 at 12.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again>
relax
l.9 \begin{document}
?
Thanks.