如何为报告文档类的附录添加附录标签

如何为报告文档类的附录添加附录标签

以下 MWE 适用于文章类,但不适用于报告类。

\documentclass{report}

\usepackage[title]{appendix}

\begin{document}

\section{title 1}
\section{title 2}

\begin{appendices}
\section{Some Notation}

\section{Some More Notation}
\end{appendices}

\end{document}

相关内容