Answer the question
In order to leave comments, you need to log in
How to install Russian font Times New Roman in LaTeX?
I need to install the Russian (Cyrillic) Times New Roman font for the entire document.
I am using PdfLaTex compiler and TeXStudio program.
What I did:
1) I tried to use the XeLaTeX compiler in place with the code:
%!TEX TS-program = xelatex
\usepackage[english,russian]{babel}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures={TeX},Renderer=Basic}
\setmainfont[Ligatures={TeX,Historic}]{Times New Roman}
LaTeX error: "kernel/command-already-defined" Control sequence \cyrillicencoding already defined. For immediate help type H <return>. \tl_new:N \cyrillicencoding
\usepackage{mathptmx}
Answer the question
In order to leave comments, you need to log in
Your example works great for me.
Perhaps you forgot: \documentclass[12pt,a4paper]{article}
\documentclass[12pt,a4paper]{article}
\usepackage[english,russian]{babel}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures={TeX},Renderer=Basic}
\setmainfont[Ligatures={TeX,Historic}]{Times New Roman}
\begin{document}
текст
\end{document}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question