Im trying to use culmus to write in hebrew few words as following for example:
\documentclass[a4paper, 10pt]{article}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{culmus}
\usepackage[english,hebrew]{babel}
\begin{document}
\title{Machine Learning}
\maketitle
שלום
\end{document}
However, the result shows that the english letters go from right to left.
Is there any way to fix it?
Thank you.
