無法顯示俄文文字

無法顯示俄文文字

我嘗試在我的文件中使用 Overleaf 的模板,但我不明白為什麼俄語單字不顯示:

\documentclass[a4paper,11pt]{article}
\usepackage[russian,english]{babel}
\usepackage{amssymb,amsmath,mathrsfs,amsthm}
\usepackage{nccmath}
\usepackage{currvita}
\usepackage{marvosym}
\usepackage{xunicode,xltxtra,url,parskip}   %other packages for formatting
\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[margin=0.7in]{geometry}
\usepackage{titlesec}                   %custom \section
\usepackage{hyphenat}
\usepackage{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{0pt}{0pt}
\usepackage[absolute]{textpos}

\begin{document}
\pagestyle{empty} % non-numbered pages
    {\huge \textcyrillic{Любовь} \bigskip\par}
    {\huge \textcyrillic{Liubov} \bigskip\par}
\end{document}

結果是 在此輸入影像描述

預先非常感謝

相關內容