[Tex/LaTex] Times New Roman variant

fontstimes

How do I setup my document such that my equations can look like this: 1
Specifically, I'm after the shape: 2 rather than: 3, which is generated with the mathptmx package.

Any ideas?

Best Answer

One option, using the MathTime Pro II fonts. Unfortunately, the free lite version does not provide a large number of symbols.

\documentclass{article}
\usepackage{newtxtext} % just for the text font
\usepackage[lite]{mtpro2}

\begin{document}
The equation is
$z^4 - 2z^2 + 4 = 0$, 
with $z \in C$.
\end{document}

enter image description here