私は質問に関連して、以下の設定で 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) にリンクされた本文に移動しますが、本文のリンクをクリックしても問題なく機能します。