%\title{Hebrew document in WriteLatex - מסמך בעברית}
\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[english,hebrew]{babel}
\selectlanguage{hebrew}
\usepackage[top=2cm,bottom=2cm,left=2.5cm,right=2cm]{geometry}
\title{כותרת של מסמך}
\author{המחבר}
\date{כ"א בכסלו - \L{March 05, 13}}
\begin{document}
\maketitle
\section{זוהי הכותרת בעברית}
זוהי הפסקה בעברית
גם אם אני ארשום את כל הדבר בעברית, זה יראה נהדר
\subsection{תת פסקה}
\subsubsection{תת של תת פסקה}
\begin{equation}\label{eq:visc}
\tau = \mu \frac{\partial u}{\partial y}
\end{equation}
\selectlanguage{english}
\section{English}
From here and on, the text is in English
\begin{equation}\label{eq:visc}
\tau = \mu \frac{\partial u}{\partial y}
\end{equation}
\end{document}