Which math fonts I can use with times new roman as font for the text? I'm looking for a math font that best fit in my document. Any suggest are appreciate
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.
closed as not a real question by Joseph Wright♦ Dec 14 '12 at 8:26
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Here are two opentype math fonts based on the Times New Roman font:
To install them you need XeLatex or LuaLatex and the unicode-math package. |
|||
|
|
newtxtext) and math font (newtxmath). – hakaze Dec 11 '12 at 12:21\usepackage{unicode-math} \setmathfont{Asana-Math.otf}to your document. – hakaze Dec 11 '12 at 12:24