I do not want to use mathptmx package since using this LaTeX=>PDF is not not compiling. Please suggest me to achieve Times New Roman Fonts and math environment, anything other than mathptmx.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
The
A word of advice about the TeX distribution: disk space is not a big issue nowadays. Unless you're running TeX on a very small device, do a full install. |
|||||
|
|
In addition to egreg answer, there is also the MathTime Professional 2 font, whose lite version is freely available. IMHO it is the best looking math font for Times, and a number of prefessional math journals use that. With |
|||
|
|




mathptmxdoes not use Times New Roman fonts, it uses Times (one of the "standard" postscript fonts). You'll be better out withtxfonts, which does similar job, but much better. If you really need Times New Roman (font shipped with MS Win), I guess, you have to use xetex. – amorua May 22 '12 at 5:42