[texhax] Footnote: mark and text on different pages

José Carlos Santos jcsantos at fc.up.pt
Sun Aug 2 12:40:13 CEST 2015


Hi all,

I have been using LaTeX for decades and I found a problem that I had 
never heard of. If I compile this file:
---------------------------------------------------------------------
\documentclass[12pt,a4paper]{article}
\begin{document}
\section{A section}
\vspace{10\baselineskip}
\begin{figure}[ht]
   \centering
   \vspace{16\baselineskip}
   \caption{A caption}
\end{figure}

Text

Text\footnote{Text}

Text

Text

Text
\section{Another section}
\begin{figure}[ht]
   \centering
   \vspace{\baselineskip}
   \caption{Another caption}
\end{figure}

Text
\end{document}
---------------------------------------------------------------------
then I get a footnote mark on page 1 and the corresponding text on page 
2. Is it possible to avoid this?

Best regards,

José Carlos Santos


More information about the texhax mailing list