Math & ScienceChanging the equation font face

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Changing the equation font face

Post by dmuthu_cse »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Changing the equation font face

Post by frabjous »

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.
dmuthu_cse
Posts: 97
Joined: Fri Sep 04, 2009 4:56 pm

Re: Changing the equation font face

Post by dmuthu_cse »

Dear Frabjous,

Thanks for the comment, i actually want to change the whole text.

That is working fine with,
\usepackage{txfonts}

Regards,
Muthu
Post Reply