{times} is about the Times font, which can be used in LaTeX through packages txfonts, newtx (newtxtext), or tgtermes. Math support is realized by packages mathptmx, newtx (newtxmath) and TeX-Gyre-Termes-Math.
14
votes
6answers
2k views
How do I make my document use the Times font, both for the text and the math?
I know that I can put \usepackage{times} in the preamble in order to use the Times font instead of Computer Modern for my document. But this only affects the text; the math is still typeset using ...
