
我嘗試使用以下程式碼來獲取腳註框的高度:
\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
。為什麼以及如何解決這個問題?