Работаю в Linux mint 18.3
Установил пакет TexLive-full
Начинаю создавать файл:
\documentclass[russian,utf8,pointsection,columnsxix,nocolumnxxxi,nocolumnxxxii]{eskdtext}
\usepackage{cmap}
\usepackage{longtable}
\usepackage{array}
\usepackage[utf8]{inputenc}
\ESKDdocName{ Руководство оператора САУ }
%%% Каждый раздел (\section) с новой страницы
\let\stdsection\section
\renewcommand\section{\newpage\stdsection}
\begin{document}
\maketitle
\tableofcontents
\end{document}
Выскакивают ошибки такого плана:
! Undefined control sequence.
\ESKDcolumnXVIname ->\No
\ \cyr \cyrd \cyro \cyrk \cyru \cyrm .
l.14 \begin{document}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
На другой машине TexLive был установлен давно, может ещё какие пакеты были установлены, не помню точно. Там этот файл компилирует в pdf без проблем. Хотя eskdx должен вроде входить в состав texlive?