Math & Science ⇒ Changing the equation font face
-
- Posts: 97
- Joined: Fri Sep 04, 2009 4:56 pm
Changing the equation font face
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Changing the equation font face
\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
Thanks for the comment, i actually want to change the whole text.
That is working fine with,
\usepackage{txfonts}
Regards,
Muthu