I don't know why but my greek letter eta refuses to become italic. Any ideas?
Here is a minimal example:
\documentclass[12pt]{report}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage[onehalfspacing]{setspace}
\usepackage{ucs}
\usepackage{mathptmx}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amstext,amsthm,mathtools}
\begin{document}
$\eta = 1$
\end{document}
Unfortunately, the eta looks just normal. Why does it not turn italic?

ucs: it does nothing useful and is obsolete.\usepackage{newtxtext,newtxmath}is one of the best solution...