您可能知道,软件包中有一个错误appendix
,导致无法hyperref
链接到附录,例如这里。上述文章指出,这是在babel
使用时触发的漏洞,并提出了一些技巧来规避它。
我使用xepersian
,但我认为没有使用babel
,这些技巧对我来说不起作用。你有什么建议吗?这是我的 MWE:
\documentclass[10pt,a4paper]{report}
\usepackage[titletoc,toc,page]{appendix}
\usepackage[backref,bookmarks]{hyperref}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{xepersian}
\settextfont{FreeFarsi}% http://sourceforge.net/projects/fpf/
\DefaultMathsDigits
\renewcommand\appendixtocname{پیوستها}
\renewcommand\appendixpagename{پیوستها}
\begin{document}
\tableofcontents
\chapter{\LR{Preface}}
\begin{appendices}
\chapter{\LR{APPA}}
\chapter{\LR{APPB}}
\end{appendices}
\end{document}