잘못된 페이지 단락의 각주

잘못된 페이지 단락의 각주

각주 문제에 관해 질문이 있습니다. 내 라텍스 문서는 다음과 같습니다

\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}

\usepackage{bigfoot}
\usepackage[margin=3cm]{geometry}
\usepackage[citestyle=authortitle-ibid,backend=bibtex]{biblatex}
\bibliography{literature.bib}
\usepackage{csquotes}
\renewcommand{\mkbegdispquote}[2]{\itshape}
\usepackage[bottom,para]{footmisc}


\title{Title}
\author{Author}
\date{}
\interfootnotelinepenalty=10000

\begin{document}
\maketitle
\tableofcontents

\end{document}

그런 다음 첫 번째 단락에 다음을 사용한 각주 인용이 있습니다.

\footcite[Some text][page]{Citation}

pdflatex+biblatex+pdflatex 이후 첫 번째 단락이 2페이지로 분할되지만 각주는 1페이지에 남아 있습니다. 이 문제를 어떻게 해결할 수 있습니까?

감사해요!

관련 정보