UTF-8 编码错误

UTF-8 编码错误

下午好,UTF-8编码出现错误,我使用以下序言。

\documentclass[14pt]{article}
    \usepackage[14pt]{extsizes}
    \usepackage[left=25mm, top=20mm, right=15mm, bottom=20mm, bindingoffset=0cm]{geometry}
    \usepackage[russian]{babel}
    \usepackage{tempora} %Times New Roman alike                                     
    \usepackage{newtxmath} %Times New Roman in math
    \usepackage{graphicx}
    \usepackage{multirow}
    %работа с файлом%
    \usepackage{pgfplotstable}
    \usepackage{booktabs}
    \usepackage{array}
    \usepackage{colortbl}
    %работа с таб
    \usepackage{longtable}
    \renewcommand{\thefigure}{\thesection.\arabic{figure}}
    \renewcommand{\theequation}{\thesection.\arabic{equation}}
    \usepackage{caption}
    \DeclareCaptionLabelSeparator{emdash}{\textemdash}
    \captionsetup[figure]{name={Рисунок},labelsep=emdash}   
    \captionsetup[table]{name={Таблица},labelsep=emdash}   
    \newwrite\tempfile
    \usepackage{float}
    \linespread{1.5}
    \setlength{\parindent}{5ex}
    \thispagestyle{empty}
    \graphicspath{{pictures/E:\mtotv}}

我不明白另一个文件中的内容,所有东西都正常工作,没有错误,具有相同的序言,我在两个文件中使用相同的东西,我尝试创建一个新文件,但没有帮助。这是错误日志文件https://pastebin.com/PS9QAM2f

相关内容