提问于:
浏览数:
4385
![](https://pics.latexstudio.net/data/images/202002/c21247bf2b31895.png)
2 回答
5
脚注上方的横线是由 `\footnoterule` 生成的,把它取消就行
```tex
\documentclass{beamer}
\let\footnoterule\relax
\begin{document}
\begin{frame}
content\footnote{text}
\end{frame}
\end{document}
```
既有回答贴的 TeX-SX 链接里的需求是「想让 `\footnoterule` 在页面逐渐显示时,最后出现」,与当前问题有差异。
0
可以,但很麻烦,见:https://tex.stackexchange.com/questions/70666/footnote-rule-in-beamer-showing-too-early-with-overlays
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。