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)에 연결된 본문 텍스트로 연결되지만 본문 텍스트의 링크를 클릭해도 문제가 없습니다.

관련 정보