L
L
lewiza2019-12-02 21:52:02
TeX
lewiza, 2019-12-02 21:52:02

How to choose a different font in LaTeX?

It is required to use Times New er Roman font for the entire document.
The PdfLaTex compiler and the TeXStudio program are used.
Please advise how this can be done. I did not find anything sensible that would help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andy_U, 2019-12-02
@Andy_U

Something like this:

\usepackage{fontspec}
\setmainfont{Calibri}

A
AVKor, 2019-12-02
@AVKor

\documentclass{article}
\usepackage{fontspec}
\usepackage{polyglossia}
\setdefaultlanguage{russian}
\setmainfont{Times New Roman}

\begin{document}
Проба пера.
\end{document}

More or less like this. And use XeLaTeX.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question