Hello all,
Help me in changing the font face of all the equations in document, preferably the I am expecting times new roman.
Please, suggest me a code. I am using amsmath package.
Thanks and regards,
Muthu
Math & Science ⇒ Changing the equation font face
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Changing the equation font face
Do you just want to change the equations, or the entire document, including the equations?
\usepackage{mathptmx}
or
\usepackage{txfonts}
(or if you have it, the new one \usepackage{txfontsb} )
will change both equations and normal text to Times.
\usepackage{mathptmx}
or
\usepackage{txfonts}
(or if you have it, the new one \usepackage{txfontsb} )
will change both equations and normal text to Times.
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Re: Changing the equation font face
Dear Frabjous,
Thanks for the comment, i actually want to change the whole text.
That is working fine with,
\usepackage{txfonts}
Regards,
Muthu
Thanks for the comment, i actually want to change the whole text.
That is working fine with,
\usepackage{txfonts}
Regards,
Muthu