Can anyone help me to change the font to "Times New Roman" in PDFLaTeX?
I already tried using the commands below without results:
% Font selection
\usepackage[T1]{fontenc}
\usepackage{times}
\usepackage[utf8]{inputenc}
\usepackage{mathptmx}
\setmainfont{Times New Roman}
\usepackage[T1]{fontenc} \usepackage{newtxmath,newtxtext}– musarithmia Jul 01 '16 at 17:02