我一直在寻找一种方法来在文章的最后添加附录,并找到了一种使用命令的方法\appendixpage
,但是当我编译代码时,输出显示一个标题附录,这是英文的,但文章是西班牙语的,所以我希望将标题翻译成西班牙语,我该如何更改它?我将在下面给出我所做操作的示例代码和我得到的输出图像。
\begin{document}
\section{Section1}
A bunch of text
\section{Section2}
A bunch of text
\appendix
\appendixpage
\section{Appendix page}
Appendix text
\end{document}