I need to write thesis abstract in Hebrew, but I get compilation errors of the kind:
Font LHE/cmr/m/n12=jerus10 at 12.0pt not loadable: Metric (TFM) file not found
I use MikTeX2.9 and TeXnicCenter.
Here is a MWE:
\documentclass[12pt]{article}
\usepackage[english,hebrew]{babel}
\usepackage{culmus}
\usepackage{setspace}
\setlength\headheight{15pt}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\pagenumbering{gobble}
\begin{document}
\doublespacing
\begin{center}
\Huge
\textbf{תקציר}
\end{center}
ניסוי ותהייה, או ניסוי וטעיה?
\end{document}
I have seen other posts of people which encountered the same problem, but haven't found a solution to the problem.
I have downloaded and installed Hebrew Culmus fonts for MikTeX from this site: http://www.ma.huji.ac.il/~sameti/tex/culmusmiktex.html
But I still get the same errors.
What can be done ??

bidi=basicbybidi=defaultwhen using xelatex. I can't tell you how to store in utf8 as it depends on the editor (you will need utf8 in any case, with culmus, with xelatex and lualatex, so better find out how to do it). – Ulrike Fischer Jan 30 '19 at 20:11