! LaTeX 错误:\chapterformat 未定义

! LaTeX 错误:\chapterformat 未定义

将 MikTex 更新至 2018 年 4 月 9 日(MikTex 2.9.6637,Win 10,64 位)后,出现错误:

(F:\...\MiKTeX\texmfs\install\tex\latex\base\ts1cmr.fd)
*geometry* detected driver: pdftex
! LaTeX Error: \chapterformat undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...
l.29 \begin{document}
?

也许有人知道如何解决这个问题?

抱歉,我的错。这是 MWE:

\documentclass[a4paper,14pt]{extreport}
\let\counterwithout\relax
\let\counterwithin\relax

\usepackage{polyglossia}

\usepackage{interfaces-base}
\setmainlanguage[babelshorthands=true]{russian}
\setotherlanguage{english}
\defaultfontfeatures{Ligatures=TeX,Mapping=tex-text}

\begin{document}
\chapter{Chapter}
\end{document}

我使用 XeLatex,无需

\setmainlanguage[babelshorthands=true]{russian}  
\setotherlanguage{english}                       
\defaultfontfeatures{Ligatures=TeX,Mapping=tex-text}

一切编译顺利,没有错误。

答案1

包裹interface-base不要单独装载,而要附有\LoadInterface说明书。

只需将其删除,因为您似乎没有使用它的功能(而且它似乎也有缺陷)。

相关内容