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 Computer Modern. How can I make Latex use Times also for the math?
|
|
Probably the most common solution at present using free fonts is
This package supersedes The commercial As noted in the answer by mafp, the newer |
|||||||
|
|
If you don't mind using a Times-like font, a different engine, and the not yet officially released TeXLive-2010, then you can try XITS font with LuaLaTeX (my preference) or XeLaTeX:
|
|||
|
|
|
In the mean time, two new option for Times have emerges. The
The TeX Gyre project supplies TeX Gyre Termes for text to be used with
and a math version TeX Gyre Termes Math that currently only comes in Open Type Format, and can be used with
in LuaTeX or XeTeX, and with
in ConTeXt. |
|||
|
|
|
With current TeXLive 2012 and
see package documentation of |
||||
|
|
|
I’ve been using the txfontsb package for Times, though generally I avoid Times. (After reading countless student papers in Times, it grates on me.) |
|||
|
|
|
Put
in your preamble. This makes LaTeX use the Times and Symbol fonts for math, except for large symbols (summation, integration, etc.) which look funny in the Postscript Symbol font. |
|||||
|

