[Tex/LaTex] Greek characters of mathptmx

fonts

The designer prefers using mathptmx font for the book, but I really dislike its greek characters. They are larger and bolder than non-greek characters. Do you have any suggestion how to please both the designer and myself? 🙂

enter image description here

Maybe you could suggest another font that looks like Times (New) Roman and does not have this "problem" with greek characters'? Math support is essential.

Best Answer

txfonts is an alternative.

\documentclass{article}
\usepackage{txfonts}

\begin{document}

$\vec v = \vec\omega \times \vec r$

\end{document}

It uses the same fonts for text, but different fonts for math (symbols, greek, etc.)

enter image description here