Fonts & Character SetsReal "Times New Roman" Font

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Rakshath
Posts: 6
Joined: Sun Apr 01, 2012 4:55 pm

Real "Times New Roman" Font

Post by Rakshath »

how to use times new roman in latex. i know times but it doesn't look like as in ms word

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

Real "Times New Roman" Font

Post by localghost »

Use XeLaTeX for access to system fonts (OpenType and TrueType). For more specific help elaborate your problem instead of writing a one-liner.

Furthermore this is a duplicate of your former request [1]. Until now you didn't give feedback there. Discussion can continue in the other topic.

[1] View Topic: Font


Thorsten
CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

Real "Times New Roman" Font

Post by CrazyHorse »

Rakshath wrote:how to use times new roman in latex. i know times but it doesn't look like as in ms word

Code: Select all

\usepackage[T1]{fontenc}
\usepackage{mathptmx}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Real "Times New Roman" Font

Post by Stefan Kottwitz »

Another times font is newtx.

Stefan
LaTeX.org admin
Post Reply