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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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