Search found 1 match

by davidrm
Sat Feb 05, 2022 6:21 am
Forum: Fonts & Character Sets
Topic: Package times - no bold fonts
Replies: 8
Views: 19204

Package times - no bold fonts

You also have to add some encoding along with times package.

Code: Select all

\usepackage[T1]{fontenc}
\usepackage{times}
should do it.

If you want more options, you can compile your document using xelatex and use the fontspec package.

Code: Select all

\usepackage{fontspec}
\setmainfont{Times New Roman}