Text FormattingItalic, bold with Times New Roman

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
fazli
Posts: 3
Joined: Wed Feb 22, 2012 10:05 pm

Italic, bold with Times New Roman

Post by fazli »

Dear all
I need to write my thesis in Times New Roman fons, the code that i am using for times new roman is

Code: Select all

\usepackage{times}
\renewcommand\rmdefault{stb}
But there is no bold and italics. Also the text looks like black dim in color.

How to include bold, italic and making the text with more in blackish color.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Italic, bold with Times New Roman

Post by localghost »

The times package is obsolete. Replace it by either the mathptmx package or the txfonts(b) package. For an adequate problem description please provide a minimal example.


Thorsten
Post Reply