提问于:
浏览数:
1052
## 编译环境
操作系统
* [ ] Windows 7/8/10
* [ ] macOS
* [x] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive `年份`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
问题如图所示:
![](https://wenda.latexstudio.net/data/attach/201129/KPZD8sCl.png)
```
\documentclass[12pt]{ctexbeamer}
\setbeamertemplate{footline}[frame number]
\begin{document}
\begin{frame}{测试}
\footnotetext[1]{我想和右边的页码在同样的高度。}
\end{frame}
\end{document}
```