Text FormattingTimes New Roman True Type Font Issues

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
rmkemker
Posts: 2
Joined: Wed Apr 06, 2011 5:27 pm

Times New Roman True Type Font Issues

Post by rmkemker »

Hey All:

On a current paper I am writing, I need to use Times New Roman 12pt True Type Font. I have tried the command:

Code: Select all

\usepackage[T1]{fontenc}
\usepackage{times}
This however, when opened up in Adobe, produces a NimbusRomNo9L-Regu Embedded Type 1 font. Is there a way to fix this?

I am using:
MiKTeX 2.8 with the TexnicCenter
pdftex and...

Code: Select all

\documentclass[letterpaper,final,12pt]{report}
I would certainly appreciate any help that I could get. Thanks!

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

Times New Roman True Type Font Issues

Post by localghost »

rmkemker wrote:[…] This however, when opened up in Adobe, produces a NimbusRomNo9L-Regu Embedded Type 1 font. Is there a way to fix this? […]
The times package is obsolete [1]. You should try an alternative. And I don't think that the readers of your document are able to recognize the slight differences between Times New Roman (TNR) and Nimbus Roman No9 L [2]. Your are not using a True Type Font (TTF) here, but a Type 1 Postscript font. If you really need Times New Roman as TTF, use XeLaTeX and read the manuals of fontspec and mathspec packages. This enables you to use TNR as system font.

[1] View topic: Obsolete packages and document classes — Avoid usage!
[2] Nimbus Roman No9 L — Wikipedia, the free encyclopedia


Thorsten
Post Reply