我已经在西里尔文编号阶段打滑了:
\makeatletter
\renewcommand\appendix{\par
\setcounter{section}{0}%
\setcounter{subsection}{0}%
\gdef\thesection{\@Asbuk\c@section}}
\makeatother
不给出任何结果并不断输出pdfTeX warning (ext4): destination with the same identifier (name{section.1}) has been already used, duplicate ignored。使用 instead \@Asbukof other character sets 可以工作(但是,会形成不正确的链接)。
该文档具有类extarticle.
也许有一些现成的食谱?如果没有,请告诉我需要做什么。

您可以通过重新定义命令来更改节/节(sections
\thesection)的编号:\titleformat。由于您需要重新定义应用程序头文件(附录),因此,相应地,这两个命令都必须插入到命令之后
\appendix。视觉演示。编码:
图片: