footnotebackref 導致腳註跳到錯誤頁面

footnotebackref 導致腳註跳到錯誤頁面

我正在使用 XeLaTeX 以及與我的問題相關的這些設定:

\documentclass[a5paper, 11pt, openany]{ctexbook}
\usepackage[bottom, hang, stable]{footmisc}
\renewcommand{\thefootnote}{\textsf{\arabic{footnote}}}
\setlength{\footnotemargin}{0.5cm}
\setlength{\skip\footins}{0.25cm}
\usepackage[hidelinks]{hyperref}
\usepackage{footnotebackref}

\begin{document}

\chapter*{Title line 1\footnote{foot note here} \\ line 2}
\addcontentsline{toc}{chapter}{Title appears in toc}
\markboth{leftmark}{}
\label{mark}
\input{"filename.tex"}

\end{document}

正文中的參考文獻看起來效果很好。但標題中的這個特定的則chapter*不然。在我的實際文檔中,單擊腳註(例如 3),它將引導我到鏈接到上一個腳註(例如 2)的正文文本,但單擊正文文本上的鏈接也可以正常工作。

相關內容