我尝试使用以下代码来获取脚注框的高度:
\documentclass{article}
\begin{document}
Example\footnote{A footnote}. Height : \the\ht\footins.
\end{document}
但是,我明白了0.0pt
。为什么以及如何解决这个问题?
我尝试使用以下代码来获取脚注框的高度:
\documentclass{article}
\begin{document}
Example\footnote{A footnote}. Height : \the\ht\footins.
\end{document}
但是,我明白了0.0pt
。为什么以及如何解决这个问题?